Lines Matching full:task

136 …NRF_PPI_TASK_CHG0_EN  = offsetof(NRF_PPI_Type, TASKS_CHG[0].EN),  /**< Task for enabling channel g…
137 …NRF_PPI_TASK_CHG0_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[0].DIS), /**< Task for disabling channel …
138 …NRF_PPI_TASK_CHG1_EN = offsetof(NRF_PPI_Type, TASKS_CHG[1].EN), /**< Task for enabling channel g…
139 …NRF_PPI_TASK_CHG1_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[1].DIS), /**< Task for disabling channel …
140 …NRF_PPI_TASK_CHG2_EN = offsetof(NRF_PPI_Type, TASKS_CHG[2].EN), /**< Task for enabling channel g…
141 …NRF_PPI_TASK_CHG2_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[2].DIS), /**< Task for disabling channel …
142 …NRF_PPI_TASK_CHG3_EN = offsetof(NRF_PPI_Type, TASKS_CHG[3].EN), /**< Task for enabling channel g…
143 …NRF_PPI_TASK_CHG3_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[3].DIS), /**< Task for disabling channel …
145 …NRF_PPI_TASK_CHG4_EN = offsetof(NRF_PPI_Type, TASKS_CHG[4].EN), /**< Task for enabling channel g…
146 …NRF_PPI_TASK_CHG4_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[4].DIS), /**< Task for disabling channel …
147 …NRF_PPI_TASK_CHG5_EN = offsetof(NRF_PPI_Type, TASKS_CHG[5].EN), /**< Task for enabling channel g…
148 …NRF_PPI_TASK_CHG5_DIS = offsetof(NRF_PPI_Type, TASKS_CHG[5].DIS) /**< Task for disabling channel …
205 * @brief Function for setting up event and task endpoints for a given PPI channel.
209 * @param[in] tep Task register address.
227 * @brief Function for setting up the task endpoint for a given PPI channel.
229 * @param[in] tep Task register address.
238 * @brief Function for setting up task endpoint for a given PPI fork.
240 * @param[in] fork_tep Task register address.
248 * @brief Function for setting up event and task endpoints for a given PPI channel and fork.
252 * @param[in] tep Task register address.
254 * @param[in] fork_tep Fork task register address (register value).
339 * @brief Function for setting a PPI task.
341 * @param[in] ppi_task PPI task to set.
346 * @brief Function for returning the address of a specific PPI task register.
348 * @param[in] ppi_task PPI task.
353 * @brief Function for returning the PPI enable task address of a specific group.
360 * @brief Function for returning the PPI disable task address of a specific group.