5.3 List of headers

NameDescription
alloca.h
arch/nrf5x/ids.hnRF51/nRF52 peripheral IDs
arch/nrf5x/peripheral.hnRF51/nRF52 peripheral access
assert.h
ble/ccm_params.hBluetooth CCM definitions
ble/crypto.hBluetooth cryptography toolbox
ble/gatt/characteristic.h
ble/gatt/descriptor.h
ble/gatt/dis.h
ble/gatt/hid.h
ble/gatt/service.h
ble/gattc/client.hGATT Client context
ble/gattc/registry.hGATT Client registry
ble/gattc/service.hGATT Client Service description
ble/gattdb/client.hGATT Database Client
ble/gattdb/db.hGATT Database context
ble/gattdb/service.hGATT Database Service declaration
ble/net/adv.hNetwork layer definition for Advertiser
ble/net/att.hNetwork layer definition for Attribute Protocol (ATT)
ble/net/gap.hNetwork layer definition for Generic Access Profile
ble/net/gatt.hNetwork layer definition for GATT Server
ble/net/generic.hGeneric BLE network layer factories
ble/net/layer_id.hHardware-dependent BLE network layer IDs
ble/net/link.hNetwork layer definition for Link-layer
ble/net/llcp.hNetwork layer definition for Link-Layer Control Protocol (LLCP)
ble/net/phy.hNetwork layer definition for Data Physical layer (Master or Slave)
ble/net/scan_filter.h
ble/net/scanner.h
ble/net/sm.hNetwork layer definition for Security Manager (SM)
ble/peer.hPeer data
ble/protocol/address.hBluetooth device address declaration
ble/protocol/advertise.hProtocol definitions for Advertising channel PDUs
ble/protocol/att.hProtocol definitions for Attribute protocol
ble/protocol/company.hBluetooth Company identifiers
ble/protocol/data.hProtocol definitions for Data channel PDUs
ble/protocol/error.hProtocol error codes
ble/protocol/gap.hProtocol definitions for GAP data types
ble/protocol/gatt.hProtocol definitions for GATT constants
ble/protocol/l2cap.hProtocol definitions for L2CAP
ble/protocol/llcp.hProtocol definitions for LLCP
ble/protocol/radio.hProtocol definitions for radio features
ble/protocol/signalling.hProtocol definitions for L2CAP Signalling layer
ble/protocol/sm.hProtocol definitions for Security Manager layer
ble/security_db.hSecurity Database
ble/stack/beacon.hBeacon advertiser utility
ble/stack/central.hBLE stack Central context
ble/stack/connection.hDevice connection stack utility
ble/stack/context.hBLE stack utilities context
ble/stack/peripheral.hBLE stack Peripheral context
ble/stack/raw_connection.h
ble/util/channel_mapper.hBLE connection channel mapper utility
ble/util/timing_mapper.hBLE connection timing mapper utility
ble/uuid.hUUID definition and helpers
ctype.h
device/class/bitbang.hIO bitbang driver API
device/class/char.hCharacter device driver API
device/class/cmu.hClock and power management driver API
device/class/cpu.hProcessor driver API
device/class/crypto.hCryptographic processing device driver API
device/class/display.hDisplay device driver API
device/class/dma.hDirect memory access driver API
device/class/enum.hDevice enumerator driver API
device/class/gpio.hGeneral purpose IO driver API
device/class/i2c.hI2C bus controller driver API
device/class/icu.hInterrupt controller driver API
device/class/iomux.hIO muxing driver API
device/class/mem.hMemory device driver API
device/class/net.hNetwork device driver class
device/class/pcm.hSound device driver API
device/class/pwm.hPulse Width Modulation controller driver API
device/class/rfpacket.hRF transceiver packet interface driver API
device/class/smi.hSystem Management Interface driver class
device/class/spi.hSPI bus controller driver API
device/class/timer.hTimer device driver API
device/class/usbdev.hUSB device controller driver API
device/class/valio.hValue IO driver class
device/clock.hDevice clock and power graph
device/device.hDevice structures and device tree
device/driver.hDriver structures and driver API classes
device/irq.hDevice interrupts graph
device/request.hGeneric device request
device/resource/uart.h
device/resources.hDevice resources
device/shell.h
device/types.hDevice related types
device/usb/usb.hUSB spec related definitions
device/valio/adc.hValue IO interface for a ADCs
device/valio/button.hValue IO interface for a button
device/valio/hwclock.hValue IO interface for a calendar clock
device/valio/keyboard.hValue IO interface for a keyboard
device/valio/led.hValue IO interface for a single led
device/valio/motion.hValue IO interface for a accelerometer
device/valio/motion_sensor.hValue IO interface definition for motion sensors
device/valio/touchpad.hValue IO interface for a touchpad
device/valio/uart_config.hUART configuration driver API
errno.h
fcntl.h
fdlibm.hFdlibm header
fdt/reader.hRead-only access to FDT blobs
fdt/writer.hWrite-only access to FDT blobs
gfx/arc.t
gfx/blit.t
gfx/bytecode.h
gfx/circle.t
gfx/gfx.t
gfx/line.t
gfx/math.h
gfx/pixel.t
gfx/rect.t
hexo/atomic.hAtomic memory operations primitives
hexo/bit.hBit operations
hexo/context.hExecution context management stuff
hexo/cpu.hStartup and misc cpu related functions
hexo/endian.hInteger values byte-swaping and endian stuff
hexo/enum.hC enum reflection
hexo/error.hCommon error codes definitions
hexo/flash.hWrite access to memory mapped flash
hexo/iospace.hIo and memory address spaces functions access
hexo/ipi.hInter-processor interrupts
hexo/local.hProcessor local and context local, language global variables features
hexo/lock.hSpinlock stuff
hexo/ordering.hSerializing operations and memory barrier primitives
hexo/types.hStandard integer types definitions
inet/layer/icmp.h
inet/layer/ipv4.h
inet/protocol/checksum.h
inet/protocol/icmp.h
inet/protocol/ip.h
inet/protocol/ipv4.h
interrupt.hInterrupts, exceptions and syscall events management
inttypes.h
libc/formatter.h
limits.h
math.hStandard math header
mutek/buffer_pool.h
mutek/bytecode.hGeneric bytecode
mutek/kroutine.hKernel deferred routines
mutek/lut.hInline lookup tables
mutek/mem_alloc.hMemory allocation stuff
mutek/printk.hDebugging messages output API
mutek/rwlock.hGeneral purpose read/write lock primitives
mutek/scheduler.hKernel execution context scheduler
mutek/semaphore.hKernel semaphore service
mutek/shell.hInteractive shell
mutek/slab.hSlab allocator
mutek/startup.hSystem initialization and statup functions
mutek/thread.hKernel thread service
net/addr.hNetwork address structure definition
net/layer.hNetwork layer base structure
net/layer/dumper.hNetwork layer definition for Dumper interface
net/layer/ethernet.hNetwork layer definition for Ethernet interface
net/layer/pipe.hNetwork layer definition for Dumper interface
net/scheduler.hNetwork scheduler
net/task.hNetwork task
persist/persist.hPersistent configuration library
pthread.h
semaphore.h
setjmp.h
stdarg.h
stdbool.h
stddef.h
stdint.h
stdio.h
stdlib.h
string.h
sys/stat.h
sys/time.hTime-related stuff
sys/types.h
time.hTime-related function stubs
unistd.h
vfs/file.hOperations on file handles
vfs/fs.hFilesystem driver operations interface
vfs/name.hCore operations on file system nodes
vfs/node.hCore file system node
vfs/path.hCore file system node
vulpis/vulpis.h
hexo/decls.hVarious build system related defs (internal)
mutek/console.hConsole device defs (internal)
Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:06 2022 using MkDoc