[−][src]Struct bl602_pac::sf_ctrl::sf_ctrl_0::W
Register sf_ctrl_0
writer
Implementations
impl W
[src]
pub fn sf_id(&mut self) -> SF_ID_W
[src]
Bits 24:31
pub fn sf_aes_iv_endian(&mut self) -> SF_AES_IV_ENDIAN_W
[src]
Bit 23
pub fn sf_aes_key_endian(&mut self) -> SF_AES_KEY_ENDIAN_W
[src]
Bit 22
pub fn sf_aes_ctr_plus_en(&mut self) -> SF_AES_CTR_PLUS_EN_W
[src]
Bit 21
pub fn sf_aes_dout_endian(&mut self) -> SF_AES_DOUT_ENDIAN_W
[src]
Bit 20
pub fn sf_aes_dly_mode(&mut self) -> SF_AES_DLY_MODE_W
[src]
Bit 19
pub fn sf_if_int_set(&mut self) -> SF_IF_INT_SET_W
[src]
Bit 18
pub fn sf_if_int_clr(&mut self) -> SF_IF_INT_CLR_W
[src]
Bit 17
pub fn sf_if_int(&mut self) -> SF_IF_INT_W
[src]
Bit 16
pub fn sf_if_read_dly_en(&mut self) -> SF_IF_READ_DLY_EN_W
[src]
Bit 11
pub fn sf_if_read_dly_n(&mut self) -> SF_IF_READ_DLY_N_W
[src]
Bits 8:10
pub fn sf_clk_sahb_sram_sel(&mut self) -> SF_CLK_SAHB_SRAM_SEL_W
[src]
Bit 5
pub fn sf_clk_out_inv_sel(&mut self) -> SF_CLK_OUT_INV_SEL_W
[src]
Bit 4
pub fn sf_clk_out_gate_en(&mut self) -> SF_CLK_OUT_GATE_EN_W
[src]
Bit 3
pub fn sf_clk_sf_rx_inv_sel(&mut self) -> SF_CLK_SF_RX_INV_SEL_W
[src]
Bit 2
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<SF_CTRL_0_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<SF_CTRL_0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<SF_CTRL_0_SPEC>> for W
[src]
fn from(writer: W<SF_CTRL_0_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,