Searched refs:PF1550_WriteReg (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550.c | 133 result = PF1550_WriteReg(handle, PF1550_KEY1, 0x15); in PF1550_ReadOtp() 136 result = PF1550_WriteReg(handle, PF1550_CHGR_KEY2, 0x50); in PF1550_ReadOtp() 139 result = PF1550_WriteReg(handle, PF1550_KEY3, 0xAB); in PF1550_ReadOtp() 142 result = PF1550_WriteReg(handle, PF1550_FMRADDR, reg); in PF1550_ReadOtp() 357 bool PF1550_WriteReg(pf1550_handle_t *handle, uint8_t reg, uint8_t val) in PF1550_WriteReg() function 390 result = PF1550_WriteReg(handle, reg, regValue); in PF1550_ModifyReg() 590 (void)PF1550_WriteReg(handle, PF1550_CHG_INT, (uint8_t)(source & 0xFFU)); in PF1550_ClearInterruptStatus() 595 (void)PF1550_WriteReg(handle, PF1550_SW_INT_STAT0, (uint8_t)(source & 0xFFU)); in PF1550_ClearInterruptStatus() 597 (void)PF1550_WriteReg(handle, PF1550_SW_INT_STAT1, (uint8_t)((source & 0xFF00U) >> 8U)); in PF1550_ClearInterruptStatus() 599 … (void)PF1550_WriteReg(handle, PF1550_SW_INT_STAT2, (uint8_t)((source & 0xFF0000U) >> 16U)); in PF1550_ClearInterruptStatus() [all …]
|
| D | fsl_pf1550.h | 516 bool PF1550_WriteReg(pf1550_handle_t *handle, uint8_t reg, uint8_t val);
|