Home
last modified time | relevance | path

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

/src/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_decode_stm.cpp201 m_swt_packet_info.swt_channel_id = m_curr_packet_in->getChannel(); in decodePacket()
208 m_swt_packet_info.swt_channel_id = m_curr_packet_in->getChannel(); in decodePacket()
215 m_swt_packet_info.swt_channel_id = m_curr_packet_in->getChannel(); // forced to 0 in decodePacket()
221 m_swt_packet_info.swt_channel_id = m_curr_packet_in->getChannel(); in decodePacket()
/src/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h85 const uint16_t getChannel() const;
190 inline const uint16_t StmTrcPacket::getChannel() const in getChannel() function