Type Alias bmp_remote_protocol_s
Source pub type bmp_remote_protocol_s = bmp_remote_protocol;
#[repr(C)]
pub struct bmp_remote_protocol_s {
pub swd_init: Option<unsafe extern "C" fn() -> bool>,
pub jtag_init: Option<unsafe extern "C" fn() -> bool>,
pub adiv5_init: Option<unsafe extern "C" fn(*mut adiv5_debug_port) -> bool>,
pub add_jtag_dev: Option<unsafe extern "C" fn(u32, *const jtag_dev)>,
pub get_comms_frequency: Option<unsafe extern "C" fn() -> u32>,
pub set_comms_frequency: Option<unsafe extern "C" fn(u32) -> bool>,
pub target_clk_output_enable: Option<unsafe extern "C" fn(bool)>,
}