Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c92 || ((__VALUE__) == LL_RCC_APB4_DIV_128))
590 LL_RCC_SetAPB4Prescaler(LL_RCC_APB4_DIV_128); in UTILS_EnablePLL1AndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h424 #define RCC_APB4_DIV128 LL_RCC_APB4_DIV_128 /*!< APB4 divided by 128 */
Dstm32n6xx_ll_rcc.h347 #define LL_RCC_APB4_DIV_128 (RCC_CFGR2_PPRE4_2 | RCC_CFGR2_PPRE4_1 | RCC_CFGR2_PPRE4… macro