[][src]Struct bl602_pac::glb::glb_parm::R

pub struct R(_);

Register glb_parm reader

Implementations

impl R[src]

pub fn uart_swap_set(&self) -> UART_SWAP_SET_R[src]

Bits 24:26

pub fn p7_jtag_use_io_2_5(&self) -> P7_JTAG_USE_IO_2_5_R[src]

Bit 23

pub fn p6_sdio_use_io_0_5(&self) -> P6_SDIO_USE_IO_0_5_R[src]

Bit 22

pub fn p5_dac_test_with_jtag(&self) -> P5_DAC_TEST_WITH_JTAG_R[src]

Bit 21

pub fn p4_adc_test_with_jtag(&self) -> P4_ADC_TEST_WITH_JTAG_R[src]

Bit 20

pub fn p3_cci_use_io_2_5(&self) -> P3_CCI_USE_IO_2_5_R[src]

Bit 19

pub fn p2_dac_test_with_cci(&self) -> P2_DAC_TEST_WITH_CCI_R[src]

Bit 18

pub fn p1_adc_test_with_cci(&self) -> P1_ADC_TEST_WITH_CCI_R[src]

Bit 17

pub fn reg_cci_use_sdio_pin(&self) -> REG_CCI_USE_SDIO_PIN_R[src]

Bit 16

pub fn reg_cci_use_jtag_pin(&self) -> REG_CCI_USE_JTAG_PIN_R[src]

Bit 15

pub fn reg_spi_0_swap(&self) -> REG_SPI_0_SWAP_R[src]

Bit 13

pub fn reg_spi_0_master_mode(&self) -> REG_SPI_0_MASTER_MODE_R[src]

Bit 12

pub fn sel_embedded_sflash(&self) -> SEL_EMBEDDED_SFLASH_R[src]

Bit 9

pub fn swap_sflash_io_3_io_0(&self) -> SWAP_SFLASH_IO_3_IO_0_R[src]

Bit 8

pub fn jtag_swap_set(&self) -> JTAG_SWAP_SET_R[src]

Bits 2:7

pub fn reg_ext_rst_smt(&self) -> REG_EXT_RST_SMT_R[src]

Bit 1

pub fn reg_bd_en(&self) -> REG_BD_EN_R[src]

Bit 0

Methods from Deref<Target = R<GLB_PARM_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<GLB_PARM_SPEC>

The resulting type after dereferencing.

impl From<R<GLB_PARM_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.