Searched full:mosi (Results 1 – 25 of 245) sorted by relevance
12345678910
/Zephyr-Core-3.7.0/dts/bindings/spi/ |
D | zephyr,spi-bitbang.yaml | 17 mosi-gpios: 20 MOSI gpio info. Output pin for Master Out Slave In.
|
D | espressif,esp32-spi.yaml | 33 Use MOSI for both sending and receiving data 83 Default MISO and MOSI pins GPIO level when idle. Defaults to high by default.
|
D | microchip,xec-qmspi-ldma.yaml | 40 MOSI and MISO or half-duplex on MOSI only. Lines set to 2
|
/Zephyr-Core-3.7.0/drivers/spi/ |
D | spi_bitbang.c | 79 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/ |
D | mikro-bus.yaml | 15 numbered 0 - 5 (AN - MOSI), the right side pins are numbered 6 - 10 24 SPI Master Output Slave Input - MOSI SDA - I2C Data
|
D | atmel-xplained-header.yaml | 22 Px5 MOSI 39 4 SPI(CS0) 5 6 SPI(MOSI) 5
|
D | m5stack,atom-header.yaml | 11 2 GPIO/MOSI 3 GPIO/DAC0/SDA
|
D | m5stack,mbus-header.yaml | 12 6 MOSI 7 DAC0
|
/Zephyr-Core-3.7.0/boards/google/dragonclaw/doc/ |
D | index.rst | 26 - 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/ |
D | tlsr9518adk80d-pinctrl.dtsi | 39 /* 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/ |
D | mr_canhubk3.overlay | 10 /* Use LPSPI1 MISO/MOSI pins which are also used for spi_loopback test */
|
D | mr_canhubk3_wkpu.overlay | 12 /* Use LPSPI1 MISO/MOSI pins which are also used for spi_loopback test */
|
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_loopback/boards/ |
D | intel_adl_crb.overlay | 7 /* External Loopback: Short MOSI & MISO */
|
D | ucans32k1sic.overlay | 7 /* Short P1.3 (SPI0/MISO) with P1.4 (SPI0/MOSI) */
|
D | samd21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | samr21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | intel_rpl_p_crb.overlay | 7 /* External Loopback: Short MOSI & MISO */
|
D | intel_rpl_s_crb.overlay | 7 /* External Loopback: Short MOSI (J7H4.3) & MISO (J7H4.5) */
|
D | nucleo_f746zg.overlay | 7 /* Arduino Header pins: MOSI:D11, MISO:D12 */
|
D | nucleo_f767zi.overlay | 7 /* Arduino Header pins: MOSI:D11, MISO:D12 */
|
D | numaker_m2l31ki.overlay | 4 /* EVB's NU5: SS/CLK/MISO/MOSI */
|
/Zephyr-Core-3.7.0/samples/drivers/spi_bitbang/boards/ |
D | nrf52840dk_nrf52840.overlay | 14 mosi-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
|
/Zephyr-Core-3.7.0/samples/boards/nrf/nrfx_prs/ |
D | README.rst | 30 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/ |
D | Kconfig.lpd880x | 17 reduced SPI interface (MOSI and CLK lines only).
|
/Zephyr-Core-3.7.0/boards/arm/mps2/ |
D | pinmux.c | 129 | (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