Home
last modified time | relevance | path

Searched refs:sourceMasks (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/rcm/
Dfsl_rcm.h308 static inline void RCM_ClearStickyResetSources(RCM_Type *base, uint32_t sourceMasks) in RCM_ClearStickyResetSources() argument
311 base->SSRS = sourceMasks; in RCM_ClearStickyResetSources()
313 base->SSRS0 = (uint8_t)(sourceMasks & 0xffU); in RCM_ClearStickyResetSources()
314 base->SSRS1 = (uint8_t)((sourceMasks >> 8U) & 0xffU); in RCM_ClearStickyResetSources()
/hal_nxp-latest/mcux/mcux-sdk/drivers/msmc/
Dfsl_msmc.h523 static inline void SMC_ClearStickyResetSources(SMC_Type *base, uint32_t sourceMasks) in SMC_ClearStickyResetSources() argument
525 base->SSRS = sourceMasks; in SMC_ClearStickyResetSources()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/
Dfsl_reset.h439 static inline void RESET_ClearResetSources(uint32_t sourceMasks) in RESET_ClearResetSources() argument
441 RSTCTL3->SYSRSTSTAT = sourceMasks; in RESET_ClearResetSources()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/
Dfsl_reset.h439 static inline void RESET_ClearResetSources(uint32_t sourceMasks) in RESET_ClearResetSources() argument
441 RSTCTL3->SYSRSTSTAT = sourceMasks; in RESET_ClearResetSources()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/
Dfsl_reset.h439 static inline void RESET_ClearResetSources(uint32_t sourceMasks) in RESET_ClearResetSources() argument
441 RSTCTL3->SYSRSTSTAT = sourceMasks; in RESET_ClearResetSources()