Home
last modified time | relevance | path

Searched defs:aByte (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/lib/hdlc/
Dhdlc.cpp71 uint16_t UpdateFcs(uint16_t aFcs, uint8_t aByte) in UpdateFcs()
96 static bool HdlcByteNeedsEscape(uint8_t aByte) in HdlcByteNeedsEscape()
131 otError Encoder::Encode(uint8_t aByte) in Encode()
/openthread-latest/src/core/common/
Dcrc16.cpp44 void Crc16::Update(uint8_t aByte) in Update()
/openthread-latest/src/lib/spinel/
Dspinel_buffer.cpp225 otError Buffer::InFrameAppend(uint8_t aByte) in InFrameAppend()
361 otError Buffer::InFrameFeedByte(uint8_t aByte) in InFrameFeedByte()
Dmulti_frame_buffer.hpp82 otError WriteByte(uint8_t aByte) in WriteByte()
/openthread-latest/src/core/mac/
Dmac_types.hpp111 void Fill(uint8_t aByte) { memset(this, aByte, sizeof(*this)); } in Fill()
/openthread-latest/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c745 static uint16_t hdlc_crc16(uint16_t aFcs, uint8_t aByte) in hdlc_crc16()
/openthread-latest/examples/platforms/simulation/
Dradio.c316 static uint16_t crc16_citt(uint16_t aFcs, uint8_t aByte) in crc16_citt()