Home
last modified time | relevance | path

Searched full:rxd (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/drivers/spi/
Dspi_litex_common.h50 static inline void litex_spi_rx_put(uint8_t len, uint32_t *rxd, uint8_t *rx_buf) in litex_spi_rx_put() argument
54 sys_put_be32(*rxd, rx_buf); in litex_spi_rx_put()
57 sys_put_be24(*rxd, rx_buf); in litex_spi_rx_put()
60 sys_put_be16(*rxd, rx_buf); in litex_spi_rx_put()
63 *rx_buf = *rxd; in litex_spi_rx_put()
Dspi_litex_litespi.c142 uint32_t txd, rxd; in spi_litex_xfer() local
157 rxd = litex_read32(dev_config->core_master_rxtx_addr); in spi_litex_xfer()
158 LOG_DBG("flushed rxd: 0x%x", rxd); in spi_litex_xfer()
190 rxd = litex_read32(dev_config->core_master_rxtx_addr); in spi_litex_xfer()
191 LOG_DBG("rxd: 0x%x", rxd); in spi_litex_xfer()
194 litex_spi_rx_put(len, &rxd, ctx->rx_buf); in spi_litex_xfer()
Dspi_litex.c151 uint32_t txd, rxd; in spi_litex_xfer() local
169 rxd = spi_litex_recv(dev); in spi_litex_xfer()
170 LOG_DBG("rxd: 0x%x", rxd); in spi_litex_xfer()
173 litex_spi_rx_put(dev_data->dfs, &rxd, ctx->rx_buf); in spi_litex_xfer()
DKconfig.nrfx76 clocked out when RXD.MAXCNT == 1 and TXD.MAXCNT <= 1).
83 RXD.MAXCNT == 1 and TXD.MAXCNT <= 1 will NOT be executed
Dspi_cc13xx_cc26xx.c141 uint32_t txd, rxd; in spi_cc13xx_cc26xx_transceive() local
167 SSIDataGet(cfg->base, &rxd); in spi_cc13xx_cc26xx_transceive()
170 *ctx->rx_buf = rxd; in spi_cc13xx_cc26xx_transceive()
Dspi_sifive.c130 uint8_t txd, rxd; in spi_sifive_xfer() local
154 if (queued_frames > 0 && spi_sifive_recv(dev, &rxd)) { in spi_sifive_xfer()
156 *ctx->rx_buf = rxd; in spi_sifive_xfer()
/Zephyr-latest/boards/renesas/rzg3s_smarc/
Drzg3s_smarc-pinctrl.dtsi14 <RZG_PINMUX(PORT_06, 4, 1)>; /* RXD */
21 <RZG_PINMUX(PORT_14, 1, 1)>; /* RXD */
28 <RZG_PINMUX(PORT_17, 2, 7)>; /* RXD */
34 pinmux = <RZG_PINMUX(PORT_15, 1, 6)>, /* RXD */
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dmimxrt1020_evk.overlay12 * nRF21540 (P6) P0.08 RXD -> IMXRT1020-EVK (J17) D1 (GPIO B1 08) (TXD)
14 * nRF21540 (P6) P0.06 TXD -> IMXRT1020-EVK (J17) D0 (GPIO B1 09) (RXD)
/Zephyr-latest/dts/bindings/gpio/
Dgrove-header.yaml9 0 SCL/RXD/A/IN
Dm5stack,stamps3-header.yaml19 10 GND 23 GPIO/CLKOUT/RXD
Dti,boosterpack-header.yaml19 3 UART RXD 23 Analog 38 GPIO 18 GPIO
/Zephyr-latest/soc/nordic/nrf52/
DCMakeLists.txt7 …_PAN_58 and an NRF SPIM driver are enabled, therefore PAN 58 will apply if RXD.MAXCNT == 1 and TXD…
/Zephyr-latest/boards/shields/reyax_lora/doc/
Dindex.rst20 - RXD: Serial data input
/Zephyr-latest/boards/witte/linum/doc/
Dindex.rst133 RXD PD6
142 RXD PB11
153 RXD PB8
161 RXD PC7
217 RXD PH14
225 RXD PB12
/Zephyr-latest/boards/arm/v2m_beetle/
Dpinmux.c99 gpio_0 = (1<<0); /* Shield 0 UART 0 RXD */ in arm_v2m_beetle_pinmux_defaults()
110 gpio_1 = (1<<0); /* UART 1 RXD */ in arm_v2m_beetle_pinmux_defaults()
/Zephyr-latest/boards/arm/mps2/
Dpinmux.c123 gpio_0 = (1<<0) /* Shield 0 UART 3 RXD */ in arm_mps2_pinmux_defaults()
134 gpio_1 = (1<<10) /* Shield 1 UART 4 RXD */ in arm_mps2_pinmux_defaults()
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.c167 const struct spi_buf *tx, *txd, *rxd; in bmi160_emul_io_spi() local
185 rxd = rx_bufs ? &rx_bufs->buffers[1] : NULL; in bmi160_emul_io_spi()
198 if ((regn & BMI160_REG_READ) && rxd == NULL) { in bmi160_emul_io_spi()
199 LOG_ERR("Cannot read without rxd"); in bmi160_emul_io_spi()
207 *(uint8_t *)rxd->buf = val; in bmi160_emul_io_spi()
216 ((uint8_t *)rxd->buf)[i] = reg_read(target, regn + i); in bmi160_emul_io_spi()
/Zephyr-latest/boards/adafruit/feather_nrf52840/
Dfeather_connector.dtsi22 <9 0 &gpio0 24 0>, /* RXD */
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/
Dfeather_connector.dtsi23 <10 0 &gpio0 6 0>, /* RXD */
/Zephyr-latest/boards/seeed/wio_terminal/
Draspberrypi_40pins_connector.dtsi16 <4 0 &portb 27 0>, /* RXD */
/Zephyr-latest/boards/weact/usb2canfdv1/
Dusb2canfdv1.dts38 label = "LED RXD";
/Zephyr-latest/dts/bindings/pinctrl/
Drenesas,ra-pincrl-pfs.yaml6 pin function selection and pin properties, such as routing a SCI0 RXD
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst285 4 GPIO25 RXD[0]
286 5 GPIO26 RXD[1]
369 IO25,RXD[0],,,,
370 IO26,RXD[1],,,,
385 RXD0,,RXD,,,
/Zephyr-latest/boards/adi/max32690fthr/
Dmax32690fthr_max32690_m4.dts77 <9 0 &gpio1 9 0>, /* RXD */
/Zephyr-latest/boards/nuvoton/numaker_m2l31ki/doc/
Dindex.rst57 To enable this, set ISW1 DIP switch 1-3 (TXD RXD VOM) to ON.

123