Home
last modified time | relevance | path

Searched refs:NO_INIT (Results 1 – 1 of 1) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils.h148 #define NO_INIT(a) __attribute__((zero_init)) macro
150 #define NO_INIT(a) __no_init
152 #define NO_INIT(a) __attribute__((section(".no_init")))