SPI0:
_strip_end:
- "0"
SPI1:
_strip_end:
- "1"
SPSR:
_strip_end:
- "1"
SPCR:
_strip_end:
- "1"
TWI0:
_strip_end:
- "0"
TWI1:
_strip_end:
- "1"
TWCR:
_strip_end:
- "1"
TWSR:
_strip_end:
- "1"
AC:
ACSR:
_modify:
ACIS:
description: "Analog Comparator Interrupt Mode Select"
ACO:
access: read-only
ACIS:
_replace_enum:
ON_TOGGLE: [0, "Interrupt on Toggle"]
ON_FALLING_EDGE: [2, "Interrupt on Falling Edge"]
ON_RISING_EDGE: [3, "Interrupt on Rising Edge"]
_include:
- "common/adc.yaml"
- "common/usart.yaml"
- "common/spi.yaml"
- "common/twi.yaml"
- "common/wdt.yaml"
- "timer/atmega328pb.yaml"
EXINT:
EIMSK:
_modify:
INT:
description: External Interrupt Request Enable
_split: [INT]