Lines Matching full:task
83 …TARTRX_MASK = TWIM_SHORTS_LASTTX_STARTRX_Msk, ///< Shortcut between LASTTX event and STARTRX task.
84 …USPEND_MASK = TWIM_SHORTS_LASTTX_SUSPEND_Msk, ///< Shortcut between LASTTX event and SUSPEND task.
85 …X_STOP_MASK = TWIM_SHORTS_LASTTX_STOP_Msk, ///< Shortcut between LASTTX event and STOP task.
86 …TARTTX_MASK = TWIM_SHORTS_LASTRX_STARTTX_Msk, ///< Shortcut between LASTRX event and STARTTX task.
87 …X_STOP_MASK = TWIM_SHORTS_LASTRX_STOP_Msk, ///< Shortcut between LASTRX event and STOP task.
137 * @brief Function for activating a specific TWIM task.
140 * @param[in] task Task to activate.
143 nrf_twim_task_t task);
146 * @brief Function for getting the address of a specific TWIM task register.
149 * @param[in] task Requested task.
151 * @return Address of the specified task register.
154 nrf_twim_task_t task);
239 * TWIM task.
242 * @param[in] task Task for which to set the configuration.
246 nrf_twim_task_t task,
251 * TWIM task.
254 * @param[in] task Task for which to clear the configuration.
257 nrf_twim_task_t task);
397 nrf_twim_task_t task) in nrf_twim_task_trigger() argument
399 *((volatile uint32_t *)((uint8_t *)p_reg + (uint32_t)task)) = 0x1UL; in nrf_twim_task_trigger()
403 nrf_twim_task_t task) in nrf_twim_task_address_get() argument
405 return (uint32_t *)((uint8_t *)p_reg + (uint32_t)task); in nrf_twim_task_address_get()
462 nrf_twim_task_t task, in nrf_twim_subscribe_set() argument
465 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = in nrf_twim_subscribe_set()
470 nrf_twim_task_t task) in nrf_twim_subscribe_clear() argument
472 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = 0; in nrf_twim_subscribe_clear()