[−][src]Struct bl602_pac::glb::gpio_cfgctl32::R
Register GPIO_CFGCTL32
reader
Implementations
impl R
[src]
pub fn reg_gpio_22_o(&self) -> REG_GPIO_22_O_R
[src]
Bit 22
pub fn reg_gpio_21_o(&self) -> REG_GPIO_21_O_R
[src]
Bit 21
pub fn reg_gpio_20_o(&self) -> REG_GPIO_20_O_R
[src]
Bit 20
pub fn reg_gpio_19_o(&self) -> REG_GPIO_19_O_R
[src]
Bit 19
pub fn reg_gpio_18_o(&self) -> REG_GPIO_18_O_R
[src]
Bit 18
pub fn reg_gpio_17_o(&self) -> REG_GPIO_17_O_R
[src]
Bit 17
pub fn reg_gpio_16_o(&self) -> REG_GPIO_16_O_R
[src]
Bit 16
pub fn reg_gpio_15_o(&self) -> REG_GPIO_15_O_R
[src]
Bit 15
pub fn reg_gpio_14_o(&self) -> REG_GPIO_14_O_R
[src]
Bit 14
pub fn reg_gpio_13_o(&self) -> REG_GPIO_13_O_R
[src]
Bit 13
pub fn reg_gpio_12_o(&self) -> REG_GPIO_12_O_R
[src]
Bit 12
pub fn reg_gpio_11_o(&self) -> REG_GPIO_11_O_R
[src]
Bit 11
pub fn reg_gpio_10_o(&self) -> REG_GPIO_10_O_R
[src]
Bit 10
pub fn reg_gpio_9_o(&self) -> REG_GPIO_9_O_R
[src]
Bit 9
pub fn reg_gpio_8_o(&self) -> REG_GPIO_8_O_R
[src]
Bit 8
pub fn reg_gpio_7_o(&self) -> REG_GPIO_7_O_R
[src]
Bit 7
pub fn reg_gpio_6_o(&self) -> REG_GPIO_6_O_R
[src]
Bit 6
pub fn reg_gpio_5_o(&self) -> REG_GPIO_5_O_R
[src]
Bit 5
pub fn reg_gpio_4_o(&self) -> REG_GPIO_4_O_R
[src]
Bit 4
pub fn reg_gpio_3_o(&self) -> REG_GPIO_3_O_R
[src]
Bit 3
pub fn reg_gpio_2_o(&self) -> REG_GPIO_2_O_R
[src]
Bit 2
pub fn reg_gpio_1_o(&self) -> REG_GPIO_1_O_R
[src]
Bit 1
pub fn reg_gpio_0_o(&self) -> REG_GPIO_0_O_R
[src]
Bit 0
Methods from Deref<Target = R<GPIO_CFGCTL32_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<GPIO_CFGCTL32_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<GPIO_CFGCTL32_SPEC>> for R
[src]
fn from(reader: R<GPIO_CFGCTL32_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,