Struct gd32f1x0_hal::pac::exti::pd::W[][src]

pub struct W(_);
Expand description

Register PD writer

Implementations

impl W[src]

pub fn pd0(&mut self) -> PD0_W<'_>[src]

Bit 0 - Interrupt pending status of line 0

pub fn pd1(&mut self) -> PD1_W<'_>[src]

Bit 1 - Interrupt pending status of line 1

pub fn pd2(&mut self) -> PD2_W<'_>[src]

Bit 2 - Interrupt pending status of line 2

pub fn pd3(&mut self) -> PD3_W<'_>[src]

Bit 3 - Interrupt pending status of line 3

pub fn pd4(&mut self) -> PD4_W<'_>[src]

Bit 4 - Interrupt pending status of line 4

pub fn pd5(&mut self) -> PD5_W<'_>[src]

Bit 5 - Interrupt pending status of line 5

pub fn pd6(&mut self) -> PD6_W<'_>[src]

Bit 6 - Interrupt pending status of line 6

pub fn pd7(&mut self) -> PD7_W<'_>[src]

Bit 7 - Interrupt pending status of line 7

pub fn pd8(&mut self) -> PD8_W<'_>[src]

Bit 8 - Interrupt pending status of line 8

pub fn pd9(&mut self) -> PD9_W<'_>[src]

Bit 9 - Interrupt pending status of line 9

pub fn pd10(&mut self) -> PD10_W<'_>[src]

Bit 10 - Interrupt pending status of line 10

pub fn pd11(&mut self) -> PD11_W<'_>[src]

Bit 11 - Interrupt pending status of line 11

pub fn pd12(&mut self) -> PD12_W<'_>[src]

Bit 12 - Interrupt pending status of line 12

pub fn pd13(&mut self) -> PD13_W<'_>[src]

Bit 13 - Interrupt pending status of line 13

pub fn pd14(&mut self) -> PD14_W<'_>[src]

Bit 14 - Interrupt pending status of line 14

pub fn pd15(&mut self) -> PD15_W<'_>[src]

Bit 15 - Interrupt pending status of line 15

pub fn pd16(&mut self) -> PD16_W<'_>[src]

Bit 16 - Interrupt pending status of line 16

pub fn pd17(&mut self) -> PD17_W<'_>[src]

Bit 17 - Interrupt pending status of line 17

pub fn pd18(&mut self) -> PD18_W<'_>[src]

Bit 18 - Interrupt pending status of line 18

pub fn pd19(&mut self) -> PD19_W<'_>[src]

Bit 19 - Interrupt pending status of line 19

pub fn pd21(&mut self) -> PD21_W<'_>[src]

Bit 21 - Interrupt pending status of line 21

pub fn pd22(&mut self) -> PD22_W<'_>[src]

Bit 22 - Interrupt pending status of line 22

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register.

Methods from Deref<Target = W<PD_SPEC>>

pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<PD_SPEC>

The resulting type after dereferencing.

pub fn deref(&self) -> &<W as Deref>::Target[src]

Dereferences the value.

impl DerefMut for W[src]

pub fn deref_mut(&mut self) -> &mut <W as Deref>::Target[src]

Mutably dereferences the value.

impl From<W<PD_SPEC>> for W[src]

pub fn from(writer: W<PD_SPEC>) -> W[src]

Performs the conversion.

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]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

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

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

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

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

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

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.