Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/include/
A Dredosdeviations.h229 #define IS_UINT32_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( sizeof( uint32_t ) - 1U ) ) =… macro
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosbdev.c1198 if( IS_UINT32_ALIGNED_PTR( pBuffer ) ) in DiskRead()
1275 if( IS_UINT32_ALIGNED_PTR( pBuffer ) ) in DiskWrite()

Completed in 12 milliseconds