Searched refs:nrf_gpiote_TASKS_SET (Results 1 – 1 of 1) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_GPIOTE.c | 141 void nrf_gpiote_TASKS_SET(unsigned int inst, unsigned int n) { in nrf_gpiote_TASKS_SET() function 292 nrf_gpiote_TASKS_SET(inst, n); in nrf_gpiote_regw_sideeffects_TASKS_SET() 425 void nrf_gpiote_TASKS_SET_0(void){ nrf_gpiote_TASKS_SET(0, 0); } in NHW_GPIOTE_REGW_SIDEFFECTS_SUBSCRIBE() 426 void nrf_gpiote_TASKS_SET_1(void){ nrf_gpiote_TASKS_SET(0, 1); } in nrf_gpiote_TASKS_SET_1() 427 void nrf_gpiote_TASKS_SET_2(void){ nrf_gpiote_TASKS_SET(0, 2); } in nrf_gpiote_TASKS_SET_2() 428 void nrf_gpiote_TASKS_SET_3(void){ nrf_gpiote_TASKS_SET(0, 3); } in nrf_gpiote_TASKS_SET_3() 429 void nrf_gpiote_TASKS_SET_4(void){ nrf_gpiote_TASKS_SET(0, 4); } in nrf_gpiote_TASKS_SET_4() 430 void nrf_gpiote_TASKS_SET_5(void){ nrf_gpiote_TASKS_SET(0, 5); } in nrf_gpiote_TASKS_SET_5() 431 void nrf_gpiote_TASKS_SET_6(void){ nrf_gpiote_TASKS_SET(0, 6); } in nrf_gpiote_TASKS_SET_6() 432 void nrf_gpiote_TASKS_SET_7(void){ nrf_gpiote_TASKS_SET(0, 7); } in nrf_gpiote_TASKS_SET_7()
|