Expand description

TIM13

Modules

TIM13 auto-reload register

TIM13 capture/compare enable register

The channels can be used in input (capture mode) or in output (compare mode). The direction of a channel is defined by configuring the corresponding CCxS bits. All the other bits of this register have a different function in input and in output mode. For a given bit, OCxx describes its function when the channel is configured in output, ICxx describes its function when the channel is configured in input. So one must take care that the same bit can have a different meaning for the input stage and for the output stage. Output compare mode

TIM13 capture/compare register 1

TIM13 counter

TIM13 control register 1

TIM13 Interrupt enable register

TIM13 event generation register

TIM13 prescaler

TIM13 status register

TIM13 timer input selection register

Structs

Register block

Type Definitions

TIM13_ARR register accessor: an alias for Reg<TIM13_ARR_SPEC>

TIM13_CCER register accessor: an alias for Reg<TIM13_CCER_SPEC>

TIM13_CCMR1 register accessor: an alias for Reg<TIM13_CCMR1_SPEC>

TIM13_CCR1 register accessor: an alias for Reg<TIM13_CCR1_SPEC>

TIM13_CNT register accessor: an alias for Reg<TIM13_CNT_SPEC>

TIM13_CR1 register accessor: an alias for Reg<TIM13_CR1_SPEC>

TIM13_DIER register accessor: an alias for Reg<TIM13_DIER_SPEC>

TIM13_EGR register accessor: an alias for Reg<TIM13_EGR_SPEC>

TIM13_PSC register accessor: an alias for Reg<TIM13_PSC_SPEC>

TIM13_SR register accessor: an alias for Reg<TIM13_SR_SPEC>

TIM13_TISEL register accessor: an alias for Reg<TIM13_TISEL_SPEC>