[−][src]Struct lpc55s6x_pac::sct0::RegisterBlock
Register block
Fields
config: CONFIG0x00 - SCT configuration register
ctrl: CTRL0x04 - SCT control register
limit: LIMIT0x08 - SCT limit event select register
halt: HALT0x0c - SCT halt event select register
stop: STOP0x10 - SCT stop event select register
start: START0x14 - SCT start event select register
count: COUNT0x40 - SCT counter register
state: STATE0x44 - SCT state register
input: INPUT0x48 - SCT input register
regmode: REGMODE0x4c - SCT match/capture mode register
output: OUTPUT0x50 - SCT output register
outputdirctrl: OUTPUTDIRCTRL0x54 - SCT output counter direction control register
res: RES0x58 - SCT conflict resolution register
dma0request: DMA0REQUEST0x5c - SCT DMA request 0 register
dma1request: DMA1REQUEST0x60 - SCT DMA request 1 register
even: EVEN0xf0 - SCT event interrupt enable register
evflag: EVFLAG0xf4 - SCT event flag register
conen: CONEN0xf8 - SCT conflict interrupt enable register
conflag: CONFLAG0xfc - SCT conflict flag register
sctcap0: SCTCAP00x100 - SCT capture register of capture channel
sctcap1: SCTCAP10x104 - SCT capture register of capture channel
sctcap2: SCTCAP20x108 - SCT capture register of capture channel
sctcap3: SCTCAP30x10c - SCT capture register of capture channel
sctcap4: SCTCAP40x110 - SCT capture register of capture channel
sctcap5: SCTCAP50x114 - SCT capture register of capture channel
sctcap6: SCTCAP60x118 - SCT capture register of capture channel
sctcap7: SCTCAP70x11c - SCT capture register of capture channel
sctcap8: SCTCAP80x120 - SCT capture register of capture channel
sctcap9: SCTCAP90x124 - SCT capture register of capture channel
sctcap10: SCTCAP100x128 - SCT capture register of capture channel
sctcap11: SCTCAP110x12c - SCT capture register of capture channel
sctcap12: SCTCAP120x130 - SCT capture register of capture channel
sctcap13: SCTCAP130x134 - SCT capture register of capture channel
sctcap14: SCTCAP140x138 - SCT capture register of capture channel
sctcap15: SCTCAP150x13c - SCT capture register of capture channel
sctcapctrl0: SCTCAPCTRL00x200 - SCT capture control register
sctcapctrl1: SCTCAPCTRL10x204 - SCT capture control register
sctcapctrl2: SCTCAPCTRL20x208 - SCT capture control register
sctcapctrl3: SCTCAPCTRL30x20c - SCT capture control register
sctcapctrl4: SCTCAPCTRL40x210 - SCT capture control register
sctcapctrl5: SCTCAPCTRL50x214 - SCT capture control register
sctcapctrl6: SCTCAPCTRL60x218 - SCT capture control register
sctcapctrl7: SCTCAPCTRL70x21c - SCT capture control register
sctcapctrl8: SCTCAPCTRL80x220 - SCT capture control register
sctcapctrl9: SCTCAPCTRL90x224 - SCT capture control register
sctcapctrl10: SCTCAPCTRL100x228 - SCT capture control register
sctcapctrl11: SCTCAPCTRL110x22c - SCT capture control register
sctcapctrl12: SCTCAPCTRL120x230 - SCT capture control register
sctcapctrl13: SCTCAPCTRL130x234 - SCT capture control register
sctcapctrl14: SCTCAPCTRL140x238 - SCT capture control register
sctcapctrl15: SCTCAPCTRL150x23c - SCT capture control register
event: [EVENT; 16]0x300 - no description available
out: [OUT; 10]0x500 - no description available
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self