adapnex::drivers::bnr_x2x::X20DC1196ValidCounter

Synopsis

Declared in <adapnex/drivers/bnr_x2x/x20dc1196.h>

template<typename CounterType>
concept X20DC1196ValidCounter = std::is_same_v<CounterType, int16_t> || std::is_same_v<CounterType, int32_t>;

Created with MrDocs