Home
last modified time | relevance | path

Searched full:miso (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/Zephyr-latest/dts/bindings/spi/
Dzephyr,spi-bitbang.yaml23 miso-gpios:
26 MISO gpio info. Input pin for Master In Slave Out.
Dnordic,nrf-spim.yaml21 Indicates if the SPIM instance has the capability of delaying MISO
38 the input serial data on MISO is actually sampled. This property does
Dinfineon,xmc4xxx-spi.yaml14 miso-src:
16 Connects the SPI miso line (USIC DX0 input) to a specific GPIO pin.
/Zephyr-latest/drivers/spi/
Dspi_bitbang.c78 const struct gpio_dt_spec *miso = NULL; in spi_bitbang_transceive() local
102 miso = &info->mosi_gpio; in spi_bitbang_transceive()
110 miso = &info->miso_gpio; in spi_bitbang_transceive()
168 if (miso && spi_context_rx_buf_on(ctx)) { in spi_bitbang_transceive()
186 b = gpio_pin_get_dt(miso); in spi_bitbang_transceive()
195 b = gpio_pin_get_dt(miso); in spi_bitbang_transceive()
298 LOG_ERR("GPIO port for miso pin is not ready"); in spi_bitbang_init()
305 LOG_ERR("Couldn't configure miso pin; (%d)", rc); in spi_bitbang_init()
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/boards/
Dek_ra8m1.overlay9 /* MISO MOSI RSPCK SSL */
18 /* MISO MOSI RSPCK SSL */
/Zephyr-latest/dts/bindings/gpio/
Datmel-xplained-header.yaml23 Px6 MISO
40 6 SPI(MISO) 7 8 SPI(SCK) 7
Dm5stack,atom-header.yaml13 6 GPIO/ADC0/MISO 7 GND
Dm5stack,mbus-header.yaml13 8 MISO 9 DAC1
/Zephyr-latest/boards/google/dragonclaw/doc/
Dindex.rst23 - SPI_1 CS/CLK/MISO/MOSI : PA4/PA5/PA6/PA7
24 - SPI_2 CS/CLK/MISO/MOSI : PB12/PB13/PB14/PB15
/Zephyr-latest/boards/google/icetower/doc/
Dindex.rst23 - SPI_1 CS/CLK/MISO/MOSI : PA4/PA5/PA6/PA7
24 - SPI_4 CS/CLK/MISO/MOSI : PE11/PE12/PE13/PE14
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/boards/
Dnrf52840dk_nrf52840.overlay7 /* NOTE: spi1 MISO pin is used by the display for the cmd/data line */
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/boards/
Dnrf52840dk_nrf52840.overlay7 /* NOTE: spi1 MISO pin is used by the display for the cmd/data line */
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bus_wrapper.c59 static int8_t spi_rw(uint8_t *mosi, uint8_t *miso, uint16_t size) in spi_rw() argument
70 .buf = miso, in spi_rw()
71 .len = miso ? size : 0 in spi_rw()
/Zephyr-latest/boards/telink/tlsr9518adk80d/
Dtlsr9518adk80d-pinctrl.dtsi39 /* PSPI: CLK(PC5), MOSI(PC7), MISO(PC6) */
51 /* HSPI: CLK(PA2), MOSI(PA4), MISO(PA3) */
/Zephyr-latest/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-latest/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) */
Dfrdm_mcxn236.overlay8 * LPSPI3 MOSI(J2-8, P1_0/FC3_P0) --> LPSPI5 MISO(J2-10, P1_2/FC3_P2)
Dintel_rpl_p_crb.overlay7 /* External Loopback: Short MOSI & MISO */
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_s_crb.overlay7 /* External Loopback: Short MOSI (J7H4.3) & MISO (J7H4.5) */
/Zephyr-latest/samples/drivers/spi_bitbang/boards/
Dnrf52840dk_nrf52840.overlay15 miso-gpios = <&gpio1 2 0>;
/Zephyr-latest/samples/boards/nordic/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.

12345678910>>...12