Searched refs:gpiote_ch (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_dppi_gpiote.h | 29 uint8_t gpiote_ch, in hal_gpiote_tasks_setup() argument 36 task = inv ? nrf_gpiote_clr_task_get(gpiote_ch) : in hal_gpiote_tasks_setup() 37 nrf_gpiote_set_task_get(gpiote_ch); in hal_gpiote_tasks_setup() 40 task = inv ? nrf_gpiote_set_task_get(gpiote_ch) : in hal_gpiote_tasks_setup() 41 nrf_gpiote_clr_task_get(gpiote_ch); in hal_gpiote_tasks_setup()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nrf_sw.c | 76 uint8_t gpiote_ch[PWM_0_MAP_SIZE]; member 132 uint8_t gpiote_ch; in pwm_nrf_sw_set_cycles() local 168 gpiote_ch = data->gpiote_ch[channel]; in pwm_nrf_sw_set_cycles() 192 nrf_gpiote_te_default(gpiote, gpiote_ch); in pwm_nrf_sw_set_cycles() 241 gpiote->CONFIG[gpiote_ch] = in pwm_nrf_sw_set_cycles() 252 pulse_end_task = nrf_gpiote_set_task_get(gpiote_ch); in pwm_nrf_sw_set_cycles() 253 period_end_task = nrf_gpiote_clr_task_get(gpiote_ch); in pwm_nrf_sw_set_cycles() 255 pulse_end_task = nrf_gpiote_clr_task_get(gpiote_ch); in pwm_nrf_sw_set_cycles() 256 period_end_task = nrf_gpiote_set_task_get(gpiote_ch); in pwm_nrf_sw_set_cycles() 259 pulse_end_task = period_end_task = nrf_gpiote_out_task_get(gpiote_ch); in pwm_nrf_sw_set_cycles() [all …]
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spim.c | 69 uint8_t gpiote_ch; member 324 uint32_t gpiote_ch = dev_data->gpiote_ch; in anomaly_58_workaround_setup() local 325 uint32_t eep = (uint32_t)&gpiote.p_reg->EVENTS_IN[gpiote_ch]; in anomaly_58_workaround_setup() 331 nrf_gpiote_event_configure(gpiote.p_reg, gpiote_ch, spim->PSEL.SCK, in anomaly_58_workaround_setup() 333 nrf_gpiote_event_enable(gpiote.p_reg, gpiote_ch); in anomaly_58_workaround_setup() 348 uint32_t gpiote_ch = dev_data->gpiote_ch; in anomaly_58_workaround_clear() local 352 nrf_gpiote_task_disable(gpiote.p_reg, gpiote_ch); in anomaly_58_workaround_clear() 373 err_code = nrfx_gpiote_channel_alloc(&gpiote, &dev_data->gpiote_ch); in anomaly_58_workaround_init() 379 dev->name, dev_data->ppi_ch, dev_data->gpiote_ch); in anomaly_58_workaround_init()
|
/Zephyr-latest/drivers/display/ |
D | display_nrf_led_matrix.c | 108 uint8_t gpiote_ch[GROUP_SIZE]; 330 dev_config->gpiote.p_reg->CONFIG[dev_data->gpiote_ch[channel_idx]] = gpiote_cfg; in prepare_pixel_pulse() 360 dev_config->gpiote.p_reg->CONFIG[dev_data->gpiote_ch[i]] = 0; in timer_irq_handler() 444 uint8_t *gpiote_ch = &dev_data->gpiote_ch[i]; in instance_init() local 456 err = nrfx_gpiote_channel_alloc(&dev_config->gpiote, gpiote_ch); in instance_init() 470 nrf_gpiote_out_task_get(*gpiote_ch))); in instance_init()
|