pub unsafe fn run(aesecb: &'static AesECB<'_>)Expand description
To run the tests add the following main.rs::main somewhere after that the AES
peripheral has been initialized:
aes::run(base_peripherals.ecb);pub unsafe fn run(aesecb: &'static AesECB<'_>)To run the tests add the following main.rs::main somewhere after that the AES
peripheral has been initialized:
aes::run(base_peripherals.ecb);