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

pub struct W(_);

Register GPIO_CFGCTL32 writer

Implementations

impl W[src]

pub fn reg_gpio_22_o(&mut self) -> REG_GPIO_22_O_W[src]

Bit 22

pub fn reg_gpio_21_o(&mut self) -> REG_GPIO_21_O_W[src]

Bit 21

pub fn reg_gpio_20_o(&mut self) -> REG_GPIO_20_O_W[src]

Bit 20

pub fn reg_gpio_19_o(&mut self) -> REG_GPIO_19_O_W[src]

Bit 19

pub fn reg_gpio_18_o(&mut self) -> REG_GPIO_18_O_W[src]

Bit 18

pub fn reg_gpio_17_o(&mut self) -> REG_GPIO_17_O_W[src]

Bit 17

pub fn reg_gpio_16_o(&mut self) -> REG_GPIO_16_O_W[src]

Bit 16

pub fn reg_gpio_15_o(&mut self) -> REG_GPIO_15_O_W[src]

Bit 15

pub fn reg_gpio_14_o(&mut self) -> REG_GPIO_14_O_W[src]

Bit 14

pub fn reg_gpio_13_o(&mut self) -> REG_GPIO_13_O_W[src]

Bit 13

pub fn reg_gpio_12_o(&mut self) -> REG_GPIO_12_O_W[src]

Bit 12

pub fn reg_gpio_11_o(&mut self) -> REG_GPIO_11_O_W[src]

Bit 11

pub fn reg_gpio_10_o(&mut self) -> REG_GPIO_10_O_W[src]

Bit 10

pub fn reg_gpio_9_o(&mut self) -> REG_GPIO_9_O_W[src]

Bit 9

pub fn reg_gpio_8_o(&mut self) -> REG_GPIO_8_O_W[src]

Bit 8

pub fn reg_gpio_7_o(&mut self) -> REG_GPIO_7_O_W[src]

Bit 7

pub fn reg_gpio_6_o(&mut self) -> REG_GPIO_6_O_W[src]

Bit 6

pub fn reg_gpio_5_o(&mut self) -> REG_GPIO_5_O_W[src]

Bit 5

pub fn reg_gpio_4_o(&mut self) -> REG_GPIO_4_O_W[src]

Bit 4

pub fn reg_gpio_3_o(&mut self) -> REG_GPIO_3_O_W[src]

Bit 3

pub fn reg_gpio_2_o(&mut self) -> REG_GPIO_2_O_W[src]

Bit 2

pub fn reg_gpio_1_o(&mut self) -> REG_GPIO_1_O_W[src]

Bit 1

pub fn reg_gpio_0_o(&mut self) -> REG_GPIO_0_O_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_CFGCTL32_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_CFGCTL32_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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