Searched refs:USART_BRR (Results 1 – 8 of 8) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
| D | stm32f4xx_hal_usart.c | 2796 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig() 2802 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig() 2808 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig() 2814 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig()
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_hal_usart.h | 619 #define USART_BRR(_PCLK_, _BAUD_) (((USART_DIVMANT((_PCLK_), (_BAUD_)) << 4U) + \ macro
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_hal_usart.h | 619 #define USART_BRR(_PCLK_, _BAUD_) (((USART_DIVMANT((_PCLK_), (_BAUD_)) << 4U) + \ macro
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_hal_usart.h | 619 #define USART_BRR(_PCLK_, _BAUD_) (((USART_DIVMANT((_PCLK_), (_BAUD_)) << 4U) + \ macro
|
| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
| D | stm32l1xx_hal_usart.h | 619 #define USART_BRR(_PCLK_, _BAUD_) (((USART_DIVMANT((_PCLK_), (_BAUD_)) << 4U) + \ macro
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
| D | stm32f2xx_hal_usart.c | 2791 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig() 2796 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig()
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
| D | stm32f1xx_hal_usart.c | 2791 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig() 2796 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig()
|
| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
| D | stm32l1xx_hal_usart.c | 2791 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig() 2796 husart->Instance->BRR = USART_BRR(pclk, husart->Init.BaudRate); in USART_SetConfig()
|