Struct nrf51::clock::Clock
[−]
[src]
pub struct Clock { registers: *const Registers, client: Cell<Option<&'static ClockClient>>, }
Clock struct
Fields
registers: *const Registers
client: Cell<Option<&'static ClockClient>>