Searched refs:USART1 (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | ch32v003-pinctrl.h | 100 #define USART1_CK_PD4_0 CH32V003_PINMUX_DEFINE(PD, 4, USART1, 0) 101 #define USART1_CK_PD7_1 CH32V003_PINMUX_DEFINE(PD, 7, USART1, 1) 102 #define USART1_CK_PD7_2 CH32V003_PINMUX_DEFINE(PD, 7, USART1, 2) 103 #define USART1_CK_PC5_3 CH32V003_PINMUX_DEFINE(PC, 5, USART1, 3) 104 #define USART1_TX_PD5_0 CH32V003_PINMUX_DEFINE(PD, 5, USART1, 0) 105 #define USART1_TX_PD0_1 CH32V003_PINMUX_DEFINE(PD, 0, USART1, 1) 106 #define USART1_TX_PD6_2 CH32V003_PINMUX_DEFINE(PD, 6, USART1, 2) 107 #define USART1_TX_PC0_3 CH32V003_PINMUX_DEFINE(PC, 0, USART1, 3) 108 #define USART1_RX_PD6_0 CH32V003_PINMUX_DEFINE(PD, 6, USART1, 0) 109 #define USART1_RX_PD1_1 CH32V003_PINMUX_DEFINE(PD, 1, USART1, 1) [all …]
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | arduino_portenta_h7_stm32h747xx_m4_defconfig | 13 # On M4, USART1 is used as the UART console backend by default
|
D | arduino_portenta_h7_stm32h747xx_m7.dts | 81 /* USART1 is enabled on M4 by default */
|
/Zephyr-latest/drivers/spi/ |
D | spi_gecko_usart.c | 49 : ((ref) == USART1) ? cmuClock_USART1 \ 53 : ((ref) == USART1) ? cmuClock_USART1 \ 58 : ((ref) == USART1) ? cmuClock_USART1 \ 64 : ((ref) == USART1) ? cmuClock_USART1 \ 71 : ((ref) == USART1) ? cmuClock_USART1 \
|
/Zephyr-latest/boards/google/icetower/ |
D | google_icetower.dts | 46 /* USART1: Servo UART (console) */
|
/Zephyr-latest/drivers/serial/ |
D | uart_gecko.c | 43 : ((ref) == USART1) ? cmuClock_USART1 \ 47 : ((ref) == USART1) ? cmuClock_USART1 \ 52 : ((ref) == USART1) ? cmuClock_USART1 \ 58 : ((ref) == USART1) ? cmuClock_USART1 \ 65 : ((ref) == USART1) ? cmuClock_USART1 \
|
/Zephyr-latest/boards/gd/gd32l233r_eval/doc/ |
D | index.rst | 71 is USART1 with TX connected at PA2 and RX at PA3. USART1 have connect to a
|
/Zephyr-latest/boards/witte/linum/doc/ |
D | index.rst | 115 The LINUM-STM32H753BI used the USART1 for serial console. 117 USART1 subsection 121 USART1 PINS
|
/Zephyr-latest/boards/google/dragonclaw/ |
D | google_dragonclaw.dts | 53 /* USART1: AP UART (Host Commands and MKBP) */
|
/Zephyr-latest/dts/arm/silabs/ |
D | efm32_pg_1b.dtsi | 52 usart1: usart@40010400 { /* USART1 */
|
D | efm32hg.dtsi | 52 usart1: usart@4000c400 { /* USART1 */
|
D | efr32fg1p.dtsi | 53 usart1: usart@40010400 { /* USART1 */
|
D | efr32xg13p.dtsi | 56 usart1: usart@40010400 { /* USART1 */
|
D | efm32wg.dtsi | 52 usart1: usart@4000c400 { /* USART1 */
|
D | efr32mg.dtsi | 54 usart1: usart@40010400 { /* USART1 */
|
D | efm32gg12b.dtsi | 84 usart1: usart@40010400 { /* USART1 */
|
D | efm32_jg_pg_12b.dtsi | 57 usart1: usart@40010400 { /* USART1 */
|
D | efm32gg11b.dtsi | 85 usart1: usart@40010400 { /* USART1 */
|
/Zephyr-latest/boards/st/nucleo_h503rb/doc/ |
D | index.rst | 161 - USART1 TX/RX : PB14/PB15 (Arduino USART1)
|
/Zephyr-latest/boards/st/nucleo_wb05kz/doc/ |
D | index.rst | 82 - USART1 TX/RX : PA1/PB0 (ST-Link Virtual COM Port)
|
/Zephyr-latest/boards/st/nucleo_wb09ke/doc/ |
D | index.rst | 82 - USART1 TX/RX : PA1/PB0 (ST-Link Virtual COM Port)
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3400a/doc/ |
D | index.rst | 96 USART1 is connected to the board controller and is used for the console.
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/doc/ |
D | index.rst | 140 USART1 subsection
|
/Zephyr-latest/boards/st/stm32h750b_dk/doc/ |
D | index.rst | 80 - USART1 TX/RX : PB6/PB7 (Arduino D1/D0)
|
/Zephyr-latest/boards/96boards/stm32_sensor_mez/doc/ |
D | index.rst | 112 - USART1: Connected to AP via UART0 on the 96Boards Low-Speed Header.
|
12