Struct riot_sys::timer_conf_t
source · [−]#[repr(C)]pub struct timer_conf_t {
pub dev: *mut NRF_TIMER_Type,
pub channels: u8,
pub bitmode: u8,
pub irqn: u8,
}
Expand description
@brief Timer configuration options
Fields
dev: *mut NRF_TIMER_Type
< timer device
channels: u8
< number of channels available
bitmode: u8
< counter width
irqn: u8
< IRQ number of the timer device
Trait Implementations
sourceimpl Clone for timer_conf_t
impl Clone for timer_conf_t
sourcefn clone(&self) -> timer_conf_t
fn clone(&self) -> timer_conf_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for timer_conf_t
impl Debug for timer_conf_t
sourceimpl Default for timer_conf_t
impl Default for timer_conf_t
impl Copy for timer_conf_t
Auto Trait Implementations
impl RefUnwindSafe for timer_conf_t
impl !Send for timer_conf_t
impl !Sync for timer_conf_t
impl Unpin for timer_conf_t
impl UnwindSafe for timer_conf_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more