[][src]Module r3::kernel::cfg

Static configuration mechanism for the kernel

Structs

CfgBuilder

A kernel configuration being constructed.

CfgEventGroupBuilder

Configuration builder type for EventGroup.

CfgHunkBuilder

Configuration builder type for Hunk.

CfgInterruptHandlerBuilder

Configuration builder type for InterruptHandler.

CfgInterruptLineBuilder

Configuration builder type for InterruptLine.

CfgMutexBuilder

Configuration builder type for Mutex.

CfgSemaphoreBuilder

Configuration builder type for Semaphore.

CfgStartupHookBuilder

Configuration builder type for StartupHook.

CfgTaskBuilder

Configuration builder type for Task.

CfgTimerBuilder

Configuration builder type for Timer.

InterruptHandlerTable

A table of combined second-level interrupt handlers.

Type Definitions

InterruptHandlerFn

A combined second-level interrupt handler.