Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c83 || ((__VALUE__) == LL_RCC_APB2_DIV_128))
589 LL_RCC_SetAPB2Prescaler(LL_RCC_APB2_DIV_128); in UTILS_EnablePLL1AndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h409 #define RCC_APB2_DIV128 LL_RCC_APB2_DIV_128 /*!< APB2 divided by 128 */
Dstm32n6xx_ll_rcc.h332 #define LL_RCC_APB2_DIV_128 (RCC_CFGR2_PPRE2_2 | RCC_CFGR2_PPRE2_1 | RCC_CFGR2_PPRE2… macro