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

type R = R<u32, MODE_CTL>;

Reader of register mode_ctl

Methods

impl R[src]

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

Bits 0:2 - Cipher mode

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

Bits 3:4 - Key mode

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

Bit 5 - Input key order

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

Bit 7 - Input data order

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

Bit 9 - Output data order