Crate nrf52840dk_test_invs

Source
Expand description

Tock kernel for the Nordic Semiconductor nRF52840 development kit (DK).

Modules§

invs_permissions 🔒
io
Debug Writer

Structs§

Platform
Supported drivers by the platform

Constants§

APP_STORAGE_REGION_SIZE 🔒
BUTTON_RST_PIN 🔒
FAULT_RESPONSE 🔒
LED1_PIN 🔒
LED2_PIN 🔒
LED3_PIN 🔒
LED4_PIN 🔒
NUM_PROCS 🔒
SPI_CLK 🔒
SPI_MISO 🔒
SPI_MOSI 🔒
SPI_MX25R6435F_CHIP_SELECT 🔒
SPI_MX25R6435F_HOLD_PIN 🔒
SPI_MX25R6435F_WRITE_PROTECT_PIN 🔒
UART_CTS 🔒
UART_RTS 🔒
UART_RXD 🔒
UART_TXD 🔒

Statics§

CHIP 🔒
PROCESSES 🔒
STACK_MEMORY
Dummy buffer that causes the linker to reserve enough space for the stack.

Functions§

create_peripherals 🔒
This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.
main
Main function called after RAM initialized.

Type Aliases§

AlarmDriver 🔒
InvsDriver 🔒
Mx25r6435f 🔒