[][src]Struct stm32g0::stm32g0x0::syscfg_vrefbuf::itline7::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn exti4(&self) -> EXTI4R[src]

Bit 0 - EXTI4

pub fn exti5(&self) -> EXTI5R[src]

Bit 1 - EXTI5

pub fn exti6(&self) -> EXTI6R[src]

Bit 2 - EXTI6

pub fn exti7(&self) -> EXTI7R[src]

Bit 3 - EXTI7

pub fn exti8(&self) -> EXTI8R[src]

Bit 4 - EXTI8

pub fn exti9(&self) -> EXTI9R[src]

Bit 5 - EXTI9

pub fn exti10(&self) -> EXTI10R[src]

Bit 6 - EXTI10

pub fn exti11(&self) -> EXTI11R[src]

Bit 7 - EXTI11

pub fn exti12(&self) -> EXTI12R[src]

Bit 8 - EXTI12

pub fn exti13(&self) -> EXTI13R[src]

Bit 9 - EXTI13

pub fn exti14(&self) -> EXTI14R[src]

Bit 10 - EXTI14

pub fn exti15(&self) -> EXTI15R[src]

Bit 11 - EXTI15

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self