Home
last modified time | relevance | path

Searched refs:IS_DFSDM_CHANNEL_SKIPPING_VALUE (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dfsdm_ex.h68 #define IS_DFSDM_CHANNEL_SKIPPING_VALUE(VALUE) ((VALUE) < 64U) macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dfsdm_ex.h68 #define IS_DFSDM_CHANNEL_SKIPPING_VALUE(VALUE) ((VALUE) < 64U) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dfsdm_ex.h70 #define IS_DFSDM_CHANNEL_SKIPPING_VALUE(VALUE) ((VALUE) < 64U) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dfsdm_ex.h71 #define IS_DFSDM_CHANNEL_SKIPPING_VALUE(VALUE) ((VALUE) < 64U) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dfsdm_ex.c76 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dfsdm_ex.c74 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dfsdm_ex.c74 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dfsdm_ex.c77 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()