Home
last modified time | relevance | path

Searched refs:OBKHDPL_Value (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1020 void HAL_SBS_SetOBKHDPL(uint32_t OBKHDPL_Value) in HAL_SBS_SetOBKHDPL() argument
1023 assert_param(IS_SBS_OBKHDPL_SELECTION(OBKHDPL_Value)); in HAL_SBS_SetOBKHDPL()
1025 MODIFY_REG(SBS->NEXTHDPLCR, SBS_NEXTHDPLCR_NEXTHDPL, (uint32_t)(OBKHDPL_Value)); in HAL_SBS_SetOBKHDPL()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h740 __STATIC_INLINE void LL_SBS_SetOBKHDPL(uint32_t OBKHDPL_Value) in LL_SBS_SetOBKHDPL() argument
742 MODIFY_REG(SBS->NEXTHDPLCR, SBS_NEXTHDPLCR_NEXTHDPL, (uint32_t)(OBKHDPL_Value)); in LL_SBS_SetOBKHDPL()
Dstm32h5xx_hal.h827 void HAL_SBS_SetOBKHDPL(uint32_t OBKHDPL_Value);