Home
last modified time | relevance | path

Searched refs:DFSDM_Channelx (Results 1 – 2 of 2) sorted by relevance

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dfsdm.c136 tmpreg1 = DFSDM_Channelx->CHCFGR1; in DFSDM_TransceiverInit()
157 DFSDM_Channelx->CHCFGR1 = tmpreg1; in DFSDM_TransceiverInit()
160 tmpreg2 = DFSDM_Channelx->CHCFGR2; in DFSDM_TransceiverInit()
171 DFSDM_Channelx->CHCFGR2 = tmpreg2; in DFSDM_TransceiverInit()
378 DFSDM_Channelx->CHCFGR1 |= DFSDM_CHCFGR1_CHEN; in DFSDM_ChannelCmd()
608 DFSDM_Channelx -> CHAWSCDR |= DFSDM_SCDBreak_i; in DFSDM_ConfigBRKAnalogWatchDog()
685 tmpreg1 = DFSDM_Channelx -> CHAWSCDR; in DFSDM_ConfigShortCircuitThreshold()
694 DFSDM_Channelx -> CHAWSCDR = tmpreg1; in DFSDM_ConfigShortCircuitThreshold()
989 tmpreg1 = DFSDM_Channelx -> CHAWSCDR; in DFSDM_ConfigAWDFilter()
998 DFSDM_Channelx -> CHAWSCDR = tmpreg1; in DFSDM_ConfigAWDFilter()
[all …]
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dfsdm.h720 void DFSDM_TransceiverInit(DFSDM_Channel_TypeDef* DFSDM_Channelx, DFSDM_TransceiverInitTypeDef* DFS…
731 void DFSDM_ChannelCmd(DFSDM_Channel_TypeDef* DFSDM_Channelx, FunctionalState NewState);
751 void DFSDM_ConfigBRKShortCircuitDetector(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDB…
752 void DFSDM_ConfigBRKAnalogWatchDog(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDBreak_i…
753 void DFSDM_ConfigShortCircuitThreshold(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_SCDThr…
755 void DFSDM_ConfigAWDFilter(DFSDM_Channel_TypeDef* DFSDM_Channelx, uint32_t DFSDM_AWDSincOrder, uint…
756 uint32_t DFSDM_GetAWDConversionValue(DFSDM_Channel_TypeDef* DFSDM_Channelx);

Completed in 9 milliseconds