Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c954 assert_param(IS_SBS_IOHSLV(Selection)); in HAL_SBS_EnableIOSpeedOptimize()
971 assert_param(IS_SBS_IOHSLV(Selection)); in HAL_SBS_DisableIOSpeedOptimize()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h536 #define IS_SBS_IOHSLV(__HSLV__) (((__HSLV__) == SBS_IO_ANALOG_HSLV) || \ macro