STM32L486xx HAL User Manual
Defines
DFSDM channel serial interface type
DFSDM Exported Constants

Defines

#define DFSDM_CHANNEL_SPI_RISING   0x00000000U
#define DFSDM_CHANNEL_SPI_FALLING   DFSDM_CHCFGR1_SITP_0
#define DFSDM_CHANNEL_MANCHESTER_RISING   DFSDM_CHCFGR1_SITP_1
#define DFSDM_CHANNEL_MANCHESTER_FALLING   DFSDM_CHCFGR1_SITP

Define Documentation

#define DFSDM_CHANNEL_MANCHESTER_FALLING   DFSDM_CHCFGR1_SITP

Manchester with falling edge

Definition at line 366 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_CHANNEL_MANCHESTER_RISING   DFSDM_CHCFGR1_SITP_1

Manchester with rising edge

Definition at line 365 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_CHANNEL_SPI_FALLING   DFSDM_CHCFGR1_SITP_0

SPI with falling edge

Definition at line 364 of file stm32l4xx_hal_dfsdm.h.

#define DFSDM_CHANNEL_SPI_RISING   0x00000000U

SPI with rising edge

Definition at line 363 of file stm32l4xx_hal_dfsdm.h.