Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h92 const uint32_t getD32Val() const;
220 inline const uint32_t StmTrcPacket::getD32Val() const in getD32Val() function
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_decode_stm.cpp288 *(uint32_t *)m_payload_buffer = m_curr_packet_in->getD32Val(); in updatePayload()