Searched defs:RCL_Buffer_DataEntry_s (Results 1 – 1 of 1) sorted by relevance
74 struct RCL_Buffer_DataEntry_s { struct75 … length __attribute__ ((aligned (4))); /*!< Number of bytes in buffer after the length field */76 … numPad; /*!< Number of pad bytes before start of the packet */77 … /*!< First pad byte, or first byte of the packet if numPad == 0 */78 … uint8_t data[]; /*!< Remaining pad bytes and packet */