Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h4083 #define __HAL_RCC_APB4_DIV(__RCC_APB4DIV__) \ argument
4084 do{ MODIFY_REG( RCC->APB4DIVR, RCC_APB4DIVR_APB4DIV , (__RCC_APB4DIV__));\