Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc.c1007 assert_param(IS_RCC_HCLK5_HSEHSI(RCC_ClkInitStruct->AHB5_HSEHSI_CLKDivider)); in HAL_RCC_ClockConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h2394 #define IS_RCC_HCLK5_HSEHSI(__HCLK5__) (((__HCLK5__) == RCC_SYSCLK_HSEHSI_DIV1) || ((__HCL… macro