pub unsafe extern "C" fn CDCCHK_WriteNtrPmicRegister(
regAddr: u8_,
data: u8_,
) -> ResultExpand description
Writes a single register from the NTR PMIC.
ยงArguments
regAddr- Register address.data- Data to write (1 byte).
Note: The NTR PMIC is emulated by the CODEC hardware and sends IRQs to the MCU when relevant.