esp_dport_access_read_buffer() function
Read a sequence of DPORT registers to the buffer, SMP-safe version. This implementation uses a method of the pre-reading of the APB register before reading the register of the DPORT, without stall other CPU. There is disable/enable interrupt.
Arguments
buff_out
Contains the read data.
address
Initial address for reading registers.
num_words
The number of words.
Notes
Should be placed in IRAM.