SIPCR

Type Alias SIPCR 

Source
pub type SIPCR = Reg<u32, _SIPCR>;
Expand description

secure IP control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sipcr module

Aliased Type§

pub struct SIPCR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SIPCR

Register SIPCR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SIPCR

read() method returns sipcr::R reader structure

Source§

impl Writable for SIPCR

write(|w| ..) method takes sipcr::W writer structure