[][src]Trait dw1000::ll::Readable

pub trait Readable {
    type Read;
    fn read() -> Self::Read;
fn buffer(r: &mut Self::Read) -> &mut [u8]; }

Marker trait for registers that can be read from

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.

Associated Types

type Read

The type that is used to read from the register

Loading content...

Required methods

fn read() -> Self::Read

Return the read type for this register

fn buffer(r: &mut Self::Read) -> &mut [u8]

Return the read type's internal buffer

Loading content...

Implementors

impl Readable for AGC_TUNE1[src]

type Read = R

impl Readable for AGC_TUNE2[src]

type Read = R

impl Readable for CHAN_CTRL[src]

type Read = R

impl Readable for DEV_ID[src]

type Read = R

impl Readable for DRX_CAR_INT[src]

type Read = R

impl Readable for DRX_PRETOC[src]

type Read = R

impl Readable for DRX_SFDTOC[src]

type Read = R

impl Readable for DRX_TUNE0B[src]

type Read = R

impl Readable for DRX_TUNE1A[src]

type Read = R

impl Readable for DRX_TUNE1B[src]

type Read = R

impl Readable for DRX_TUNE2[src]

type Read = R

impl Readable for DRX_TUNE4H[src]

type Read = R

impl Readable for DX_TIME[src]

type Read = R

impl Readable for EC_CTRL[src]

type Read = R

impl Readable for EUI[src]

type Read = R

impl Readable for EVC_CTRL[src]

type Read = R

impl Readable for EVC_HPW[src]

type Read = R

impl Readable for EVC_TPW[src]

type Read = R

impl Readable for FS_PLLCFG[src]

type Read = R

impl Readable for FS_PLLTUNE[src]

type Read = R

impl Readable for GPIO_DIR[src]

type Read = R

impl Readable for GPIO_DOUT[src]

type Read = R

impl Readable for GPIO_IBES[src]

type Read = R

impl Readable for GPIO_ICLR[src]

type Read = R

impl Readable for GPIO_IDBE[src]

type Read = R

impl Readable for GPIO_IMODE[src]

type Read = R

impl Readable for GPIO_IRQE[src]

type Read = R

impl Readable for GPIO_ISEN[src]

type Read = R

impl Readable for GPIO_MODE[src]

type Read = R

impl Readable for GPIO_RAW[src]

type Read = R

impl Readable for LDE_CFG1[src]

type Read = R

impl Readable for LDE_CFG2[src]

type Read = R

impl Readable for LDE_RXANTD[src]

type Read = R

impl Readable for LDOTUNE[src]

type Read = R

impl Readable for OTP_ADDR[src]

type Read = R

impl Readable for OTP_CTRL[src]

type Read = R

impl Readable for OTP_RDAT[src]

type Read = R

impl Readable for PANADR[src]

type Read = R

impl Readable for PMSC_CTRL0[src]

type Read = R

impl Readable for PMSC_CTRL1[src]

type Read = R

impl Readable for PMSC_LEDC[src]

type Read = R

impl Readable for RF_RXCTRLH[src]

type Read = R

impl Readable for RF_TXCTRL[src]

type Read = R

impl Readable for RXPACC_NOSAT[src]

type Read = R

impl Readable for RX_BUFFER[src]

type Read = R

impl Readable for RX_FINFO[src]

type Read = R

impl Readable for RX_TIME[src]

type Read = R

impl Readable for SFD_LENGTH[src]

type Read = R

impl Readable for SYS_CFG[src]

type Read = R

impl Readable for SYS_CTRL[src]

type Read = R

impl Readable for SYS_MASK[src]

type Read = R

impl Readable for SYS_STATE[src]

type Read = R

impl Readable for SYS_STATUS[src]

type Read = R

impl Readable for SYS_TIME[src]

type Read = R

impl Readable for TC_PGDELAY[src]

type Read = R

impl Readable for TX_ANTD[src]

type Read = R

impl Readable for TX_FCTRL[src]

type Read = R

impl Readable for TX_POWER[src]

type Read = R

impl Readable for TX_TIME[src]

type Read = R

Loading content...