Type Alias W

Source
pub type W = W<CtrlSpec>;
Expand description

Register CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn enable(&mut self) -> EnableW<'_, CtrlSpec>

Bit 0 - ICM Enable

Source

pub fn disable(&mut self) -> DisableW<'_, CtrlSpec>

Bit 1 - ICM Disable Register

Source

pub fn swrst(&mut self) -> SwrstW<'_, CtrlSpec>

Bit 2 - Software Reset

Source

pub fn rehash(&mut self) -> RehashW<'_, CtrlSpec>

Bits 4:7 - Recompute Internal Hash

Source

pub fn rmdis(&mut self) -> RmdisW<'_, CtrlSpec>

Bits 8:11 - Region Monitoring Disable

Source

pub fn rmen(&mut self) -> RmenW<'_, CtrlSpec>

Bits 12:15 - Region Monitoring Enable