HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
Loading...
Searching...
No Matches
tmc51x0_test_config::ConfigValidators Namespace Reference

Validator helper - checks if a type has required members. More...

Detailed Description

Validator helper - checks if a type has required members.

Uses C++20 requires expressions to verify all required members exist. If any member is missing, compilation will fail with a clear error.