Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c74 || ((__VALUE__) == LL_RCC_APB1_DIV_128))
588 LL_RCC_SetAPB1Prescaler(LL_RCC_APB1_DIV_128); in UTILS_EnablePLL1AndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h394 #define RCC_APB1_DIV128 LL_RCC_APB1_DIV_128 /*!< APB1 divided by 128 */
Dstm32n6xx_ll_rcc.h317 #define LL_RCC_APB1_DIV_128 (RCC_CFGR2_PPRE1_2 | RCC_CFGR2_PPRE1_1 | RCC_CFGR2_PPRE1… macro