[][src]Trait dw1000::ll::Register

pub trait Register {
    const ID: u8;
    const SUB_ID: u16;
    const LEN: usize;
}

Implemented for all registers

This is a mostly internal crate that should not be implemented or used directly by users of this crate. It is exposed through the public API though, so it can't be made private.

The DW1000 user manual, section 7.1, specifies what the values of the constant should be for each register.

Associated Constants

const ID: u8

The register index

const SUB_ID: u16

The registers's sub-index

const LEN: usize

The lenght of the register

Loading content...

Implementors

impl Register for AGC_TUNE1[src]

impl Register for AGC_TUNE2[src]

impl Register for CHAN_CTRL[src]

impl Register for DEV_ID[src]

impl Register for DRX_CAR_INT[src]

impl Register for DRX_PRETOC[src]

impl Register for DRX_SFDTOC[src]

impl Register for DRX_TUNE0B[src]

impl Register for DRX_TUNE1A[src]

impl Register for DRX_TUNE1B[src]

impl Register for DRX_TUNE2[src]

impl Register for DRX_TUNE4H[src]

impl Register for DX_TIME[src]

impl Register for EC_CTRL[src]

impl Register for EUI[src]

impl Register for EVC_CTRL[src]

impl Register for EVC_HPW[src]

impl Register for EVC_TPW[src]

impl Register for FS_PLLCFG[src]

impl Register for FS_PLLTUNE[src]

impl Register for GPIO_DIR[src]

impl Register for GPIO_DOUT[src]

impl Register for GPIO_IBES[src]

impl Register for GPIO_ICLR[src]

impl Register for GPIO_IDBE[src]

impl Register for GPIO_IMODE[src]

impl Register for GPIO_IRQE[src]

impl Register for GPIO_ISEN[src]

impl Register for GPIO_MODE[src]

impl Register for GPIO_RAW[src]

impl Register for LDE_CFG1[src]

impl Register for LDE_CFG2[src]

impl Register for LDE_RXANTD[src]

impl Register for LDOTUNE[src]

impl Register for OTP_ADDR[src]

impl Register for OTP_CTRL[src]

impl Register for OTP_RDAT[src]

impl Register for PANADR[src]

impl Register for PMSC_CTRL0[src]

impl Register for PMSC_CTRL1[src]

impl Register for PMSC_LEDC[src]

impl Register for RF_RXCTRLH[src]

impl Register for RF_TXCTRL[src]

impl Register for RXPACC_NOSAT[src]

impl Register for RX_BUFFER[src]

impl Register for RX_FINFO[src]

impl Register for RX_TIME[src]

impl Register for SFD_LENGTH[src]

impl Register for SYS_CFG[src]

impl Register for SYS_CTRL[src]

impl Register for SYS_MASK[src]

impl Register for SYS_STATE[src]

impl Register for SYS_STATUS[src]

impl Register for SYS_TIME[src]

impl Register for TC_PGDELAY[src]

impl Register for TX_ANTD[src]

impl Register for TX_BUFFER[src]

impl Register for TX_FCTRL[src]

impl Register for TX_POWER[src]

impl Register for TX_TIME[src]

Loading content...