File List

Here is a list of all files with brief descriptions:
compiler/c51/reg24le1.h [code]
compiler/c51/reg24lu1.h [code]
compiler/c51/stdbool.h [code]
compiler/c51/stdint.h [code]
compiler/common/isrdef24le1.h [code]
compiler/common/isrdef24lu1p.h [code]
compiler/common/memdefs.h [code]
compiler/common/nrf24le1.h [code]
compiler/common/nrf24lu1p.h [code]
compiler/icc8051/bit24le1.h [code]
compiler/icc8051/bit24lu1.h [code]
gazell/common/gzll.c [code]Gazell Link Layer implementation
gazell/common/gzll.h [code]Gazell Link Layer header file
gazell/common/gzll_params_templ.h [code]Gazell Link Layer default parameters template file
gazell/common/gzp.c [code]Implementation of Gazell pairing library common Device and Host functions
gazell/common/gzp.h [code]Gazell pairing library header file
gazell/common/gzp_device.c [code]Implementation of Gazell Pairing Library (gzp), Device functions
gazell/common/gzp_host.c [code]Implementation of Gazell Pairing Library (gzp), Host functions
gazell/common/gzp_params_templ.h [code]
gazell/nrf24le1/gzll_macros.h [code]Gazell Link Layer nRF24LE1 specific macros
gazell/nrf24le1/gzll_mcu.c [code]Gazell Link Layer nRF24LE1 specific functions implementation
gazell/nrf24le1/gzll_mcu.h [code]Gazell Link Layer MCU setup header file
gazell/nrf24le1/gzll_radio_isr.c [code]Gazell Link Layer nRF24LE1 radio interrupt service routine
gazell/nrf24le1/gzll_timer_isr.c [code]Gazell Link Layer nRF24LE1 radio interrupt service routine
gazell/nrf24le1/gzp_device_le1.c [code]Implementation of nRF24LE1 specific Device functions for the Gazell pairing library
gazell/nrf24le1/gzp_host_le1.c [code]Implementation of nRF24LU1+ specific Device functions for the Gazell pairing library
gazell/nrf24lu1/gzll_macros.h [code]Gazell Link Layer nRF24LU1+ specific macros
gazell/nrf24lu1/gzll_mcu.c [code]Implementation of Gazell Link Layer nRF24LU1+ specific functions
gazell/nrf24lu1/gzll_mcu.h [code]Gazell Link Layer MCU setup header file
gazell/nrf24lu1/gzll_radio_isr.c [code]Gazell Link Layer nRF24LU1+ radio interrupt service routine
gazell/nrf24lu1/gzll_timer_isr.c [code]Gazell Link Layer nRF24LU1+ timer interrupt service routine
gazell/nrf24lu1/gzp_host_lu1.c [code]
hal/hal_delay.c [code]Delay routine which is more or less exact within + - 2us
hal/hal_delay.h [code]
hal/nordic_common.h [code]Common defines and macros for firmware developed by Nordic Semiconductor
hal/nrf24l01p/hal_nrf.c [code]Implementation of hal_nrf
hal/nrf24l01p/hal_nrf.h [code]Interface functions for the on-chip radio transceiver
hal/nrf24l01p/hal_nrf_reg.h [code]Register definitions for nRF24L01+
hal/nrf24le1/hal_adc.c [code]Implementation of hal_adc
hal/nrf24le1/hal_adc.h [code]Interface functions for the analog-to-digital converter (ADC)
hal/nrf24le1/hal_aes.c [code]Implementation of hal_aes
hal/nrf24le1/hal_aes.h [code]Interface functions for encrypting data using the Advanced Encryption Standard (AES) hardware module(s)
hal/nrf24le1/hal_ancmp.c [code]Implementation of hal_ancmp
hal/nrf24le1/hal_ancmp.h [code]Interface functions for the analog comparator
hal/nrf24le1/hal_clk.c [code]Implementation of hal_clk
hal/nrf24le1/hal_clk.h [code]Interface for clock management
hal/nrf24le1/hal_flash.c [code]Implementation of hal_flash
hal/nrf24le1/hal_flash.h [code]Interface for self-programming of on-chip Flash / Non Volatile Data Memory
hal/nrf24le1/hal_flash_hw.h [code]Header file defining flash parameters for nRF24LE1
hal/nrf24le1/hal_nrf_hw.c [code]Implementation of hal_nrf_rw
hal/nrf24le1/hal_nrf_hw.h [code]Macros and hardware includes for nRF24LE1
hal/nrf24le1/hal_pof.c [code]Implementation of hal_pof
hal/nrf24le1/hal_pof.h [code]Interface for Power-fail comparator
hal/nrf24le1/hal_rng.c [code]Implementation of hal_rng
hal/nrf24le1/hal_rng.h [code]Interface functions for the true random number generator
hal/nrf24le1/hal_rtc.c [code]Implementation of hal_rtc
hal/nrf24le1/hal_rtc.h [code]Interface functions for the real-time clock
hal/nrf24le1/hal_spi.c [code]Implementation of hal_spi
hal/nrf24le1/hal_spi.h [code]Interface functions for the Serial Peripheral Interface (SPI)
hal/nrf24le1/hal_uart.c [code]Implementation of hal_uart
hal/nrf24le1/hal_uart.h [code]Interface functions for the Universal Asynchronous Receiver-Transmitter (UART)
hal/nrf24le1/hal_w2.c [code]Implementation of hal_w2
hal/nrf24le1/hal_w2.h [code]Interface for the 2-Wire module
hal/nrf24le1/hal_wdog.c [code]Implementation of hal_wdog
hal/nrf24le1/hal_wdog.h [code]Interface functions for the watchdog
hal/nrf24lu1p/cklf.c [code]Implementation of the cklf module for nRF24LU1+
hal/nrf24lu1p/cklf.h [code]Interface functions for the low frequency clock module
hal/nrf24lu1p/cpu.c [code]Implementation of the cpu module for nRF24LU1+
hal/nrf24lu1p/cpu.h [code]CPU management functions
hal/nrf24lu1p/hal_aes.c [code]Implementation of hal_aes for nRF24LU1+
hal/nrf24lu1p/hal_aes.h [code]Interface functions for encrypting data using the Advanced Encryption Standard (AES) hardware module
hal/nrf24lu1p/hal_flash.c [code]Implementation of hal_flash for nRF24LU1+
hal/nrf24lu1p/hal_flash.h [code]Interface functions for self-programming of on-chip Flash
hal/nrf24lu1p/hal_flash_hw.h [code]Header file defining flash parameters for nRF24LU1+
hal/nrf24lu1p/hal_nrf_hw.c [code]Implementation of hal_nrf_rw for nRF24LU1+
hal/nrf24lu1p/hal_nrf_hw.h [code]Hal_nrf macros for nRF24LU1+
hal/nrf24lu1p/hal_spi.c [code]Implementation of the SPI HAL module for nRF24LU1+
hal/nrf24lu1p/hal_spi.h [code]Interface functions for the Serial Peripheral Interface (SPI)
hal/nrf24lu1p/hal_uart.c [code]Implementation of the UART HAL module for nRF24LU1+ with data buffering
hal/nrf24lu1p/hal_uart.h [code]Interface functions for the Universal Asynchronous Receiver-Transmitter (UART)
hal/nrf24lu1p/hal_uart_sync.c [code]Implementation of the UART HAL module for nRF24LU1+ without data buffering
hal/nrf24lu1p/hal_usb.c [code]Implementaion of the USB HAL
hal/nrf24lu1p/hal_usb.h [code]Interface for the USB device controller
hal/nrf24lu1p/hal_usb_desc.h [code]This file contain structures and constants defined in Chapter 9 of the USB 2.0 standard
hal/nrf24lu1p/hal_usb_hid.c [code]Function for handling HID device requests
hal/nrf24lu1p/hal_usb_hid.h [code]This file contain functions to handle USB HID related requests
hal/nrf24lu1p/hal_usb_hid_desc.h [code]This file define USB HID related structures
hal/nrf24lu1p/usb.h [code]This file contain definitions related to the USB-controller and internal structures
hal/nrf24lu1p/usb_map.h [code]USB register layout and interrupts
lib/adns7530/lib_adns7530.c [code]
lib/adns7530/lib_adns7530.h [code]
lib/assertions/assertions.h [code]An assertions library
lib/assertions/assertions_setup.h [code]Definition of compiler specific macros for assertion library
lib/crypt/lib_crypt.c [code]AES encyption lilbrary implementation
lib/crypt/lib_crypt.h [code]AES encryption library
lib/crypt/lib_crypt_le1.c [code]Implementation of AES encyption library nRF24LE1 specific functions
lib/crypt/lib_crypt_lu1.c [code]Implementation of AES encyption library nRF24LU1+ specific functions
lib/display/lib_display.c [code]Implementation of library for using nRFgo display module
lib/display/lib_display.h [code]NRF6350 LCD display and joystick library header file
lib/eeprom/lib_eeprom.c [code]
lib/eeprom/lib_eeprom.h [code]Library emulating a high endurance 16 byte EEPROM
lib/eeprom255/lib_eeprom255.h [code]Library emulating an EEPROM in nRf24LE1
lib/eeprom255/lib_eeprom255_le1.c [code]Implementation of EEPROM library (lib_eeprom255) in nRF24LE1
lib/rf_test/pn9.c [code]Implementation of a PN9 Generator
lib/rf_test/pn9.h [code]Functions for generating a PN9 sequence
lib/rf_test/rf_test.c [code]Implementation of the rf_test module
lib/rf_test/rf_test.h [code]Interface for the rf_test module
projects/nrfgo_sdk/adc_examples/adc_continuous_mode/main.c [code]ADC continuous mode example
projects/nrfgo_sdk/adc_examples/adc_single_step_mode/main.c [code]ADC single step mode example
projects/nrfgo_sdk/bootloader_32k/firmware/bootloader.c [code]
projects/nrfgo_sdk/bootloader_32k/firmware/bootloader.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/config.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/flash.c [code]
projects/nrfgo_sdk/bootloader_32k/firmware/flash.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/main.c [code]
projects/nrfgo_sdk/bootloader_32k/firmware/usb.c [code]
projects/nrfgo_sdk/bootloader_32k/firmware/usb.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/usb_cmds.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/usb_desc.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/usb_desc_bootloader.c [code]
projects/nrfgo_sdk/bootloader_32k/firmware/usb_desc_bootloader.h [code]
projects/nrfgo_sdk/bootloader_32k/firmware/version.h [code]
projects/nrfgo_sdk/bootloader_32k/host_applications/bootlu1p_linux/bootldr_usb_cmds.h [code]
projects/nrfgo_sdk/bootloader_32k/host_applications/bootlu1p_linux/flashprog.c [code]
projects/nrfgo_sdk/bootloader_32k/host_applications/bootlu1p_linux/flashprog.h [code]
projects/nrfgo_sdk/bootloader_32k/host_applications/bootlu1p_linux/hexfile.c [code]
projects/nrfgo_sdk/bootloader_32k/host_applications/bootlu1p_linux/hexfile.h [code]
projects/nrfgo_sdk/bootloader_32k/host_applications/bootlu1p_linux/main.c [code]
projects/nrfgo_sdk/display_joystick_example/main.c [code]NRFgo display and joystick example
projects/nrfgo_sdk/enhanced_shockburst_examples/prx/main.c [code]Enhanced ShockBurst Primary Receiver example
projects/nrfgo_sdk/enhanced_shockburst_examples/ptx/main.c [code]Enhanced ShockBurst Primary Transmitter example
projects/nrfgo_sdk/gazell_configuration_tool/buttons.h [code]
projects/nrfgo_sdk/gazell_configuration_tool/gzll_params.h [code]
projects/nrfgo_sdk/gazell_configuration_tool/main.c [code]
projects/nrfgo_sdk/gazell_examples/gzll_device/main.c [code]Gazell Link Layer Device example
projects/nrfgo_sdk/gazell_examples/gzll_device_ack_payload/main.c [code]Gazell Link Layer Device example
projects/nrfgo_sdk/gazell_examples/gzll_device_w_dynamic_pairing/main.c [code]Gazell pairing library Device example
projects/nrfgo_sdk/gazell_examples/gzll_device_w_power_management/main.c [code]Gazell Link Layer Device with power management example
projects/nrfgo_sdk/gazell_examples/gzll_host/main.c [code]Gazell Link Layer Host example
projects/nrfgo_sdk/gazell_examples/gzll_host_ack_payload/main.c [code]Gazell Link Layer Host example
projects/nrfgo_sdk/gazell_examples/gzll_host_w_dynamic_pairing/main.c [code]Gazell pairing library Host example
projects/nrfgo_sdk/gazell_examples/params/gzll_params.h [code]
projects/nrfgo_sdk/gazell_examples/params/gzp_params.h [code]
projects/nrfgo_sdk/gazell_examples/params/gzpair_params.h [code]Gazell pairing library parameters template file
projects/nrfgo_sdk/uart_example/main.c [code]UART example