Home
last modified time | relevance | path

Searched refs:SAI1_Block_A (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai_ex.c100 if (hsai->Instance != SAI1_Block_A) in HAL_SAIEx_ConfigPdmMicDelay()
Dstm32l4xx_hal_sai.c433 if ((hsai->Instance != SAI1_Block_A) || in HAL_SAI_Init()
517 if ((hsai->Instance == SAI1_Block_A) || (hsai->Instance == SAI1_Block_B)) in HAL_SAI_Init()
544 if ((hsai->Instance == SAI1_Block_A) || (hsai->Instance == SAI1_Block_B)) in HAL_SAI_Init()
670 if (hsai->Instance == SAI1_Block_A) in HAL_SAI_Init()
733 if (hsai->Instance == SAI1_Block_A) in HAL_SAI_DeInit()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h1377 #define SAI1_Block_A ((SAI_Block_TypeDef *)SAI1_Block_A_BASE) macro
17985 #define IS_SAI_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SAI1_Block_A) || \