Searched full:spi_cs (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/drivers/spi/dt_spec/src/ |
D | main.c | 17 const struct spi_dt_spec spi_cs = in ZTEST() local 20 LOG_DBG("spi_cs.bus = %p", spi_cs.bus); in ZTEST() 21 LOG_DBG("spi_cs.config.cs.gpio.port = %p", spi_cs.config.cs.gpio.port); in ZTEST() 22 LOG_DBG("spi_cs.config.cs.gpio.pin = %u", spi_cs.config.cs.gpio.pin); in ZTEST() 24 zassert_equal(spi_cs.bus, DEVICE_DT_GET(DT_NODELABEL(test_spi_cs)), ""); in ZTEST() 25 zassert_true(spi_cs_is_gpio_dt(&spi_cs), ""); in ZTEST() 26 zassert_equal(spi_cs.config.cs.gpio.port, DEVICE_DT_GET(DT_NODELABEL(test_gpio)), ""); in ZTEST() 27 zassert_equal(spi_cs.config.cs.gpio.pin, 0x10, ""); in ZTEST()
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_spi.c | 69 LOG_DBG("Set SPI_CS low"); in fpga_ice40_load() 72 LOG_ERR("failed to set SPI_CS low: %d", ret); in fpga_ice40_load() 96 LOG_DBG("Set SPI_CS high"); in fpga_ice40_load() 99 LOG_ERR("failed to set SPI_CS high: %d", ret); in fpga_ice40_load() 112 LOG_DBG("Set SPI_CS low"); in fpga_ice40_load() 115 LOG_ERR("failed to set SPI_CS low: %d", ret); in fpga_ice40_load() 128 LOG_DBG("Set SPI_CS high"); in fpga_ice40_load() 131 LOG_ERR("failed to set SPI_CS high: %d", ret); in fpga_ice40_load()
|
D | fpga_ice40_bitbang.c | 173 LOG_DBG("Set SPI_CS low"); in fpga_ice40_load() 192 LOG_DBG("Set SPI_CS high"); in fpga_ice40_load() 199 LOG_DBG("Set SPI_CS low"); in fpga_ice40_load() 201 LOG_DBG("Set SPI_CS high"); in fpga_ice40_load()
|
/Zephyr-latest/dts/bindings/fpga/ |
D | lattice,ice40-fpga-base.yaml | 42 Prior to sending the bitstream, issue this number of leading clocks with SPI_CS pulled high. 48 After sending the bitstream, issue this number of trailing clocks with SPI_CS pulled high.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | sparkfun,micromod-gpio.yaml | 46 - 17 -> SPI_CS PIN 55
|
/Zephyr-latest/boards/seeed/wio_terminal/ |
D | raspberrypi_40pins_connector.dtsi | 27 <15 0 &portb 1 0>, /* SPI_CS */
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/ |
D | index.rst | 20 but CS signal is not the standard Arduino SPI_CS signal.
|
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/ |
D | index.rst | 20 but CS and SCK signals are not the standard Arduino SPI_CS and SPI_SCK signals.
|
/Zephyr-latest/boards/sparkfun/micromod/ |
D | micromod_nrf52840.dts | 60 <17 0 &gpio0 20 0>; /* SPI_CS */
|
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/doc/ |
D | index.rst | 84 | SPI_CS | General purpose pin |
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4104a/doc/ |
D | index.rst | 98 | PA4 | SPI_CS | Flash Chip Select (GPIO) |
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4161a/doc/ |
D | index.rst | 92 | PA4 | SPI_CS | Flash Chip Select (GPIO) |
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4170a/doc/ |
D | index.rst | 92 | PA4 | SPI_CS | Flash Chip Select (GPIO) |
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4250b/doc/ |
D | index.rst | 96 | PA4 | SPI_CS | Flash Chip Select (GPIO) |
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4255a/doc/ |
D | index.rst | 92 | PA4 | SPI_CS | Flash Chip Select (GPIO) |
|
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/doc/ |
D | index.rst | 123 | PK1 | SPI_CS | Flash Chip Select (GPIO) |
|
/Zephyr-latest/boards/phytec/reel_board/doc/ |
D | index.rst | 306 | J16 | closed solder jumper | testpoint EPD SPI_CS |
|