Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h4251 #define __HAL_RCC_APB3_DIV(__RCC_APB3DIV__) \ argument
4252 do{ MODIFY_REG( RCC->APB3DIVR, RCC_APB3DIVR_APB3DIV , (__RCC_APB3DIV__));\