|
STM32H735xx HAL User Manual
|
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 DFSDM_CHANNEL_MANCHESTER_FALLING DFSDM_CHCFGR1_SITP |
Manchester with falling edge
Definition at line 345 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_CHANNEL_MANCHESTER_RISING DFSDM_CHCFGR1_SITP_1 |
Manchester with rising edge
Definition at line 344 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_CHANNEL_SPI_FALLING DFSDM_CHCFGR1_SITP_0 |
SPI with falling edge
Definition at line 343 of file stm32h7xx_hal_dfsdm.h.
| #define DFSDM_CHANNEL_SPI_RISING 0x00000000U |
SPI with rising edge
Definition at line 342 of file stm32h7xx_hal_dfsdm.h.
1.7.6.1