Home
last modified time | relevance | path

Searched defs:spim (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Ddevice.c30 static struct qspi_dev spim = {.init = spim_init, variable
/Zephyr-latest/tests/drivers/spi/spi_error_cases/src/
Dmain.c18 static struct spi_dt_spec spim = SPI_DT_SPEC_GET(DT_NODELABEL(dut_spi_dt), SPIM_OP, 0); variable
47 static uint8_t *buf_alloc(size_t len, bool spim) in buf_alloc()
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/src/
Dmain.c28 static struct spi_dt_spec spim = SPI_DT_SPEC_GET(DT_NODELABEL(dut_spi_dt), SPIM_OP, 0); variable
68 static uint8_t *buf_alloc(size_t len, bool spim) in buf_alloc()
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spim.c77 nrfx_spim_t spim; member
322 NRF_SPIM_Type *spim = dev_config->spim.p_reg; in anomaly_58_workaround_setup() local
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c31 static nrfx_spim_t spim = NRFX_SPIM_INSTANCE(2); variable