HAL + 0/4 examples
CodeScope will show references to DFSDM_Channel_HandleTypeDef::Init from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDFSDM_Channel_HandleTypeDef::Init

DFSDM_Channel_HandleTypeDef::Init field

DFSDM channel init parameters

Examples

DFSDM_Channel_HandleTypeDef::Init is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_dfsdm.h:126
DFSDM_Channel_InitTypeDef Init; /*!< DFSDM channel init parameters */
stm32f4xx_hal_dfsdm.c:440HAL_DFSDM_ChannelInit()
channel0Instance->CHCFGR1 |= hdfsdm_channel->Init.OutputClock.Selection;
stm32f4xx_hal_dfsdm.c:444HAL_DFSDM_ChannelInit()
if(hdfsdm_channel->Init.OutputClock.Activation == ENABLE)
stm32f4xx_hal_dfsdm.c:448HAL_DFSDM_ChannelInit()
channel0Instance->CHCFGR1 |= (uint32_t) ((hdfsdm_channel->Init.OutputClock.Divider - 1U) <<
stm32f4xx_hal_dfsdm.c:459HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.Input.Multiplexer |
stm32f4xx_hal_dfsdm.c:460HAL_DFSDM_ChannelInit()
hdfsdm_channel->Init.Input.DataPacking |
stm32f4xx_hal_dfsdm.c:461HAL_DFSDM_ChannelInit()
hdfsdm_channel->Init.Input.Pins);
stm32f4xx_hal_dfsdm.c:465HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type |
stm32f4xx_hal_dfsdm.c:466HAL_DFSDM_ChannelInit()
hdfsdm_channel->Init.SerialInterface.SpiClock);
stm32f4xx_hal_dfsdm.c:470HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHAWSCDR |= (hdfsdm_channel->Init.Awd.FilterOrder |
stm32f4xx_hal_dfsdm.c:471HAL_DFSDM_ChannelInit()
((hdfsdm_channel->Init.Awd.Oversampling - 1U) << DFSDM_CHAWSCDR_AWFOSR_Pos));
stm32f4xx_hal_dfsdm.c:475HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFFSET_Pos) |
stm32f4xx_hal_dfsdm.c:476HAL_DFSDM_ChannelInit()
(hdfsdm_channel->Init.RightBitShift << DFSDM_CHCFGR2_DTRBS_Pos));
stm32f4xx_hal_dfsdm.c:519HAL_DFSDM_ChannelInit()
DFSDM1_Channel0->CHCFGR1 |= hdfsdm_channel->Init.OutputClock.Selection;
stm32f4xx_hal_dfsdm.c:523HAL_DFSDM_ChannelInit()
if(hdfsdm_channel->Init.OutputClock.Activation == ENABLE)
stm32f4xx_hal_dfsdm.c:527HAL_DFSDM_ChannelInit()
DFSDM1_Channel0->CHCFGR1 |= (uint32_t) ((hdfsdm_channel->Init.OutputClock.Divider - 1U) <<
stm32f4xx_hal_dfsdm.c:538HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.Input.Multiplexer |
stm32f4xx_hal_dfsdm.c:539HAL_DFSDM_ChannelInit()
hdfsdm_channel->Init.Input.DataPacking |
stm32f4xx_hal_dfsdm.c:540HAL_DFSDM_ChannelInit()
hdfsdm_channel->Init.Input.Pins);
stm32f4xx_hal_dfsdm.c:544HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.SerialInterface.Type |
stm32f4xx_hal_dfsdm.c:545HAL_DFSDM_ChannelInit()
hdfsdm_channel->Init.SerialInterface.SpiClock);
stm32f4xx_hal_dfsdm.c:549HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHAWSCDR |= (hdfsdm_channel->Init.Awd.FilterOrder |
stm32f4xx_hal_dfsdm.c:550HAL_DFSDM_ChannelInit()
((hdfsdm_channel->Init.Awd.Oversampling - 1U) << DFSDM_CHAWSCDR_AWFOSR_Pos));
stm32f4xx_hal_dfsdm.c:554HAL_DFSDM_ChannelInit()
hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFFSET_Pos) |
stm32f4xx_hal_dfsdm.c:555HAL_DFSDM_ChannelInit()
(hdfsdm_channel->Init.RightBitShift << DFSDM_CHCFGR2_DTRBS_Pos));

Data Use

Functions reading DFSDM_Channel_HandleTypeDef::Init
DFSDM_Channel_HandleTypeDef::Init
all items filtered out
Type of DFSDM_Channel_HandleTypeDef::Init
DFSDM_Channel_HandleTypeDef::Init
all items filtered out