mirror of
https://github.com/hubaldv/bioz-firmware-rs.git
synced 2025-12-06 05:01:18 +00:00
Updated AD5940 lib, now wait for custom PCB.
This commit is contained in:
@@ -53,6 +53,17 @@ bitflags! {
|
||||
}
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
// Analog Generation Interrupt Register
|
||||
// Address 0x0000209C, Reset: 0x00000010, Name: AFEGENINTSTA
|
||||
pub struct AFEGENINTSTA: u32 {
|
||||
const CUSTOMINT3 = 1 << 3; // General-Purpose Custom Interrupt 3
|
||||
const CUSTOMINT2 = 1 << 2; // General-Purpose Custom Interrupt 2
|
||||
const CUSTOMINT1 = 1 << 1; // General-Purpose Custom Interrupt 1
|
||||
const CUSTOMINT0 = 1 << 0; // General-Purpose Custom Interrupt 0
|
||||
}
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
// ADC Configuration Register,
|
||||
// Address 0x000021A8, Reset: 0x00000000, Name: ADCCON
|
||||
|
||||
Reference in New Issue
Block a user