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

pub struct W(_);

Register glb_parm writer

Implementations

impl W[src]

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

Bits 24:26

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

Bit 23

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

Bit 22

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

Bit 21

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

Bit 20

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

Bit 19

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 15

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

Bit 13

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

Bit 12

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

Bit 9

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

Bit 8

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

Bits 2:7

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

Bit 1

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

Bit 0

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<GLB_PARM_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<GLB_PARM_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.