Home
last modified time | relevance | path

Searched refs:ptr (Results 1 – 11 of 11) 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() argument
1400 __STATIC_FORCEINLINE uint32_t __LDRT( volatile uint32_t * ptr ) in __LDRT() argument
1417 volatile uint8_t * ptr ) in __STRBT() argument
1430 volatile uint16_t * ptr ) in __STRHT() argument
1443 volatile uint32_t * ptr ) in __STRT() argument
1521 __STATIC_FORCEINLINE uint8_t __LDAB( volatile uint8_t * ptr ) in __LDAB() argument
1537 __STATIC_FORCEINLINE uint16_t __LDAH( volatile uint16_t * ptr ) in __LDAH() argument
1553 __STATIC_FORCEINLINE uint32_t __LDA( volatile uint32_t * ptr ) in __LDA() argument
1570 volatile uint8_t * ptr ) in __STLB() argument
1583 volatile uint16_t * ptr ) in __STLH() argument
[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/Demo/Common/Demo_IP_Protocols/HTTP_Server/
A DFreeRTOS_HTTP_server.c430 const char * ptr; in pcGetContentsType() local
434 for( ptr = apFname; *ptr; ptr++ ) in pcGetContentsType()
436 if( *ptr == '.' ) in pcGetContentsType()
438 dot = ptr; in pcGetContentsType()
441 if( *ptr == '/' ) in pcGetContentsType()
443 slash = ptr; in pcGetContentsType()
/FreeRTOS-Plus/VisualStudio_StaticProjects/MbedTLS/
A Dmbedtls_freertos_port.h64 void mbedtls_platform_free( void * ptr );
A Dmbedtls_freertos_port.c89 void mbedtls_platform_free( void * ptr ) in mbedtls_platform_free() argument
91 if( ptr != NULL ) in mbedtls_platform_free()
93 vPortFree( ptr ); in mbedtls_platform_free()
A Dmbedtls_config_v3.5.1.h229 void mbedtls_platform_free( void * ptr );
/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
911 while( ptr != NULL ) in show_addressinfo()
913 show_single_addressinfo( "Found Address: %s\n", ptr ); in show_addressinfo()
915 ptr = ptr->ai_next; in show_addressinfo()
A Dprintf-stdarg.c233 register const char * ptr; in prints() local
235 for( ptr = apString; *ptr; ++ptr ) in prints()
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c173 register const char * ptr; in prints() local
175 for( ptr = apString; *ptr; ++ptr ) in prints()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c533 const void * ptr = va_arg( arglist, const void * ); in RedVSNPrintf() local
545 uintptr_t ptrval = ( uintptr_t ) ptr; in RedVSNPrintf()
554 uintptr_t ptrval = ( uintptr_t ) ptr; in RedVSNPrintf()

Completed in 42 milliseconds