mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 17:17:08 +09:00
update: remove modf from Field
ref: https://gitlab.cern.ch/l0muon-endcap/endcap-sl-csr-xml/-/merge_requests/3/diffs?commit_id=30a7195653c7cd971e4d59be31befcc75557a64a
This commit is contained in:
parent
8fee555860
commit
e7d3e5c90b
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ pub struct Field {
|
||||||
pub name: String,
|
pub name: String,
|
||||||
/// TODO: is this optional?
|
/// TODO: is this optional?
|
||||||
pub mask: u32,
|
pub mask: u32,
|
||||||
/// Fill this with proper calc.
|
|
||||||
pub modf: RwSpecifier,
|
|
||||||
pub interface: Option<FieldFifoInterface>,
|
pub interface: Option<FieldFifoInterface>,
|
||||||
pub multiple: Option<MultipleParams>,
|
pub multiple: Option<MultipleParams>,
|
||||||
pub default: Option<u32>,
|
pub default: Option<u32>,
|
||||||
|
|
Loading…
Reference in a new issue