all doc fixes

This commit is contained in:
2025-02-13 11:44:14 +01:00
parent 7b74312013
commit e24fc608a3
4 changed files with 16 additions and 16 deletions

View File

@ -51,8 +51,8 @@ pub enum PeripheralSelect {
/// Generic interrupt config which can be used to specify whether the HAL driver will
/// use the IRQSEL register to route an interrupt, and whether the IRQ will be unmasked in the
/// Cortex-M0 NVIC. Both are generally necessary for IRQs to work, but the user might perform
/// this steps themselves
/// Cortex-M0 NVIC. Both are generally necessary for IRQs to work, but the user might want to
/// perform those steps themselves.
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub struct InterruptConfig {
/// Interrupt target vector. Should always be set, might be required for disabling IRQs