openMSX
|
This is the complete list of members for openmsx::CRC16, including all inherited members.
CRC16(uint16_t initialCRC=0xffff) | openmsx::CRC16 | inlineexplicit |
getValue() const | openmsx::CRC16 | inline |
init(uint16_t initialCRC) | openmsx::CRC16 | inline |
init(std::initializer_list< uint8_t > list) | openmsx::CRC16 | inline |
update(uint8_t value) | openmsx::CRC16 | inline |
update(std::span< const uint8_t > data) | openmsx::CRC16 | inline |