pub unsafe extern "C" fn CDCCHK_ReadRegisters2(
pageId: u8_,
initialRegAddr: u8_,
outData: *mut c_void,
size: usize,
) -> ResultExpand description
Reads multiple registers from the CODEC, using the new SPI hardware interface and a 16MHz baudrate.
ยงArguments
pageId- CODEC Page ID.initialRegAddr- Address of the CODEC register to start with.outData(direction out) - Where to read the data to.size- Number of registers to read (bytes to read, max. 64).