Searched refs:spim (Results 1 – 7 of 7) sorted by relevance
163 ret = hal_spi_xfer(nor->spim.port, &tr); in nor_transfer()333 spim->port = HAL_SPI_MASTER_0; in nor_spi_master_init()340 spim->cfg.clock_frequency *= 1000 * 1000; in nor_spi_master_init()341 spim->cfg.slave_port = HAL_SPI_MASTER_SLAVE_0; in nor_spi_master_init()342 spim->cfg.cpha = HAL_SPI_MASTER_CLOCK_PHASE0; in nor_spi_master_init()343 spim->cfg.cpol = HAL_SPI_MASTER_CLOCK_POLARITY0; in nor_spi_master_init()344 spim->cfg.bit_order = HAL_SPI_MASTER_LSB_FIRST; in nor_spi_master_init()346 ret = hal_spi_init(spim->port, &spim->cfg); in nor_spi_master_init()354 return hal_spi_deinit(spim->port); in nor_spi_master_deinit()515 ret = nor_spi_master_init(&nor->spim); in nor_init()[all …]
128 struct nor_spi_master spim; member
157 nrfx_spim_t spim = spim_bus_obj[index].spim; in spim_configure() local254 nrfx_err_t nrf_ret = nrfx_spim_init(&spim, &config, handler, context); in spim_configure()274 nrfx_spim_t * p_instance = &(spim_bus_obj[index].spim); in spimxfer()315 spim_bus_obj[i].spim = spim_config[i].spi; in rt_hw_spim_bus_init()
25 NRF_SPIM_Type* spim; member79 nrfx_spim_t spim; /* nrfx spim driver instance. */ member
596 spim_int_enable(mess->spim, ((mess->flags) & NRFX_SPIM_FLAG_NO_XFER_EVT_HANDLER)); in finish_transfer()808 mess->spim = p_spim; in rtt_spim_xfer()
22 devices.spim:
73 ## spim78 ## spim msg
Completed in 17 milliseconds