Lines Matching full:for

21  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45 * @brief Hardware access layer for managing the Programmable Peripheral Interconnect (PPI)
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 …
154 * @brief Function for enabling a given PPI channel.
164 * @brief Function for disabling a given PPI channel.
173 * @brief Function for checking if a given PPI channel is enabled.
186 * @brief Function for disabling all PPI channels.
191 * @brief Function for enabling multiple PPI channels.
198 * @brief Function for disabling multiple PPI channels.
205 * @brief Function for setting up event and task endpoints for a given PPI channel.
218 * @brief Function for setting up the event endpoint for a given PPI channel.
227 * @brief Function for setting up the task endpoint for a given PPI channel.
238 * @brief Function for setting up task endpoint for a given PPI fork.
248 * @brief Function for setting up event and task endpoints for a given PPI channel and fork.
265 * @brief Function for including a PPI channel in a channel group.
278 * @brief Function for including multiple PPI channels in a channel group.
291 * @brief Function for removing a PPI channel from a channel group.
303 * @brief Function for removing multiple PPI channels from a channel group.
315 * @brief Function for removing all PPI channels from a channel group.
323 * @brief Function for enabling a channel group.
331 * @brief Function for disabling a channel group.
339 * @brief Function for setting a PPI task.
346 * @brief Function for returning the address of a specific PPI task register.
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.