Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT.c193 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var argument
195 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ argument
198 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var argument
203 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var argument
/openthread-latest/src/core/net/
Ddns_client.hpp282 enum Section : uint8_t enum in ot::Dns::Client::Response
Ddnssd_server.hpp329 enum Section : uint8_t enum in ot::Dns::ServiceDiscovery::Server
Dmdns.hpp743 enum Section : uint8_t enum in ot::Dns::Multicast::Core
/openthread-latest/tests/unit/
Dtest_mdns.cpp218 enum Section : uint8_t enum