Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.c1717 status_t PF5020_SetFaultTimerExpireValue(pf5020_handle_t *handle, uint8_t expireValue) in PF5020_SetFaultTimerExpireValue() argument
1721 return PF5020_ModifyReg(handle, PF5020_FAULT_TIMERS, 0x0FU, (expireValue & 0x0FU)); in PF5020_SetFaultTimerExpireValue()
Dfsl_pf5020.h1422 status_t PF5020_SetFaultTimerExpireValue(pf5020_handle_t *handle, uint8_t expireValue);