Hardware Abstraction Layer for FreeRTOS
Collaboration diagram for Driver specific Linker Macros:

Macros

#define DEV_DEFAULT(location)
 

Detailed Description

#include <driver.h>

Macro Definition Documentation

◆ DEV_DEFAULT

#define DEV_DEFAULT (   location)
Value:
SECTION_START(.rodata.devs) \
SYMBOL(_devs); \
KEEP(*(.rodata.devs)) \
SYMBOL(_devs_end); \
SECTION_STOP(location)

Default Devices

Parameters
locationLocation
driver.h
SECTION_START
#define SECTION_START(name)
Definition: linker.h:92