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

pub struct W(_);

Register GPIO_CFGCTL34 writer

Implementations

impl W[src]

pub fn reg_gpio_22_oe(&mut self) -> REG_GPIO_22_OE_W[src]

Bit 22

pub fn reg_gpio_21_oe(&mut self) -> REG_GPIO_21_OE_W[src]

Bit 21

pub fn reg_gpio_20_oe(&mut self) -> REG_GPIO_20_OE_W[src]

Bit 20

pub fn reg_gpio_19_oe(&mut self) -> REG_GPIO_19_OE_W[src]

Bit 19

pub fn reg_gpio_18_oe(&mut self) -> REG_GPIO_18_OE_W[src]

Bit 18

pub fn reg_gpio_17_oe(&mut self) -> REG_GPIO_17_OE_W[src]

Bit 17

pub fn reg_gpio_16_oe(&mut self) -> REG_GPIO_16_OE_W[src]

Bit 16

pub fn reg_gpio_15_oe(&mut self) -> REG_GPIO_15_OE_W[src]

Bit 15

pub fn reg_gpio_14_oe(&mut self) -> REG_GPIO_14_OE_W[src]

Bit 14

pub fn reg_gpio_13_oe(&mut self) -> REG_GPIO_13_OE_W[src]

Bit 13

pub fn reg_gpio_12_oe(&mut self) -> REG_GPIO_12_OE_W[src]

Bit 12

pub fn reg_gpio_11_oe(&mut self) -> REG_GPIO_11_OE_W[src]

Bit 11

pub fn reg_gpio_10_oe(&mut self) -> REG_GPIO_10_OE_W[src]

Bit 10

pub fn reg_gpio_9_oe(&mut self) -> REG_GPIO_9_OE_W[src]

Bit 9

pub fn reg_gpio_8_oe(&mut self) -> REG_GPIO_8_OE_W[src]

Bit 8

pub fn reg_gpio_7_oe(&mut self) -> REG_GPIO_7_OE_W[src]

Bit 7

pub fn reg_gpio_6_oe(&mut self) -> REG_GPIO_6_OE_W[src]

Bit 6

pub fn reg_gpio_5_oe(&mut self) -> REG_GPIO_5_OE_W[src]

Bit 5

pub fn reg_gpio_4_oe(&mut self) -> REG_GPIO_4_OE_W[src]

Bit 4

pub fn reg_gpio_3_oe(&mut self) -> REG_GPIO_3_OE_W[src]

Bit 3

pub fn reg_gpio_2_oe(&mut self) -> REG_GPIO_2_OE_W[src]

Bit 2

pub fn reg_gpio_1_oe(&mut self) -> REG_GPIO_1_OE_W[src]

Bit 1

pub fn reg_gpio_0_oe(&mut self) -> REG_GPIO_0_OE_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<GPIO_CFGCTL34_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<GPIO_CFGCTL34_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<GPIO_CFGCTL34_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.