Searched refs:sourceMasks (Results 1 – 5 of 5) sorted by relevance
308 static inline void RCM_ClearStickyResetSources(RCM_Type *base, uint32_t sourceMasks) in RCM_ClearStickyResetSources() argument311 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()
523 static inline void SMC_ClearStickyResetSources(SMC_Type *base, uint32_t sourceMasks) in SMC_ClearStickyResetSources() argument525 base->SSRS = sourceMasks; in SMC_ClearStickyResetSources()
439 static inline void RESET_ClearResetSources(uint32_t sourceMasks) in RESET_ClearResetSources() argument441 RSTCTL3->SYSRSTSTAT = sourceMasks; in RESET_ClearResetSources()