Searched full:miso (Results 1 – 25 of 283) sorted by relevance
12345678910>>...12
/Zephyr-latest/dts/bindings/spi/ |
D | zephyr,spi-bitbang.yaml | 23 miso-gpios: 26 MISO gpio info. Input pin for Master In Slave Out.
|
D | nordic,nrf-spim.yaml | 21 Indicates if the SPIM instance has the capability of delaying MISO 38 the input serial data on MISO is actually sampled. This property does
|
D | infineon,xmc4xxx-spi.yaml | 14 miso-src: 16 Connects the SPI miso line (USIC DX0 input) to a specific GPIO pin.
|
/Zephyr-latest/drivers/spi/ |
D | spi_bitbang.c | 78 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/ |
D | ek_ra8m1.overlay | 9 /* MISO MOSI RSPCK SSL */ 18 /* MISO MOSI RSPCK SSL */
|
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel-xplained-header.yaml | 23 Px6 MISO 40 6 SPI(MISO) 7 8 SPI(SCK) 7
|
D | m5stack,atom-header.yaml | 13 6 GPIO/ADC0/MISO 7 GND
|
D | m5stack,mbus-header.yaml | 13 8 MISO 9 DAC1
|
/Zephyr-latest/boards/google/dragonclaw/doc/ |
D | index.rst | 23 - 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/ |
D | index.rst | 23 - 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/ |
D | nrf52840dk_nrf52840.overlay | 7 /* 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/ |
D | nrf52840dk_nrf52840.overlay | 7 /* NOTE: spi1 MISO pin is used by the display for the cmd/data line */
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500_nm_bus_wrapper.c | 59 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/ |
D | tlsr9518adk80d-pinctrl.dtsi | 39 /* PSPI: CLK(PC5), MOSI(PC7), MISO(PC6) */ 51 /* HSPI: CLK(PA2), MOSI(PA4), MISO(PA3) */
|
/Zephyr-latest/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-latest/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 | frdm_mcxn236.overlay | 8 * LPSPI3 MOSI(J2-8, P1_0/FC3_P0) --> LPSPI5 MISO(J2-10, P1_2/FC3_P2)
|
D | intel_rpl_p_crb.overlay | 7 /* External Loopback: Short MOSI & MISO */
|
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_s_crb.overlay | 7 /* External Loopback: Short MOSI (J7H4.3) & MISO (J7H4.5) */
|
/Zephyr-latest/samples/drivers/spi_bitbang/boards/ |
D | nrf52840dk_nrf52840.overlay | 15 miso-gpios = <&gpio1 2 0>;
|
/Zephyr-latest/samples/boards/nordic/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.
|
12345678910>>...12