pub unsafe extern "C" fn CDCCHK_ReadNtrPmicRegister(
outData: *mut u8_,
regAddr: u8_,
) -> ResultExpand description
Reads a single register from the NTR PMIC.
ยงArguments
outData(direction out) - Where to read the data to (1 byte).regAddr- Register address.
Note: The NTR PMIC is emulated by the CODEC hardware and sends IRQs to the MCU when relevant.