Struct esp32s3::sensitive::core_1_region_pms_constrain_2::W
source · pub struct W(_);Expand description
Register CORE_1_REGION_PMS_CONSTRAIN_2 writer
Implementations
sourceimpl W
impl W
sourcepub fn core_1_region_pms_constrain_world_1_area_0(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_0_W<'_, 0>
pub fn core_1_region_pms_constrain_world_1_area_0(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_0_W<'_, 0>
Bits 0:1 - Region 0 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_1(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_1_W<'_, 2>
pub fn core_1_region_pms_constrain_world_1_area_1(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_1_W<'_, 2>
Bits 2:3 - Region 1 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_2(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_2_W<'_, 4>
pub fn core_1_region_pms_constrain_world_1_area_2(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_2_W<'_, 4>
Bits 4:5 - Region 2 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_3(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_3_W<'_, 6>
pub fn core_1_region_pms_constrain_world_1_area_3(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_3_W<'_, 6>
Bits 6:7 - Region 3 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_4(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_4_W<'_, 8>
pub fn core_1_region_pms_constrain_world_1_area_4(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_4_W<'_, 8>
Bits 8:9 - Region 4 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_5(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_5_W<'_, 10>
pub fn core_1_region_pms_constrain_world_1_area_5(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_5_W<'_, 10>
Bits 10:11 - Region 5 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_6(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_6_W<'_, 12>
pub fn core_1_region_pms_constrain_world_1_area_6(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_6_W<'_, 12>
Bits 12:13 - Region 6 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_7(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_7_W<'_, 14>
pub fn core_1_region_pms_constrain_world_1_area_7(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_7_W<'_, 14>
Bits 14:15 - Region 7 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_8(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_8_W<'_, 16>
pub fn core_1_region_pms_constrain_world_1_area_8(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_8_W<'_, 16>
Bits 16:17 - Region 8 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_9(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_9_W<'_, 18>
pub fn core_1_region_pms_constrain_world_1_area_9(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_9_W<'_, 18>
Bits 18:19 - Region 9 permission in world 1 for core1.
sourcepub fn core_1_region_pms_constrain_world_1_area_10(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_10_W<'_, 20>
pub fn core_1_region_pms_constrain_world_1_area_10(
&mut self
) -> CORE_1_REGION_PMS_CONSTRAIN_WORLD_1_AREA_10_W<'_, 20>
Bits 20:21 - Region 10 permission in world 1 for core1.
Methods from Deref<Target = W<CORE_1_REGION_PMS_CONSTRAIN_2_SPEC>>
Trait Implementations
sourceimpl From<W<CORE_1_REGION_PMS_CONSTRAIN_2_SPEC>> for W
impl From<W<CORE_1_REGION_PMS_CONSTRAIN_2_SPEC>> for W
sourcefn from(writer: W<CORE_1_REGION_PMS_CONSTRAIN_2_SPEC>) -> Self
fn from(writer: W<CORE_1_REGION_PMS_CONSTRAIN_2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more