Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h4115 #define __HAL_RCC_APB5_DIV(__RCC_APB5DIV__) \ argument
4116 do{ MODIFY_REG( RCC->APB5DIVR, RCC_APB5DIVR_APB5DIV , (__RCC_APB5DIV__));\