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

pub struct R(_);

Register GPIO_CFGCTL30 reader

Implementations

impl R[src]

pub fn reg_gpio_22_i(&self) -> REG_GPIO_22_I_R[src]

Bit 22

pub fn reg_gpio_21_i(&self) -> REG_GPIO_21_I_R[src]

Bit 21

pub fn reg_gpio_20_i(&self) -> REG_GPIO_20_I_R[src]

Bit 20

pub fn reg_gpio_19_i(&self) -> REG_GPIO_19_I_R[src]

Bit 19

pub fn reg_gpio_18_i(&self) -> REG_GPIO_18_I_R[src]

Bit 18

pub fn reg_gpio_17_i(&self) -> REG_GPIO_17_I_R[src]

Bit 17

pub fn reg_gpio_16_i(&self) -> REG_GPIO_16_I_R[src]

Bit 16

pub fn reg_gpio_15_i(&self) -> REG_GPIO_15_I_R[src]

Bit 15

pub fn reg_gpio_14_i(&self) -> REG_GPIO_14_I_R[src]

Bit 14

pub fn reg_gpio_13_i(&self) -> REG_GPIO_13_I_R[src]

Bit 13

pub fn reg_gpio_12_i(&self) -> REG_GPIO_12_I_R[src]

Bit 12

pub fn reg_gpio_11_i(&self) -> REG_GPIO_11_I_R[src]

Bit 11

pub fn reg_gpio_10_i(&self) -> REG_GPIO_10_I_R[src]

Bit 10

pub fn reg_gpio_9_i(&self) -> REG_GPIO_9_I_R[src]

Bit 9

pub fn reg_gpio_8_i(&self) -> REG_GPIO_8_I_R[src]

Bit 8

pub fn reg_gpio_7_i(&self) -> REG_GPIO_7_I_R[src]

Bit 7

pub fn reg_gpio_6_i(&self) -> REG_GPIO_6_I_R[src]

Bit 6

pub fn reg_gpio_5_i(&self) -> REG_GPIO_5_I_R[src]

Bit 5

pub fn reg_gpio_4_i(&self) -> REG_GPIO_4_I_R[src]

Bit 4

pub fn reg_gpio_3_i(&self) -> REG_GPIO_3_I_R[src]

Bit 3

pub fn reg_gpio_2_i(&self) -> REG_GPIO_2_I_R[src]

Bit 2

pub fn reg_gpio_1_i(&self) -> REG_GPIO_1_I_R[src]

Bit 1

pub fn reg_gpio_0_i(&self) -> REG_GPIO_0_I_R[src]

Bit 0

Methods from Deref<Target = R<GPIO_CFGCTL30_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<GPIO_CFGCTL30_SPEC>

The resulting type after dereferencing.

impl From<R<GPIO_CFGCTL30_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.