Home
last modified time | relevance | path

Searched refs:PF3000_WriteReg (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.c164 result = PF3000_WriteReg(handle, PF3000_PAGE_REGISTER, PF3000_PAGE_SELECTION(page)); in PF3000_ReadOtp()
579 bool PF3000_WriteReg(pf3000_handle_t *handle, uint8_t reg, uint8_t val) in PF3000_WriteReg() function
612 result = PF3000_WriteReg(handle, reg, regValue); in PF3000_ModifyReg()
627 PF3000_WriteReg(handle, PF3000_PAGE_REGISTER, PF3000_PAGE_SELECTION(page)); in PF3000_DumpReg()
701 PF3000_WriteReg(handle, PF3000_SW_INT_STAT0, (source & 0xFFU)); in PF3000_ClearInterruptStatus()
703 PF3000_WriteReg(handle, PF3000_SW_INT_STAT1, ((source & 0xFF00U) >> 8U)); in PF3000_ClearInterruptStatus()
705 PF3000_WriteReg(handle, PF3000_SW_INT_STAT3, ((source & 0xFF0000U) >> 16U)); in PF3000_ClearInterruptStatus()
707 PF3000_WriteReg(handle, PF3000_SW_INT_STAT4, ((source & 0xFF000000U) >> 24U)); in PF3000_ClearInterruptStatus()
Dfsl_pf3000.h414 bool PF3000_WriteReg(pf3000_handle_t *handle, uint8_t reg, uint8_t val);