Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_defs.h81 #ifndef MEC_IS_PTR_ALIGNED32
82 #define MEC_IS_PTR_ALIGNED32(ptr) ((((uintptr_t)(ptr)) & 0x03U) == 0) macro
Dmec_espi_fc.c277 if (!MEC_IS_PTR_ALIGNED32(pxfr->buf_addr)) { in mec_hal_espi_fc_xfr_start()