#[repr(C)]pub struct saul_reg {
pub next: *mut saul_reg,
pub dev: *mut c_void,
pub name: *const c_char,
pub driver: *const saul_driver_t,
}
Expand description
@brief SAUL registry entry
Fields§
§next: *mut saul_reg
< pointer to the next device
dev: *mut c_void
< pointer to the device descriptor
name: *const c_char
< string identifier for the device
driver: *const saul_driver_t
< the devices read callback