[][src]Struct cc13x2_cc26x2_hal::aon_ioc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub iostrmin: IOSTRMIN, pub iostrmed: IOSTRMED, pub iostrmax: IOSTRMAX, pub clk32kctl: CLK32KCTL, pub tckctl: TCKCTL, // some fields omitted }

Register block

Fields

iostrmin: IOSTRMIN

0x00 - Internal. Only to be used through TI provided API.

iostrmed: IOSTRMED

0x04 - Internal. Only to be used through TI provided API.

iostrmax: IOSTRMAX

0x08 - Internal. Only to be used through TI provided API.

clk32kctl: CLK32KCTL

0x10 - SCLK_LF External Output Control

tckctl: TCKCTL

0x14 - TCK IO Pin Control

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self