Lines Matching refs:tep_f
77 dest_f_t tep_f; member
609 ppi_ch_tasks[20].tep_f = nhw_RADIO_TASK_TXEN; //RADIO->TASKS_TXEN in set_fixed_channel_routes()
613 ppi_ch_tasks[21].tep_f = nhw_RADIO_TASK_RXEN; //RADIO->TASKS_RXEN in set_fixed_channel_routes()
617 ppi_ch_tasks[22].tep_f = nhw_RADIO_TASK_DISABLE; //RADIO->TASKS_DISABLE in set_fixed_channel_routes()
621 ppi_ch_tasks[23].tep_f = nhw_AAR_TASK_START; //AAR->TASKS_START in set_fixed_channel_routes()
625 ppi_ch_tasks[24].tep_f = nhw_CCM_TASK_KSGEN; //CCM->TASKS_KSGEN in set_fixed_channel_routes()
629 ppi_ch_tasks[25].tep_f = nhw_CCM_TASK_CRYPT; //CCM->TASKS_CRYPT in set_fixed_channel_routes()
633 ppi_ch_tasks[26].tep_f = nhw_timer0_TASK_CAPTURE_1; //TIMER0->TASKS_CAPTURE[1] in set_fixed_channel_routes()
637 ppi_ch_tasks[27].tep_f = nhw_timer0_TASK_CAPTURE_2; //TIMER0->TASKS_CAPTURE[2] in set_fixed_channel_routes()
641 ppi_ch_tasks[28].tep_f = nhw_RADIO_TASK_TXEN; //RADIO->TASKS_TXEN in set_fixed_channel_routes()
645 ppi_ch_tasks[29].tep_f = nhw_RADIO_TASK_RXEN; //RADIO->TASKS_RXEN in set_fixed_channel_routes()
649 ppi_ch_tasks[30].tep_f = nhw_timer0_TASK_CLEAR; //TIMER0->TASKS_CLEAR in set_fixed_channel_routes()
653 ppi_ch_tasks[31].tep_f = nhw_timer0_TASK_START; //TIMER0->TASKS_START in set_fixed_channel_routes()
738 if ( ppi_ch_tasks[ch_nbr].tep_f != NULL ){ in nrf_ppi_event()
739 nrf_ppi_enqueue_task(ppi_ch_tasks[ch_nbr].tep_f); in nrf_ppi_event()
811 &ppi_ch_tasks[ch_nbr].tep_f, in nrf_ppi_regw_sideeffects_TEP()
814 ppi_ch_tasks[ch_nbr].tep_f = NULL; in nrf_ppi_regw_sideeffects_TEP()