Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dfsdm_ex.c71 …DFDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue) in HAL_DFDSMEx_ChannelSetPulsesSkipping() argument
76 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
82 hdfsdm_channel->Instance->CHDLYR = (PulsesValue & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
97 …_ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue) in HAL_DFDSMEx_ChannelGetPulsesSkipping() argument
105 *PulsesValue = (hdfsdm_channel->Instance->CHDLYR & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelGetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dfsdm_ex.c69 …DFDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue) in HAL_DFDSMEx_ChannelSetPulsesSkipping() argument
74 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
80 hdfsdm_channel->Instance->CHDLYR = (PulsesValue & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
95 …FDSMEx_ChannelGetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue) in HAL_DFDSMEx_ChannelGetPulsesSkipping() argument
103 *PulsesValue = (hdfsdm_channel->Instance->CHDLYR & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelGetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dfsdm_ex.c69 …DFDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue) in HAL_DFDSMEx_ChannelSetPulsesSkipping() argument
74 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
80 hdfsdm_channel->Instance->CHDLYR = (PulsesValue & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
95 …_ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue) in HAL_DFDSMEx_ChannelGetPulsesSkipping() argument
103 *PulsesValue = (hdfsdm_channel->Instance->CHDLYR & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelGetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dfsdm_ex.c72 …DFDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue) in HAL_DFDSMEx_ChannelSetPulsesSkipping() argument
77 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue)); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
83 hdfsdm_channel->Instance->CHDLYR = (PulsesValue & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelSetPulsesSkipping()
98 …_ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue) in HAL_DFDSMEx_ChannelGetPulsesSkipping() argument
106 *PulsesValue = (hdfsdm_channel->Instance->CHDLYR & DFSDM_CHDLYR_PLSSKP); in HAL_DFDSMEx_ChannelGetPulsesSkipping()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dfsdm_ex.h51 …FDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue);
52 …DSMEx_ChannelGetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t* PulsesValue);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dfsdm_ex.h51 …FDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue);
52 …ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dfsdm_ex.h53 …FDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue);
54 …ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dfsdm_ex.h54 …FDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue);
55 …ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue);