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:
main.rs::main
aes::run(base_peripherals.ecb);