31 #ifdef HAL_DFSDM_MODULE_ENABLED 33 #if defined(STM32L4R5xx) || defined(STM32L4R7xx) || defined(STM32L4R9xx) || defined(STM32L4S5xx) || defined(STM32L4S7xx) || defined(STM32L4S9xx) 74 HAL_StatusTypeDef status =
HAL_OK;
77 assert_param(IS_DFSDM_CHANNEL_SKIPPING_VALUE(PulsesValue));
83 hdfsdm_channel->Instance->CHDLYR = (PulsesValue & DFSDM_CHDLYR_PLSSKP);
100 HAL_StatusTypeDef status =
HAL_OK;
106 *PulsesValue = (hdfsdm_channel->Instance->CHDLYR & DFSDM_CHDLYR_PLSSKP);
struct __DFSDM_Channel_HandleTypeDef else typedef struct endif DFSDM_Channel_HandleTypeDef
DFSDM channel handle structure definition.
This file contains all the functions prototypes for the HAL module driver.
HAL_StatusTypeDef HAL_DFDSMEx_ChannelGetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t *PulsesValue)
Get value of pulses skipping.
HAL_StatusTypeDef HAL_DFDSMEx_ChannelSetPulsesSkipping(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, uint32_t PulsesValue)
Set value of pulses skipping.
assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock))