Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_asm.h386 #define CPU_TO_LE16( value ) (value) macro
395 #define CPU_TO_LE16( value ) ( ((U16)(((U16)value) << 8)) | \ macro