Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c101 || ((__VALUE__) == LL_RCC_APB5_DIV_128))
591 LL_RCC_SetAPB5Prescaler(LL_RCC_APB5_DIV_128); in UTILS_EnablePLL1AndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h439 #define RCC_APB5_DIV128 LL_RCC_APB5_DIV_128 /*!< APB5 divided by 128 */
Dstm32n6xx_ll_rcc.h362 #define LL_RCC_APB5_DIV_128 (RCC_CFGR2_PPRE5_2 | RCC_CFGR2_PPRE5_1 | RCC_CFGR2_PPRE5… macro