[][src]Struct cc2650::ioc::iocfg13::_PORT_IDW

pub struct _PORT_IDW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _PORT_IDW<'a>[src]

pub fn variant(self, variant: PORT_IDW) -> &'a mut W[src]

Writes variant to the field

pub fn rfc_smi_cl_in(self) -> &'a mut W[src]

RF Core SMI Command Link In

pub fn rfc_smi_cl_out(self) -> &'a mut W[src]

RF Core SMI Command Link Out

pub fn rfc_smi_dl_in(self) -> &'a mut W[src]

RF Core SMI Data Link In

pub fn rfc_smi_dl_out(self) -> &'a mut W[src]

RF Core SMI Data Link Out

pub fn rfc_gpi1(self) -> &'a mut W[src]

RF Core Data In 1

pub fn rfc_gpi0(self) -> &'a mut W[src]

RF Core Data In 0

pub fn rfc_gpo3(self) -> &'a mut W[src]

RF Core Data Out 3

pub fn rfc_gpo2(self) -> &'a mut W[src]

RF Core Data Out 2

pub fn rfc_gpo1(self) -> &'a mut W[src]

RF Core Data Out 1

pub fn rfc_gpo0(self) -> &'a mut W[src]

RF Core Data Out 0

pub fn rfc_trc(self) -> &'a mut W[src]

RF Core Trace

pub fn i2s_mclk(self) -> &'a mut W[src]

I2S MCLK

pub fn i2s_bclk(self) -> &'a mut W[src]

I2S BCLK

pub fn i2s_wclk(self) -> &'a mut W[src]

I2S WCLK

pub fn i2s_ad1(self) -> &'a mut W[src]

I2S Data 1

pub fn i2s_ad0(self) -> &'a mut W[src]

I2S Data 0

pub fn ssi1_clk(self) -> &'a mut W[src]

SSI1 CLK

pub fn ssi1_fss(self) -> &'a mut W[src]

SSI1 FSS

pub fn ssi1_tx(self) -> &'a mut W[src]

SSI1 TX

pub fn ssi1_rx(self) -> &'a mut W[src]

SSI1 RX

pub fn cpu_swv(self) -> &'a mut W[src]

CPU SWV

pub fn port_event7(self) -> &'a mut W[src]

PORT EVENT 7 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event6(self) -> &'a mut W[src]

PORT EVENT 6 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event5(self) -> &'a mut W[src]

PORT EVENT 5 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event4(self) -> &'a mut W[src]

PORT EVENT 4 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event3(self) -> &'a mut W[src]

PORT EVENT 3 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event2(self) -> &'a mut W[src]

PORT EVENT 2 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event1(self) -> &'a mut W[src]

PORT EVENT 1 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn port_event0(self) -> &'a mut W[src]

PORT EVENT 0 Can be used as a general purpose IO event by selecting it via registers in the EVENT module, e.g. EVENT:GPT0ACAPTSEL.EV, EVENT:UDMACH14BSEL.EV, etc

pub fn uart0_rts(self) -> &'a mut W[src]

UART0 RTS

pub fn uart0_cts(self) -> &'a mut W[src]

UART0 CTS

pub fn uart0_tx(self) -> &'a mut W[src]

UART0 TX

pub fn uart0_rx(self) -> &'a mut W[src]

UART0 RX

pub fn i2c_msscl(self) -> &'a mut W[src]

I2C Clock

pub fn i2c_mssda(self) -> &'a mut W[src]

I2C Data

pub fn ssi0_clk(self) -> &'a mut W[src]

SSI0 CLK

pub fn ssi0_fss(self) -> &'a mut W[src]

SSI0 FSS

pub fn ssi0_tx(self) -> &'a mut W[src]

SSI0 TX

pub fn ssi0_rx(self) -> &'a mut W[src]

SSI0 RX

pub fn aux_io(self) -> &'a mut W[src]

AUX IO

pub fn aon_clk32k(self) -> &'a mut W[src]

AON 32 KHz clock (SCLK_LF)

pub fn gpio(self) -> &'a mut W[src]

General Purpose IO

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PORT_IDW<'a>

impl<'a> Sync for _PORT_IDW<'a>

Blanket Implementations

impl<T> From for T[src]

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, 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]