HAL + 0/3 examples
CodeScope will show references to SAI_CLOCKSTROBING_RISINGEDGE from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSAI_CLOCKSTROBING_RISINGEDGE

SAI_CLOCKSTROBING_RISINGEDGE macro

Syntax

#define SAI_CLOCKSTROBING_RISINGEDGE 1U

Examples

SAI_CLOCKSTROBING_RISINGEDGE is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_hal_sai.h:388
#define SAI_CLOCKSTROBING_RISINGEDGE 1U
stm32f4xx_hal_sai.c:488
ckstr_bits = (hsai->Init.ClockStrobing == SAI_CLOCKSTROBING_RISINGEDGE) ? 0U : SAI_xCR1_CKSTR;
stm32f4xx_hal_sai.c:492
ckstr_bits = (hsai->Init.ClockStrobing == SAI_CLOCKSTROBING_RISINGEDGE) ? SAI_xCR1_CKSTR : 0U;
stm32f4xx_hal_sai.c:1965
hsai->Init.ClockStrobing = SAI_CLOCKSTROBING_RISINGEDGE;
stm32f4xx_hal_sai.c:2052
hsai->Init.ClockStrobing = SAI_CLOCKSTROBING_RISINGEDGE;
stm32f4xx_hal_sai.h:806
((CLOCK) == SAI_CLOCKSTROBING_RISINGEDGE))