Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_defs.h104 #ifndef MEC_PTR_ALIGN8
105 #define MEC_PTR_ALIGN8(ptr) (((uintptr_t)(ptr) + 8U) & ~0x7u) macro