/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_irda_ex.h | 117 else if((__HANDLE__)->Instance == UART4) \ 230 else if((__HANDLE__)->Instance == UART4) \ 277 #elif defined(UART4) && !defined(USART3) 322 else if((__HANDLE__)->Instance == UART4) \ 348 #elif defined(UART4) && defined(USART3) 414 else if((__HANDLE__)->Instance == UART4) \
|
D | stm32g4xx_hal_uart_ex.h | 268 else if((__HANDLE__)->Instance == UART4) \ 381 else if((__HANDLE__)->Instance == UART4) \ 449 #elif defined(UART4) && defined(USART3) 515 else if((__HANDLE__)->Instance == UART4) \ 562 #elif defined(UART4) && !defined(USART3) 607 else if((__HANDLE__)->Instance == UART4) \
|
D | stm32g4xx_hal_rcc_ex.h | 61 #if defined(UART4) 201 #if defined(UART4) 268 #if defined(UART4) 643 #if defined(UART4) 1502 #if defined(UART4)
|
D | stm32g4xx_hal_rcc.h | 923 #if defined(UART4) 1055 #if defined(UART4) 1428 #if defined(UART4) 1488 #if defined(UART4) 1787 #if defined(UART4) 1845 #if defined(UART4) 2164 #if defined(UART4) 2227 #if defined(UART4) 2549 #if defined(UART4) 2610 #if defined(UART4)
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) 162 #if defined(UART4) in LL_USART_DeInit() 163 else if (USARTx == UART4) in LL_USART_DeInit() 280 #if defined(UART4) in LL_USART_Init() 281 else if (USARTx == UART4) in LL_USART_Init()
|
D | stm32f3xx_ll_rcc.c | 71 #if defined(UART4) && defined(UART5) 74 #elif defined(UART4) 457 #if defined(UART4) || defined(UART5) 473 #if defined(UART4) in LL_RCC_GetUARTClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usart.c | 35 #if defined (USART1) || defined (USART2) || defined (USART3) || defined (UART4) || defined (UART5) 157 #if defined(UART4) in LL_USART_DeInit() 158 else if (USARTx == UART4) in LL_USART_DeInit() 272 #if defined(UART4) in LL_USART_Init() 273 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_usart.c | 35 #if defined (USART1) || defined (USART2) || defined (USART3) || defined (UART4) || defined (UART5) 155 #if defined(UART4) in LL_USART_DeInit() 156 else if (USARTx == UART4) in LL_USART_DeInit() 258 #if defined(UART4) in LL_USART_Init() 259 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) 172 #if defined(UART4) in LL_USART_DeInit() 173 else if (USARTx == UART4) in LL_USART_DeInit() 278 #if defined(UART4) in LL_USART_Init() 279 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usart.c | 35 #if defined (USART1) || defined (USART2) || defined (USART3) || defined (USART6) || defined (UART4)… 167 #if defined(UART4) in LL_USART_DeInit() 168 else if (USARTx == UART4) in LL_USART_DeInit() 318 #if defined(UART4) in LL_USART_Init() 319 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) 178 #if defined(UART4) in LL_USART_DeInit() 179 else if (USARTx == UART4) in LL_USART_DeInit() 286 #if defined(UART4) in LL_USART_Init() 287 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) || de… 171 #if defined(UART4) in LL_USART_DeInit() 172 else if (USARTx == UART4) in LL_USART_DeInit() 345 #if defined(UART4) in LL_USART_Init() 346 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dma.h | 282 #if defined (UART4) 286 #if defined (UART4) 290 #if defined (UART4) 488 #if defined (UART4) 492 #if defined (UART4) 496 #if defined (UART4)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usart.c | 35 #if defined (USART1) || defined (USART2) || defined (USART3) || defined (USART6) || defined (UART4)… 163 else if (USARTx == UART4) in LL_USART_DeInit() 266 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_irda_ex.h | 138 else if((__HANDLE__)->Instance == UART4) \ 272 else if((__HANDLE__)->Instance == UART4) \ 364 else if((__HANDLE__)->Instance == UART4) \
|
D | stm32u5xx_hal_uart_ex.h | 315 else if((__HANDLE__)->Instance == UART4) \ 351 else if((__HANDLE__)->Instance == UART4) \ 379 else if((__HANDLE__)->Instance == UART4) \
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usart.c | 35 || defined(UART4) || defined(UART5) || defined(UART7) || defined(UART8) 158 else if (USARTx == UART4) in LL_USART_DeInit() 281 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) \ 171 else if (USARTx == UART4) in LL_USART_DeInit() 287 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) 172 else if (USARTx == UART4) in LL_USART_DeInit() 284 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) 170 else if (USARTx == UART4) in LL_USART_DeInit() 270 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_usart.c | 34 #if defined (USART1) || defined (USART2) || defined (USART3) || defined (USART6) || defined (UART4)… 159 else if (USARTx == UART4) in LL_USART_DeInit() 283 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usart.c | 34 #if defined(USART1) || defined(USART2) || defined(USART3) || defined(UART4) || defined(UART5) || de… 171 else if (USARTx == UART4) in LL_USART_DeInit() 311 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usart.c | 35 …|| defined(UART4) || defined(UART5) || defined(UART7) || defined(UART8) || defined(UART9) || defin… 171 else if (USARTx == UART4) in LL_USART_DeInit() 315 else if (USARTx == UART4) in LL_USART_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc_ex.h | 148 #if defined(UART4) 348 #if defined(UART4) 438 #if defined(UART4) 1614 #if defined(UART4) 2667 #if defined(UART4)
|
D | stm32l4xx_hal_irda_ex.h | 143 else if((__HANDLE__)->Instance == UART4) \ 378 else if((__HANDLE__)->Instance == UART4) \
|