mirror of
https://github.com/hubaldv/bioz-firmware-rs.git
synced 2025-12-06 05:01:18 +00:00
Implemented fifo readout.
This commit is contained in:
@@ -2,6 +2,7 @@ use bitflags::bitflags;
|
||||
|
||||
pub trait Resettable {
|
||||
fn reset() -> Self;
|
||||
// fn msk() -> u32;
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
@@ -14,6 +15,9 @@ impl Resettable for T9CON {
|
||||
fn reset() -> Self {
|
||||
T9CON::T9Open
|
||||
}
|
||||
// fn msk() -> u32 {
|
||||
// 0b1
|
||||
// }
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
Reference in New Issue
Block a user