15#ifdef CONFIG_AS5047U_FRAME_32
17#elif defined(CONFIG_AS5047U_FRAME_24)
23#ifdef CONFIG_AS5047U_CRC_RETRIES
24inline constexpr uint8_t
CRC_RETRIES = CONFIG_AS5047U_CRC_RETRIES;
Type definitions for the AS5047U driver.
FrameFormat
Supported SPI frame formats for AS5047U communication.
Definition as5047u_types.hpp:12
Definition as5047u_config.hpp:14
constexpr FrameFormat DEFAULT_FRAME_FORMAT
Definition as5047u_config.hpp:20
constexpr uint8_t CRC_RETRIES
Definition as5047u_config.hpp:26