Home
last modified time | relevance | path

Searched defs:kBitsPerByte (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.cpp35 static constexpr uint8_t kBitsPerByte = 8; ///< Number of bits in a byte. variable
Dncp_base.hpp325 static constexpr uint8_t kBitsPerByte = 8; ///< Number of bits in a byte. member in ot::Ncp::NcpBase
/openthread-latest/src/core/common/
Dnumeric_limits.hpp41 static constexpr uint8_t kBitsPerByte = 8; ///< Number of bits in a byte. variable
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp713 static constexpr uint8_t kBitsPerByte = 8; in ProcessSpinelSpeed() local