#include <crtp.h>
Public Member Functions | |
constexpr | crtp (uint8_t port, uint8_t channel) |
crtp (uint8_t byte) | |
bool | operator== (const crtp &other) const |
Public Attributes | |
uint8_t | channel:2 |
uint8_t | link:2 |
uint8_t | port:4 |
constexpr crtp::crtp | ( | uint8_t | port, |
uint8_t | channel | ||
) | [inline] |
crtp::crtp | ( | uint8_t | byte | ) | [inline] |
uint8_t crtp::channel |
uint8_t crtp::link |
uint8_t crtp::port |