Home
last modified time | relevance | path

Searched full:mosi (Results 1 – 25 of 245) sorted by relevance

12345678910

/Zephyr-Core-3.7.0/dts/bindings/spi/
Dzephyr,spi-bitbang.yaml17 mosi-gpios:
20 MOSI gpio info. Output pin for Master Out Slave In.
Despressif,esp32-spi.yaml33 Use MOSI for both sending and receiving data
83 Default MISO and MOSI pins GPIO level when idle. Defaults to high by default.
Dmicrochip,xec-qmspi-ldma.yaml40 MOSI and MISO or half-duplex on MOSI only. Lines set to 2
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_bitbang.c79 const struct gpio_dt_spec *mosi = NULL; in spi_bitbang_transceive() local
89 LOG_ERR("No MOSI pin specified in half duplex mode"); in spi_bitbang_transceive()
98 mosi = &info->mosi_gpio; in spi_bitbang_transceive()
106 mosi = &info->mosi_gpio; in spi_bitbang_transceive()
117 LOG_ERR("Couldn't configure MOSI pin: %d", rc); in spi_bitbang_transceive()
174 if (mosi) { in spi_bitbang_transceive()
175 gpio_pin_set_dt(mosi, d); in spi_bitbang_transceive()
276 LOG_ERR("GPIO port for mosi pin is not ready"); in spi_bitbang_init()
282 LOG_ERR("Couldn't configure mosi pin; (%d)", rc); in spi_bitbang_init()
/Zephyr-Core-3.7.0/dts/bindings/gpio/
Dmikro-bus.yaml15 numbered 0 - 5 (AN - MOSI), the right side pins are numbered 6 - 10
24 SPI Master Output Slave Input - MOSI SDA - I2C Data
Datmel-xplained-header.yaml22 Px5 MOSI
39 4 SPI(CS0) 5 6 SPI(MOSI) 5
Dm5stack,atom-header.yaml11 2 GPIO/MOSI 3 GPIO/DAC0/SDA
Dm5stack,mbus-header.yaml12 6 MOSI 7 DAC0
/Zephyr-Core-3.7.0/boards/google/dragonclaw/doc/
Dindex.rst26 - SPI_1 CS/CLK/MISO/MOSI : PA4/PA5/PA6/PA7
27 - SPI_2 CS/CLK/MISO/MOSI : PB12/PB13/PB14/PB15
/Zephyr-Core-3.7.0/boards/telink/tlsr9518adk80d/
Dtlsr9518adk80d-pinctrl.dtsi39 /* PSPI: CLK(PC5), MOSI(PC7), MISO(PC6) */
51 /* HSPI: CLK(PA2), MOSI(PA4), MISO(PA3) */
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_basic_api/boards/
Dmr_canhubk3.overlay10 /* Use LPSPI1 MISO/MOSI pins which are also used for spi_loopback test */
Dmr_canhubk3_wkpu.overlay12 /* Use LPSPI1 MISO/MOSI pins which are also used for spi_loopback test */
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_loopback/boards/
Dintel_adl_crb.overlay7 /* External Loopback: Short MOSI & MISO */
Ducans32k1sic.overlay7 /* Short P1.3 (SPI0/MISO) with P1.4 (SPI0/MOSI) */
Dsamd21_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
Dsamr21_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
Dintel_rpl_p_crb.overlay7 /* External Loopback: Short MOSI & MISO */
Dintel_rpl_s_crb.overlay7 /* External Loopback: Short MOSI (J7H4.3) & MISO (J7H4.5) */
Dnucleo_f746zg.overlay7 /* Arduino Header pins: MOSI:D11, MISO:D12 */
Dnucleo_f767zi.overlay7 /* Arduino Header pins: MOSI:D11, MISO:D12 */
Dnumaker_m2l31ki.overlay4 /* EVB's NU5: SS/CLK/MISO/MOSI */
/Zephyr-Core-3.7.0/samples/drivers/spi_bitbang/boards/
Dnrf52840dk_nrf52840.overlay14 mosi-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
/Zephyr-Core-3.7.0/samples/boards/nrf/nrfx_prs/
DREADME.rst30 board (between the MOSI and MISO pins for SPIMs and between the TX and RX pins
35 on the boards supported by the sample are assigned as MOSI/MISO and TX/RX pins.
/Zephyr-Core-3.7.0/drivers/led_strip/
DKconfig.lpd880x17 reduced SPI interface (MOSI and CLK lines only).
/Zephyr-Core-3.7.0/boards/arm/mps2/
Dpinmux.c129 | (1<<13) /* Shield 0 SPI 3 MOSI */ in arm_mps2_pinmux_defaults()
139 | (1<<2) /* ADC SPI 2 MOSI */ in arm_mps2_pinmux_defaults()
148 | (1<<7) /* Shield 1 SPI 4 MOSI */ in arm_mps2_pinmux_defaults()

12345678910