nrfxlib API 2.8.99
|
Gazell Link Layer glue. More...
#include <nrf.h>
#include <nrf_peripherals.h>
Go to the source code of this file.
Functions | |
void | nrf_gzll_delay_us (uint32_t usec_to_wait) |
Microseconds delay. | |
void | nrf_gzll_request_xosc (void) |
Request external oscillator (XOSC). | |
void | nrf_gzll_release_xosc (void) |
Release external oscillator (XOSC). | |
void | nrf_gzll_radio_irq_handler (void) |
Radio interrupt handler. | |
void | nrf_gzll_timer_irq_handler (void) |
Timer interrupt handler. | |
void | nrf_gzll_swi_irq_handler (void) |
Software interrupt handler. | |
Variables | |
NRF_TIMER_Type *const | nrf_gzll_timer |
IRQn_Type const | nrf_gzll_timer_irqn |
IRQn_Type const | nrf_gzll_swi_irqn |
uint32_t * | nrf_gzll_ppi_eep0 |
uint32_t * | nrf_gzll_ppi_tep0 |
uint32_t * | nrf_gzll_ppi_eep1 |
uint32_t * | nrf_gzll_ppi_tep1 |
uint32_t * | nrf_gzll_ppi_eep2 |
uint32_t * | nrf_gzll_ppi_tep2 |
uint32_t | nrf_gzll_ppi_chen_msk_0_and_1 |
uint32_t | nrf_gzll_ppi_chen_msk_2 |
uint8_t | nrf_gzll_dppi_ch0 |
uint8_t | nrf_gzll_dppi_ch1 |
uint8_t | nrf_gzll_dppi_ch2 |
uint32_t | nrf_gzll_dppi_chen_msk_0_and_1 |
uint32_t | nrf_gzll_dppi_chen_msk_2 |
Gazell Link Layer glue.
File defines a set of functions and variables called by Gazell Link Layer.