Ejemplo n.º 1
0
uint32_t nrf_802154_hp_timer_timestamp_task_get(void)
{
    return (uint32_t)nrf_timer_task_address_get(TIMER, TIMER_CC_EVT_TASK);
}
Ejemplo n.º 2
0
uint32_t nrf_drv_timer_task_address_get(nrf_drv_timer_t const * const p_instance,
                                        nrf_timer_tasks_t             timer_task)
{
    return (uint32_t)nrf_timer_task_address_get(p_instance->p_reg, timer_task);
}
Ejemplo n.º 3
0
uint32_t nrf_802154_hp_timer_sync_task_get(void)
{
    return (uint32_t)nrf_timer_task_address_get(TIMER, TIMER_CC_SYNC_TASK);
}