Searched refs:PulsesValue (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dfsdm_ex.c | 71 …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/ |
D | stm32mp1xx_hal_dfsdm_ex.c | 69 …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/ |
D | stm32l5xx_hal_dfsdm_ex.c | 69 …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/ |
D | stm32l4xx_hal_dfsdm_ex.c | 72 …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/ |
D | stm32mp1xx_hal_dfsdm_ex.h | 51 …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/ |
D | stm32l5xx_hal_dfsdm_ex.h | 51 …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/ |
D | stm32h7xx_hal_dfsdm_ex.h | 53 …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/ |
D | stm32l4xx_hal_dfsdm_ex.h | 54 …FDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue); 55 …ChannelGetPulsesSkipping(const DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue);
|