| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_usart.c | 180 uint32_t usartxbase = 0; in USART_Init() local 196 usartxbase = (uint32_t)USARTx; in USART_Init() 234 if ((usartxbase == USART1_BASE) || (usartxbase == UART4_BASE) || (usartxbase == UART5_BASE)) in USART_Init() 368 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 379 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 390 usartxbase += 0x0C; in USART_ConfigInt() 394 usartxbase += 0x10; in USART_ConfigInt() 398 usartxbase += 0x14; in USART_ConfigInt() 402 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 406 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_usart.c | 180 uint32_t usartxbase = 0; in USART_Init() local 196 usartxbase = (uint32_t)USARTx; in USART_Init() 234 if ((usartxbase == USART1_BASE) || (usartxbase == UART4_BASE) || (usartxbase == UART5_BASE)) in USART_Init() 368 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 379 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 390 usartxbase += 0x0C; in USART_ConfigInt() 394 usartxbase += 0x10; in USART_ConfigInt() 398 usartxbase += 0x14; in USART_ConfigInt() 402 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 406 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_usart.c | 180 uint32_t usartxbase = 0; in USART_Init() local 196 usartxbase = (uint32_t)USARTx; in USART_Init() 234 if ((usartxbase == USART1_BASE) || (usartxbase == UART4_BASE) || (usartxbase == UART5_BASE)) in USART_Init() 368 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 379 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 390 usartxbase += 0x0C; in USART_ConfigInt() 394 usartxbase += 0x10; in USART_ConfigInt() 398 usartxbase += 0x14; in USART_ConfigInt() 402 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 406 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_usart.c | 110 uint32_t usartxbase = 0; in USART_Init() local 117 usartxbase = (uint32_t)USARTx; in USART_Init() 136 if (usartxbase == USART1_BASE) in USART_Init() 260 uint32_t usartxbase = 0x00; in USART_ITConfig() local 266 usartxbase = (uint32_t)USARTx; in USART_ITConfig() 273 usartxbase += 0x0C; in USART_ITConfig() 277 usartxbase += 0x10; in USART_ITConfig() 281 usartxbase += 0x14; in USART_ITConfig() 286 *(__IO uint32_t*)usartxbase |= itmask; in USART_ITConfig() 290 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ITConfig()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_usart.c | 109 uint32_t usartxbase = 0; in USART_Init() local 116 usartxbase = (uint32_t)USARTx; in USART_Init() 135 if (usartxbase == USART1_BASE) in USART_Init() 259 uint32_t usartxbase = 0x00; in USART_ITConfig() local 265 usartxbase = (uint32_t)USARTx; in USART_ITConfig() 272 usartxbase += 0x0C; in USART_ITConfig() 276 usartxbase += 0x10; in USART_ITConfig() 280 usartxbase += 0x14; in USART_ITConfig() 285 *(__IO uint32_t*)usartxbase |= itmask; in USART_ITConfig() 289 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ITConfig()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_usart.c | 118 uint32_t usartxbase = 0; in USART_Init() local 125 usartxbase = (uint32_t)USARTx; in USART_Init() 144 if(usartxbase == USART1_BASE) in USART_Init() 285 uint32_t usartxbase = 0x00; in USART_ITConfig() local 291 usartxbase = (uint32_t)USARTx; in USART_ITConfig() 298 usartxbase += 0x0C; in USART_ITConfig() 302 usartxbase += 0x10; in USART_ITConfig() 306 usartxbase += 0x14; in USART_ITConfig() 311 *(__IO uint32_t *)usartxbase |= itmask; in USART_ITConfig() 315 *(__IO uint32_t *)usartxbase &= ~itmask; in USART_ITConfig()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_usart.c | 193 uint32_t usartxbase = 0; in USART_Init() local 209 usartxbase = (uint32_t)USARTx; in USART_Init() 247 if ((usartxbase == USART1_BASE) || (usartxbase == UART6_BASE) || (usartxbase == UART7_BASE)) in USART_Init() 386 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 397 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 408 usartxbase += 0x0C; in USART_ConfigInt() 412 usartxbase += 0x10; in USART_ConfigInt() 416 usartxbase += 0x14; in USART_ConfigInt() 420 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 424 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_usart.c | 193 uint32_t usartxbase = 0; in USART_Init() local 209 usartxbase = (uint32_t)USARTx; in USART_Init() 247 if ((usartxbase == USART1_BASE) || (usartxbase == UART6_BASE) || (usartxbase == UART7_BASE)) in USART_Init() 386 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 397 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 408 usartxbase += 0x0C; in USART_ConfigInt() 412 usartxbase += 0x10; in USART_ConfigInt() 416 usartxbase += 0x14; in USART_ConfigInt() 420 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 424 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_usart.c | 193 uint32_t usartxbase = 0; in USART_Init() local 209 usartxbase = (uint32_t)USARTx; in USART_Init() 247 if ((usartxbase == USART1_BASE) || (usartxbase == UART6_BASE) || (usartxbase == UART7_BASE)) in USART_Init() 386 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 397 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 408 usartxbase += 0x0C; in USART_ConfigInt() 412 usartxbase += 0x10; in USART_ConfigInt() 416 usartxbase += 0x14; in USART_ConfigInt() 420 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 424 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_usart.c | 193 uint32_t usartxbase = 0; in USART_Init() local 209 usartxbase = (uint32_t)USARTx; in USART_Init() 247 if ((usartxbase == USART1_BASE) || (usartxbase == UART6_BASE) || (usartxbase == UART7_BASE)) in USART_Init() 381 uint32_t usartxbase = 0x00; in USART_ConfigInt() local 392 usartxbase = (uint32_t)USARTx; in USART_ConfigInt() 403 usartxbase += 0x0C; in USART_ConfigInt() 407 usartxbase += 0x10; in USART_ConfigInt() 411 usartxbase += 0x14; in USART_ConfigInt() 415 *(__IO uint32_t*)usartxbase |= itmask; in USART_ConfigInt() 419 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ConfigInt()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_usart.c | 160 uint32_t usartxbase = 0; in USART_Init() local 176 usartxbase = (uint32_t)USARTx; in USART_Init() 215 if (usartxbase == USART1_BASE) in USART_Init() 371 uint32_t usartxbase = 0x00; in USART_ITConfig() local 382 usartxbase = (uint32_t)USARTx; in USART_ITConfig() 393 usartxbase += 0x0C; in USART_ITConfig() 397 usartxbase += 0x10; in USART_ITConfig() 401 usartxbase += 0x14; in USART_ITConfig() 405 *(__IO uint32_t*)usartxbase |= itmask; in USART_ITConfig() 409 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ITConfig()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_usart.c | 888 uint32_t usartxbase = 0; in USART_ITConfig() local 894 usartxbase = (uint32_t)USARTx; in USART_ITConfig() 905 usartxbase += 0x04; in USART_ITConfig() 909 usartxbase += 0x08; in USART_ITConfig() 916 *(__IO uint32_t*)usartxbase |= itmask; in USART_ITConfig() 920 *(__IO uint32_t*)usartxbase &= ~itmask; in USART_ITConfig()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_usart.c | 1700 uint32_t usartxbase = 0; in USART_ITConfig() local 1706 usartxbase = (uint32_t)USARTx; in USART_ITConfig() 1717 usartxbase += 0x04; in USART_ITConfig() 1721 usartxbase += 0x08; in USART_ITConfig() 1728 *(__IO uint32_t *)usartxbase |= itmask; in USART_ITConfig() 1732 *(__IO uint32_t *)usartxbase &= ~itmask; in USART_ITConfig()
|