Function set_dio_irq_params
Source pub const fn set_dio_irq_params(
irq: Irq,
dio1: Irq,
dio2: Irq,
dio3: Irq,
) -> Command
Expand description
SetDioIrqParams: enables interrupts and routes them to the DIO lines.
§Arguments
irq - the interrupts to enable.
dio1 - the interrupts that raise DIO1.
dio2 - the interrupts that raise DIO2.
dio3 - the interrupts that raise DIO3.
§Returns
The command.