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 ๐Ÿ”’