Searched refs:module_to_disable (Results 1 – 2 of 2) sorted by relevance
345 void R_BSP_ModuleResetDisable (bsp_module_reset_t module_to_disable) in R_BSP_ModuleResetDisable() argument353 (((module_to_disable & BSP_RESET_MRCTL_SELECT_MASK) >> 16U) + in R_BSP_ModuleResetDisable()354 (module_to_disable & BSP_RESET_MRCTL_REGION_SELECT_MASK)); in R_BSP_ModuleResetDisable()355 mrctl = 1U << (module_to_disable & BSP_RESET_MRCTL_BIT_SHIFT_MASK); in R_BSP_ModuleResetDisable()
46 void R_BSP_ModuleResetDisable(bsp_module_reset_t module_to_disable);