pub struct R(_);
Expand description
Register PERIP_RST_EN1
reader
Implementations
sourceimpl R
impl R
sourcepub fn crypto_aes_rst(&self) -> CRYPTO_AES_RST_R
pub fn crypto_aes_rst(&self) -> CRYPTO_AES_RST_R
Bit 1 - reg_crypto_aes_rst
sourcepub fn crypto_sha_rst(&self) -> CRYPTO_SHA_RST_R
pub fn crypto_sha_rst(&self) -> CRYPTO_SHA_RST_R
Bit 2 - reg_crypto_sha_rst
sourcepub fn crypto_rsa_rst(&self) -> CRYPTO_RSA_RST_R
pub fn crypto_rsa_rst(&self) -> CRYPTO_RSA_RST_R
Bit 3 - reg_crypto_rsa_rst
sourcepub fn crypto_ds_rst(&self) -> CRYPTO_DS_RST_R
pub fn crypto_ds_rst(&self) -> CRYPTO_DS_RST_R
Bit 4 - reg_crypto_ds_rst
sourcepub fn crypto_hmac_rst(&self) -> CRYPTO_HMAC_RST_R
pub fn crypto_hmac_rst(&self) -> CRYPTO_HMAC_RST_R
Bit 5 - reg_crypto_hmac_rst
sourcepub fn sdio_host_rst(&self) -> SDIO_HOST_RST_R
pub fn sdio_host_rst(&self) -> SDIO_HOST_RST_R
Bit 7 - reg_sdio_host_rst
sourcepub fn lcd_cam_rst(&self) -> LCD_CAM_RST_R
pub fn lcd_cam_rst(&self) -> LCD_CAM_RST_R
Bit 8 - reg_lcd_cam_rst
sourcepub fn uart2_rst(&self) -> UART2_RST_R
pub fn uart2_rst(&self) -> UART2_RST_R
Bit 9 - reg_uart2_rst
sourcepub fn tsens_rst(&self) -> TSENS_RST_R
pub fn tsens_rst(&self) -> TSENS_RST_R
Bit 10 - reg_tsens_rst
Methods from Deref<Target = R<PERIP_RST_EN1_SPEC>>
Trait Implementations
sourceimpl From<R<PERIP_RST_EN1_SPEC>> for R
impl From<R<PERIP_RST_EN1_SPEC>> for R
sourcefn from(reader: R<PERIP_RST_EN1_SPEC>) -> Self
fn from(reader: R<PERIP_RST_EN1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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