[−][src]Struct stm32l4x6::tim2::ccer::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn cc4np(&self) -> CC4NPR[src]
pub fn cc4np(&self) -> CC4NPRBit 15 - Capture/Compare 4 output Polarity
pub fn cc4p(&self) -> CC4PR[src]
pub fn cc4p(&self) -> CC4PRBit 13 - Capture/Compare 3 output Polarity
pub fn cc4e(&self) -> CC4ER[src]
pub fn cc4e(&self) -> CC4ERBit 12 - Capture/Compare 4 output enable
pub fn cc3np(&self) -> CC3NPR[src]
pub fn cc3np(&self) -> CC3NPRBit 11 - Capture/Compare 3 output Polarity
pub fn cc3p(&self) -> CC3PR[src]
pub fn cc3p(&self) -> CC3PRBit 9 - Capture/Compare 3 output Polarity
pub fn cc3e(&self) -> CC3ER[src]
pub fn cc3e(&self) -> CC3ERBit 8 - Capture/Compare 3 output enable
pub fn cc2np(&self) -> CC2NPR[src]
pub fn cc2np(&self) -> CC2NPRBit 7 - Capture/Compare 2 output Polarity
pub fn cc2p(&self) -> CC2PR[src]
pub fn cc2p(&self) -> CC2PRBit 5 - Capture/Compare 2 output Polarity
pub fn cc2e(&self) -> CC2ER[src]
pub fn cc2e(&self) -> CC2ERBit 4 - Capture/Compare 2 output enable
pub fn cc1np(&self) -> CC1NPR[src]
pub fn cc1np(&self) -> CC1NPRBit 3 - Capture/Compare 1 output Polarity
pub fn cc1p(&self) -> CC1PR[src]
pub fn cc1p(&self) -> CC1PRBit 1 - Capture/Compare 1 output Polarity
pub fn cc1e(&self) -> CC1ER[src]
pub fn cc1e(&self) -> CC1ERBit 0 - Capture/Compare 1 output enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more