Skip to content

Commit

Permalink
Fwd to write_multi_start instead of duplicating impl
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 27, 2024
1 parent f660218 commit 37d8b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/rsa/esp32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 37d8b6b

Please sign in to comment.