[−][src]Struct lpc55s6x_pac::ahb_secure_ctrl::sec_gpio_mask1::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn pio1_pin0_sec_mask(&self) -> PIO1_PIN0_SEC_MASKR
[src]
Bit 0 - Secure mask for pin P1_0
pub fn pio1_pin1_sec_mask(&self) -> PIO1_PIN1_SEC_MASKR
[src]
Bit 1 - Secure mask for pin P1_1
pub fn pio1_pin2_sec_mask(&self) -> PIO1_PIN2_SEC_MASKR
[src]
Bit 2 - Secure mask for pin P1_2
pub fn pio1_pin3_sec_mask(&self) -> PIO1_PIN3_SEC_MASKR
[src]
Bit 3 - Secure mask for pin P1_3
pub fn pio1_pin4_sec_mask(&self) -> PIO1_PIN4_SEC_MASKR
[src]
Bit 4 - Secure mask for pin P1_4
pub fn pio1_pin5_sec_mask(&self) -> PIO1_PIN5_SEC_MASKR
[src]
Bit 5 - Secure mask for pin P1_5
pub fn pio1_pin6_sec_mask(&self) -> PIO1_PIN6_SEC_MASKR
[src]
Bit 6 - Secure mask for pin P1_6
pub fn pio1_pin7_sec_mask(&self) -> PIO1_PIN7_SEC_MASKR
[src]
Bit 7 - Secure mask for pin P1_7
pub fn pio1_pin8_sec_mask(&self) -> PIO1_PIN8_SEC_MASKR
[src]
Bit 8 - Secure mask for pin P1_8
pub fn pio1_pin9_sec_mask(&self) -> PIO1_PIN9_SEC_MASKR
[src]
Bit 9 - Secure mask for pin P1_9
pub fn pio1_pin10_sec_mask(&self) -> PIO1_PIN10_SEC_MASKR
[src]
Bit 10 - Secure mask for pin P1_10
pub fn pio1_pin11_sec_mask(&self) -> PIO1_PIN11_SEC_MASKR
[src]
Bit 11 - Secure mask for pin P1_11
pub fn pio1_pin12_sec_mask(&self) -> PIO1_PIN12_SEC_MASKR
[src]
Bit 12 - Secure mask for pin P1_12
pub fn pio1_pin13_sec_mask(&self) -> PIO1_PIN13_SEC_MASKR
[src]
Bit 13 - Secure mask for pin P1_13
pub fn pio1_pin14_sec_mask(&self) -> PIO1_PIN14_SEC_MASKR
[src]
Bit 14 - Secure mask for pin P1_14
pub fn pio1_pin15_sec_mask(&self) -> PIO1_PIN15_SEC_MASKR
[src]
Bit 15 - Secure mask for pin P1_15
pub fn pio1_pin16_sec_mask(&self) -> PIO1_PIN16_SEC_MASKR
[src]
Bit 16 - Secure mask for pin P1_16
pub fn pio1_pin17_sec_mask(&self) -> PIO1_PIN17_SEC_MASKR
[src]
Bit 17 - Secure mask for pin P1_17
pub fn pio1_pin18_sec_mask(&self) -> PIO1_PIN18_SEC_MASKR
[src]
Bit 18 - Secure mask for pin P1_18
pub fn pio1_pin19_sec_mask(&self) -> PIO1_PIN19_SEC_MASKR
[src]
Bit 19 - Secure mask for pin P1_19
pub fn pio1_pin20_sec_mask(&self) -> PIO1_PIN20_SEC_MASKR
[src]
Bit 20 - Secure mask for pin P1_20
pub fn pio1_pin21_sec_mask(&self) -> PIO1_PIN21_SEC_MASKR
[src]
Bit 21 - Secure mask for pin P1_21
pub fn pio1_pin22_sec_mask(&self) -> PIO1_PIN22_SEC_MASKR
[src]
Bit 22 - Secure mask for pin P1_22
pub fn pio1_pin23_sec_mask(&self) -> PIO1_PIN23_SEC_MASKR
[src]
Bit 23 - Secure mask for pin P1_23
pub fn pio1_pin24_sec_mask(&self) -> PIO1_PIN24_SEC_MASKR
[src]
Bit 24 - Secure mask for pin P1_24
pub fn pio1_pin25_sec_mask(&self) -> PIO1_PIN25_SEC_MASKR
[src]
Bit 25 - Secure mask for pin P1_25
pub fn pio1_pin26_sec_mask(&self) -> PIO1_PIN26_SEC_MASKR
[src]
Bit 26 - Secure mask for pin P1_26
pub fn pio1_pin27_sec_mask(&self) -> PIO1_PIN27_SEC_MASKR
[src]
Bit 27 - Secure mask for pin P1_27
pub fn pio1_pin28_sec_mask(&self) -> PIO1_PIN28_SEC_MASKR
[src]
Bit 28 - Secure mask for pin P1_28
pub fn pio1_pin29_sec_mask(&self) -> PIO1_PIN29_SEC_MASKR
[src]
Bit 29 - Secure mask for pin P1_29
pub fn pio1_pin30_sec_mask(&self) -> PIO1_PIN30_SEC_MASKR
[src]
Bit 30 - Secure mask for pin P1_30
pub fn pio1_pin31_sec_mask(&self) -> PIO1_PIN31_SEC_MASKR
[src]
Bit 31 - Secure mask for pin P1_31
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
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> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self