ChibiOS 21.11.4
Port Interface

Detailed Description

This module performs checks on the information exported by the port layer. The port layer is checked at compile time in order to make sure that it exports all the required macros and definitions.

Note
This module does not export any functionality.
Collaboration diagram for Port Interface:

Macros

#define PORT_CORES_NUMBER   1
#define CH_PORT_SUPPORTS_RECURSIVE_LOCKS   FALSE

Macro Definition Documentation

◆ PORT_CORES_NUMBER

#define PORT_CORES_NUMBER   1

Definition at line 126 of file chport.h.

Referenced by chSysInit().

◆ CH_PORT_SUPPORTS_RECURSIVE_LOCKS

#define CH_PORT_SUPPORTS_RECURSIVE_LOCKS   FALSE

Definition at line 143 of file chport.h.