Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_proc_stm.cpp101 … m_pCurrPktFn = m_1N_ops[m_nibble]; // set packet function and fall through in processData()
311 uint16_t bad_opcode = (uint16_t)m_nibble; in stmPktReserved()
389 m_curr_packet.setD4Payload(m_nibble); in stmPktD4()
551 m_pCurrPktFn = m_2N_ops[m_nibble]; in stmPktFExt()
561 bad_opcode |= ((uint16_t)m_nibble) << 4; in stmPktReservedFn()
572 m_pCurrPktFn = m_3N_ops[m_nibble]; in stmPktF0Ext()
698 bad_opcode |= ((uint16_t)m_nibble) << 8; in stmPktReservedF0n()
710 m_curr_packet.setD8Payload(m_nibble); // record the version number in stmPktVersion()
711 switch(m_nibble) in stmPktVersion()
802 m_nibble = m_nibble_2nd; in readNibble()
[all …]
/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_proc_stm.h174 uint8_t m_nibble; //!< current nibble being processed. variable
235 if(m_nibble != 0xF) in checkSyncNibble()
240 if((m_nibble == 0) && (m_num_F_nibbles >= 21)) in checkSyncNibble()