Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1023 assert_param(IS_SBS_OBKHDPL_SELECTION(OBKHDPL_Value)); in HAL_SBS_SetOBKHDPL()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal.h661 #define IS_SBS_OBKHDPL_SELECTION(__SELECT__) (((__SELECT__) == SBS_OBKHDPL_INCR_0) || \ macro