Searched defs:spim (Results 1 – 5 of 5) sorted by relevance
30 static struct qspi_dev spim = {.init = spim_init, variable
18 static struct spi_dt_spec spim = SPI_DT_SPEC_GET(DT_NODELABEL(dut_spi_dt), SPIM_OP, 0); variable47 static uint8_t *buf_alloc(size_t len, bool spim) in buf_alloc()
28 static struct spi_dt_spec spim = SPI_DT_SPEC_GET(DT_NODELABEL(dut_spi_dt), SPIM_OP, 0); variable68 static uint8_t *buf_alloc(size_t len, bool spim) in buf_alloc()
77 nrfx_spim_t spim; member322 NRF_SPIM_Type *spim = dev_config->spim.p_reg; in anomaly_58_workaround_setup() local
31 static nrfx_spim_t spim = NRFX_SPIM_INSTANCE(2); variable