embedded_interfaces/registers/i2c/codecs/
mod.rs

1pub mod standard_codec;
2pub mod unsupported_codec;
3
4pub type OneByteRegAddrCodec = standard_codec::StandardCodec<1>;
5pub type TwoByteRegAddrCodec = standard_codec::StandardCodec<2>;