Home
last modified time | relevance | path

Searched defs:LWIP_ALIGNMENT_CAST (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Darch.h185 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Darch.h245 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro