Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tmc6460_field Struct Reference

Describes a bitfield within a TMC6460 register. More...

#include <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.

Detailed Description

Describes a bitfield within a TMC6460 register.

Field Documentation

◆ addr

uint16_t tmc6460_field::addr

16-bit register address containing the field.

◆ is_signed

bool tmc6460_field::is_signed

True if the field holds a two's-complement signed value.

◆ mask

uint32_t tmc6460_field::mask

Bit mask selecting the field within the register.

◆ shift

uint8_t tmc6460_field::shift

Bit position of the field's least significant bit.


The documentation for this struct was generated from the following file:
  • include/zephyr/drivers/misc/tmc6460/tmc6460.h