Home
last modified time | relevance | path

Searched refs:IS_RCC_AUDIOSYNC_AUTORELOAD (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h1004 #define IS_RCC_AUDIOSYNC_AUTORELOAD(__VALUE__) ((__VALUE__) <= (RCC_ASARR_AR >> RCC_ASARR_AR_Pos)) macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1421 assert_param(IS_RCC_AUDIOSYNC_AUTORELOAD(pConf->AutoReloadValue)); in HAL_RCCEx_SetConfigAudioSync()