Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_defs.h108 #ifndef MEC_PTR_ALIGN16
109 #define MEC_PTR_ALIGN16(ptr) (((uintptr_t)(ptr) + 16U) & ~0xFu) macro