31 #include "bootloader_common.h" 32 #include "bootloader/bl_peripheral_interface.h" 41 #if defined(__cplusplus) 105 #if defined(__cplusplus) 107 #endif // __cplusplus void I2C_SetSystemIRQ(uint32_t instance, PeripheralSystemIRQSetting set)
Configure IRQ gate for I2C peripherals.
void LPUART_SetSystemIRQ(uint32_t instance, PeripheralSystemIRQSetting set)
Configure IRQ gate for LPUART peripherals.
PeripheralSystemIRQSetting
IRQ options.
Definition: bl_peripheral_interface.h:50
void UART_SetSystemIRQ(uint32_t instance, PeripheralSystemIRQSetting set)
Configure IRQ gate for UART peripherals.
void DSPI_SetSystemIRQ(uint32_t instance, PeripheralSystemIRQSetting set)
Configure IRQ gate for DSPI peripherals.
void lpspi_set_system_IRQ_gate(uint32_t instance, PeripheralSystemIRQSetting set)
Configure IRQ gate for LPSPI peripherals.
void lpi2c_set_system_IRQ_gate(uint32_t instance, PeripheralSystemIRQSetting set)
Configure IRQ gate for LPI2C peripherals.