|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Describes a bitfield within a TMC6460 register. More...
#include <zephyr/drivers/misc/tmc6460/tmc6460.h>
Data Fields | |
| uint32_t | mask |
| Bit mask selecting the field within the register. | |
| uint8_t | shift |
| Bit position of the field's least significant bit. | |
| uint16_t | addr |
| 16-bit register address containing the field. | |
| bool | is_signed |
| True if the field holds a two's-complement signed value. | |
Describes a bitfield within a TMC6460 register.
| uint16_t tmc6460_field::addr |
16-bit register address containing the field.
| bool tmc6460_field::is_signed |
True if the field holds a two's-complement signed value.
| uint32_t tmc6460_field::mask |
Bit mask selecting the field within the register.
| uint8_t tmc6460_field::shift |
Bit position of the field's least significant bit.