[−][src]Struct stm32l4x6::tim1::ccer::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn cc4p(&self) -> CC4PR
[src]
pub fn cc4p(&self) -> CC4PR
Bit 13 - Capture/Compare 3 output Polarity
pub fn cc4e(&self) -> CC4ER
[src]
pub fn cc4e(&self) -> CC4ER
Bit 12 - Capture/Compare 4 output enable
pub fn cc3np(&self) -> CC3NPR
[src]
pub fn cc3np(&self) -> CC3NPR
Bit 11 - Capture/Compare 3 output Polarity
pub fn cc3ne(&self) -> CC3NER
[src]
pub fn cc3ne(&self) -> CC3NER
Bit 10 - Capture/Compare 3 complementary output enable
pub fn cc3p(&self) -> CC3PR
[src]
pub fn cc3p(&self) -> CC3PR
Bit 9 - Capture/Compare 3 output Polarity
pub fn cc3e(&self) -> CC3ER
[src]
pub fn cc3e(&self) -> CC3ER
Bit 8 - Capture/Compare 3 output enable
pub fn cc2np(&self) -> CC2NPR
[src]
pub fn cc2np(&self) -> CC2NPR
Bit 7 - Capture/Compare 2 output Polarity
pub fn cc2ne(&self) -> CC2NER
[src]
pub fn cc2ne(&self) -> CC2NER
Bit 6 - Capture/Compare 2 complementary output enable
pub fn cc2p(&self) -> CC2PR
[src]
pub fn cc2p(&self) -> CC2PR
Bit 5 - Capture/Compare 2 output Polarity
pub fn cc2e(&self) -> CC2ER
[src]
pub fn cc2e(&self) -> CC2ER
Bit 4 - Capture/Compare 2 output enable
pub fn cc1np(&self) -> CC1NPR
[src]
pub fn cc1np(&self) -> CC1NPR
Bit 3 - Capture/Compare 1 output Polarity
pub fn cc1ne(&self) -> CC1NER
[src]
pub fn cc1ne(&self) -> CC1NER
Bit 2 - Capture/Compare 1 complementary output enable
pub fn cc1p(&self) -> CC1PR
[src]
pub fn cc1p(&self) -> CC1PR
Bit 1 - Capture/Compare 1 output Polarity
pub fn cc1e(&self) -> CC1ER
[src]
pub fn cc1e(&self) -> CC1ER
Bit 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 T
impl<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 T
Mutably 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