Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dreddeviations.h223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0… macro
/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dcrc.c508 while( ( ulIdx < ulLength ) && !IS_ALIGNED_PTR( &pbBuffer[ ulIdx ] ) ) in RedCrc32Update()

Completed in 16 milliseconds