Hardware Abstraction Layer for FreeRTOS
Macros
Driver specific Linker Macros
Hardware Abstraction Layer for FreeRTOS
»
Linker Script Macros
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
location
Location
driver.h
SECTION_START
#define SECTION_START(name)
Definition:
linker.h:92
Generated on Tue Aug 17 2021 15:19:23 for Hardware Abstraction Layer for FreeRTOS by
1.8.20