Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredconfigchk.h116 #ifndef REDCONF_ALIGNMENT_SIZE
274 #if ( REDCONF_ALIGNMENT_SIZE != 1U ) && ( REDCONF_ALIGNMENT_SIZE != 2U ) && ( REDCONF_ALIGNMENT_SIZ…
A Dreddeviations.h223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0…
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredconf.h65 #define REDCONF_ALIGNMENT_SIZE 4U macro

Completed in 8 milliseconds