Module rustduino::atmega2560p::hal::interrupts[][src]

Expand description

Global interrupts configured in the ATMEGA2560P chip is controlled here. Section 7.4 of the manual https://ww1.microchip.com/downloads/en/devicedoc/atmel-2549-8-bit-avr-microcontroller-atmega640-1280-1281-2560-2561_datasheet.pdf

Structs

This contains the registers to be manipulated for controlling global interrupts setup. This represents struct for Globalinterrupts and is used to control sreg register.