Struct lpc55_pac::ahb_secure_ctrl::sec_gpio_mask1::R[][src]

pub struct R(_);

Register SEC_GPIO_MASK1 reader

Implementations

impl R[src]

pub fn pio1_pin0_sec_mask(&self) -> PIO1_PIN0_SEC_MASK_R[src]

Bit 0 - Secure mask for pin P1_0

pub fn pio1_pin1_sec_mask(&self) -> PIO1_PIN1_SEC_MASK_R[src]

Bit 1 - Secure mask for pin P1_1

pub fn pio1_pin2_sec_mask(&self) -> PIO1_PIN2_SEC_MASK_R[src]

Bit 2 - Secure mask for pin P1_2

pub fn pio1_pin3_sec_mask(&self) -> PIO1_PIN3_SEC_MASK_R[src]

Bit 3 - Secure mask for pin P1_3

pub fn pio1_pin4_sec_mask(&self) -> PIO1_PIN4_SEC_MASK_R[src]

Bit 4 - Secure mask for pin P1_4

pub fn pio1_pin5_sec_mask(&self) -> PIO1_PIN5_SEC_MASK_R[src]

Bit 5 - Secure mask for pin P1_5

pub fn pio1_pin6_sec_mask(&self) -> PIO1_PIN6_SEC_MASK_R[src]

Bit 6 - Secure mask for pin P1_6

pub fn pio1_pin7_sec_mask(&self) -> PIO1_PIN7_SEC_MASK_R[src]

Bit 7 - Secure mask for pin P1_7

pub fn pio1_pin8_sec_mask(&self) -> PIO1_PIN8_SEC_MASK_R[src]

Bit 8 - Secure mask for pin P1_8

pub fn pio1_pin9_sec_mask(&self) -> PIO1_PIN9_SEC_MASK_R[src]

Bit 9 - Secure mask for pin P1_9

pub fn pio1_pin10_sec_mask(&self) -> PIO1_PIN10_SEC_MASK_R[src]

Bit 10 - Secure mask for pin P1_10

pub fn pio1_pin11_sec_mask(&self) -> PIO1_PIN11_SEC_MASK_R[src]

Bit 11 - Secure mask for pin P1_11

pub fn pio1_pin12_sec_mask(&self) -> PIO1_PIN12_SEC_MASK_R[src]

Bit 12 - Secure mask for pin P1_12

pub fn pio1_pin13_sec_mask(&self) -> PIO1_PIN13_SEC_MASK_R[src]

Bit 13 - Secure mask for pin P1_13

pub fn pio1_pin14_sec_mask(&self) -> PIO1_PIN14_SEC_MASK_R[src]

Bit 14 - Secure mask for pin P1_14

pub fn pio1_pin15_sec_mask(&self) -> PIO1_PIN15_SEC_MASK_R[src]

Bit 15 - Secure mask for pin P1_15

pub fn pio1_pin16_sec_mask(&self) -> PIO1_PIN16_SEC_MASK_R[src]

Bit 16 - Secure mask for pin P1_16

pub fn pio1_pin17_sec_mask(&self) -> PIO1_PIN17_SEC_MASK_R[src]

Bit 17 - Secure mask for pin P1_17

pub fn pio1_pin18_sec_mask(&self) -> PIO1_PIN18_SEC_MASK_R[src]

Bit 18 - Secure mask for pin P1_18

pub fn pio1_pin19_sec_mask(&self) -> PIO1_PIN19_SEC_MASK_R[src]

Bit 19 - Secure mask for pin P1_19

pub fn pio1_pin20_sec_mask(&self) -> PIO1_PIN20_SEC_MASK_R[src]

Bit 20 - Secure mask for pin P1_20

pub fn pio1_pin21_sec_mask(&self) -> PIO1_PIN21_SEC_MASK_R[src]

Bit 21 - Secure mask for pin P1_21

pub fn pio1_pin22_sec_mask(&self) -> PIO1_PIN22_SEC_MASK_R[src]

Bit 22 - Secure mask for pin P1_22

pub fn pio1_pin23_sec_mask(&self) -> PIO1_PIN23_SEC_MASK_R[src]

Bit 23 - Secure mask for pin P1_23

pub fn pio1_pin24_sec_mask(&self) -> PIO1_PIN24_SEC_MASK_R[src]

Bit 24 - Secure mask for pin P1_24

pub fn pio1_pin25_sec_mask(&self) -> PIO1_PIN25_SEC_MASK_R[src]

Bit 25 - Secure mask for pin P1_25

pub fn pio1_pin26_sec_mask(&self) -> PIO1_PIN26_SEC_MASK_R[src]

Bit 26 - Secure mask for pin P1_26

pub fn pio1_pin27_sec_mask(&self) -> PIO1_PIN27_SEC_MASK_R[src]

Bit 27 - Secure mask for pin P1_27

pub fn pio1_pin28_sec_mask(&self) -> PIO1_PIN28_SEC_MASK_R[src]

Bit 28 - Secure mask for pin P1_28

pub fn pio1_pin29_sec_mask(&self) -> PIO1_PIN29_SEC_MASK_R[src]

Bit 29 - Secure mask for pin P1_29

pub fn pio1_pin30_sec_mask(&self) -> PIO1_PIN30_SEC_MASK_R[src]

Bit 30 - Secure mask for pin P1_30

pub fn pio1_pin31_sec_mask(&self) -> PIO1_PIN31_SEC_MASK_R[src]

Bit 31 - Secure mask for pin P1_31

Methods from Deref<Target = R<SEC_GPIO_MASK1_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<SEC_GPIO_MASK1_SPEC>

The resulting type after dereferencing.

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