diff --git a/esp-hal/src/rsa/esp32.rs b/esp-hal/src/rsa/esp32.rs index 6d0c910ac8c..c5b9938d824 100644 --- a/esp-hal/src/rsa/esp32.rs +++ b/esp-hal/src/rsa/esp32.rs @@ -46,7 +46,7 @@ impl<'d, DM: crate::Mode> Rsa<'d, DM> { /// Starts the modular multiplication operation. pub(super) fn write_modmulti_start(&self) { - self.rsa.mult_start().write(|w| w.mult_start().set_bit()); + self.write_multi_start(); } /// Clears the RSA interrupt flag.