Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_defs.h100 #ifndef MEC_PTR_ALIGN4
101 #define MEC_PTR_ALIGN4(ptr) (((uintptr_t)(ptr) + 4U) & ~0x3u) macro