artiq/artiq/firmware/satman/jdac_requests.rs

5 lines
160 B
Rust

pub const INIT: u8 = 0x00;
pub const PRINT_STATUS: u8 = 0x01;
pub const PRBS: u8 = 0x02;
pub const STPL: u8 = 0x03;