Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/include/
A Dredosdeviations.h94 #define CAST_AWAY_CONST( type, ptr ) ( ( type * ) ( ptr ) ) argument
229 #define IS_UINT32_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( sizeof( uint32_t ) - 1U ) ) =… argument
246 #define CAST_UINT32_PTR( ptr ) ( ( uint32_t * ) ( ptr ) ) argument
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dcmsis_gcc.h1354 __STATIC_FORCEINLINE uint8_t __LDRBT( volatile uint8_t * ptr ) in __LDRBT()
1400 __STATIC_FORCEINLINE uint32_t __LDRT( volatile uint32_t * ptr ) in __LDRT()
1417 volatile uint8_t * ptr ) in __STRBT()
1430 volatile uint16_t * ptr ) in __STRHT()
1443 volatile uint32_t * ptr ) in __STRT()
1521 __STATIC_FORCEINLINE uint8_t __LDAB( volatile uint8_t * ptr ) in __LDAB()
1537 __STATIC_FORCEINLINE uint16_t __LDAH( volatile uint16_t * ptr ) in __LDAH()
1553 __STATIC_FORCEINLINE uint32_t __LDA( volatile uint32_t * ptr ) in __LDA()
1570 volatile uint8_t * ptr ) in __STLB()
1583 volatile uint16_t * ptr ) in __STLH()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dreddeviations.h223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0… argument
/FreeRTOS-Plus/VisualStudio_StaticProjects/MbedTLS/
A Dmbedtls_freertos_port.c89 void mbedtls_platform_free( void * ptr ) in mbedtls_platform_free()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/HTTP_Server/
A DFreeRTOS_HTTP_server.c430 const char * ptr; in pcGetContentsType() local
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c173 register const char * ptr; in prints() local
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dmain.c908 const struct freertos_addrinfo * ptr = pxAddress; in show_addressinfo() local
A Dprintf-stdarg.c233 register const char * ptr; in prints() local
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c533 const void * ptr = va_arg( arglist, const void * ); in RedVSNPrintf() local

Completed in 34 milliseconds