[][src]Type Definition k210_pac::aes::mode_ctl::W

type W = W<u32, MODE_CTL>;

Writer for register mode_ctl

Methods

impl W[src]

pub fn cipher_mode(&mut self) -> CIPHER_MODE_W[src]

Bits 0:2 - Cipher mode

pub fn key_mode(&mut self) -> KEY_MODE_W[src]

Bits 3:4 - Key mode

pub fn key_order(&mut self) -> KEY_ORDER_W[src]

Bit 5 - Input key order

pub fn input_order(&mut self) -> INPUT_ORDER_W[src]

Bit 7 - Input data order

pub fn output_order(&mut self) -> OUTPUT_ORDER_W[src]

Bit 9 - Output data order