Macros | |
#define | DFSDM_CLOCK_DIVIDER(__FREQUENCY__) |
#define | DFSDM_FILTER_ORDER(__FREQUENCY__) |
#define | DFSDM_OVER_SAMPLING(__FREQUENCY__) |
#define | DFSDM_RIGHT_BIT_SHIFT(__FREQUENCY__) |
#define | SaturaLH(N, L, H) (((N)<(L))?(L):(((N)>(H))?(H):(N))) |
#define DFSDM_CLOCK_DIVIDER | ( | __FREQUENCY__ | ) |
Definition at line 189 of file stm32f769i_discovery_audio.c.
#define DFSDM_FILTER_ORDER | ( | __FREQUENCY__ | ) |
Definition at line 198 of file stm32f769i_discovery_audio.c.
#define DFSDM_OVER_SAMPLING | ( | __FREQUENCY__ | ) |
Definition at line 180 of file stm32f769i_discovery_audio.c.
#define DFSDM_RIGHT_BIT_SHIFT | ( | __FREQUENCY__ | ) |
Definition at line 207 of file stm32f769i_discovery_audio.c.
Definition at line 217 of file stm32f769i_discovery_audio.c.