Home
last modified time | relevance | path

Searched refs:spi_nrfx_wake_init (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_nrfx_common.h21 int spi_nrfx_wake_init(const nrfx_gpiote_t *gpiote, uint32_t wake_pin);
Dspi_nrfx_common.c10 int spi_nrfx_wake_init(const nrfx_gpiote_t *gpiote, uint32_t wake_pin) in spi_nrfx_wake_init() function
Dspi_nrfx_spi.c390 err = spi_nrfx_wake_init(&dev_config->wake_gpiote, dev_config->wake_pin); in spi_nrfx_init()
Dspi_nrfx_spim.c714 err = spi_nrfx_wake_init(&dev_config->wake_gpiote, dev_config->wake_pin); in spi_nrfx_init()