Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/coex/
Dcoex_ticker.c30 struct gpio_dt_spec grant_spec; member
88 if (gpio_pin_get_dt(&config->grant_spec) == 0) { in time_slot_callback_work()
105 gpio_pin_interrupt_configure_dt(&config->grant_spec, GPIO_INT_EDGE_TO_INACTIVE); in time_slot_callback_work()
163 gpio_pin_interrupt_configure_dt(&config->grant_spec, GPIO_INT_DISABLE); in coex_ticker_grant_irq_handler()
177 res = gpio_pin_configure_dt(&config->grant_spec, GPIO_INPUT); in coex_ticker_init()
184 BIT(config->grant_spec.pin)); in coex_ticker_init()
186 res = gpio_add_callback(config->grant_spec.port, &data->grant_irq_cb); in coex_ticker_init()
191 res = gpio_pin_interrupt_configure_dt(&config->grant_spec, GPIO_INT_EDGE_TO_INACTIVE); in coex_ticker_init()
200 .grant_spec = GPIO_DT_SPEC_INST_GET(0, grant_gpios),