|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| template<etl::size_t Pos, etl::builtin_unsigned_integer UInt> | |
| constexpr auto | set_bit (UInt word) noexcept -> UInt |
Set bit at position Pos | |
| template<etl::size_t Pos, etl::builtin_unsigned_integer UInt> | |
| constexpr auto | set_bit (UInt word, bool value) noexcept -> UInt |
Set bit at position Pos to value. | |
| template<etl::builtin_unsigned_integer UInt> | |
| constexpr auto | set_bit (UInt word, UInt pos) noexcept -> UInt |
Set bit at position pos. | |
| template<etl::builtin_unsigned_integer UInt> | |
| constexpr auto | set_bit (UInt word, UInt pos, bool value) -> UInt |
Set bit at position pos to value. | |