Home
last modified time | relevance | path

Searched refs:IS_SWPMI_BITRATE_VALUE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_swpmi.h492 #define IS_SWPMI_BITRATE_VALUE(__VALUE__) (((__VALUE__) <= 255U)) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_swpmi.h468 #define IS_SWPMI_BITRATE_VALUE(__VALUE__) (((__VALUE__) <= 63U)) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_swpmi.c254 assert_param(IS_SWPMI_BITRATE_VALUE(hswpmi->Init.BitRate)); in HAL_SWPMI_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_swpmi.c251 assert_param(IS_SWPMI_BITRATE_VALUE(hswpmi->Init.BitRate)); in HAL_SWPMI_Init()