cpu/sam0_common: define TIMER_CHANNELS
This commit is contained in:
parent
8a2b089cd5
commit
ec7ae668e2
@ -343,6 +343,11 @@ typedef struct {
|
||||
uint16_t flags; /**< flags for CTRA, e.g. TC_CTRLA_MODE_COUNT32 */
|
||||
} tc32_conf_t;
|
||||
|
||||
/**
|
||||
* @brief Number of available timer channels
|
||||
*/
|
||||
#define TIMER_CHANNELS (2)
|
||||
|
||||
/**
|
||||
* @brief Set up alternate function (PMUX setting) for a PORT pin
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user