Searched refs:pointer (Results 1 – 7 of 7) sorted by relevance
67 - MISRA C-2012 Rule 11.1 Converting from a void pointer to a function pointer.72 The caller of the API is responsible for providing correct function pointer to the95 - MISRA c-2012 Rule 11.4 Warns about conversion between a pointer and an integer.97 valid socket (a valid non-NULL pointer) is returned; or100 to a pointer is used to convey the error to various functions. If the101 pointer is equal to `FREERTOS_INVALID_SOCKET`, then it is not108 It has been programatically checked that the pointer is well aligned113 - MISRA Rule 11.4 warns about casting pointer to an integer and vice versa.115 integer which is then used to see whether the pointer is well116 aligned or not. It is not used to access any pointer values. Thus, this[all …]
30 --pointer-check35 --pointer-overflow-check
97 #define ipPOINTER_CAST( TYPE, pointer ) ( ( TYPE ) ( pointer ) ) argument
1 Given that the pointer target of xNetworkDescriptor.pucEthernetBuffer is allocated
59 reason: "Conversion from pointer to void into pointer to object
112 __IO uint32_t DMACTDTPR; // ETH_DMACTXDTPR Channel TX tail pointer113 __IO uint32_t DMACRDTPR; // ETH_DMACRXDTPR Channel RX tail pointer
14 ● Once the network is up, call `dump_packet_init()` with a file name and a pointer to