Searched refs:TIMER_SMCFG_MSM (Results 1 – 2 of 2) sorted by relevance
100 #define TIMER_SMCFG_MSM BIT(7) /*!< master-slave mode */ macro547 #define TIMER_MASTER_SLAVE_MODE_ENABLE TIMER_SMCFG_MSM /*!< master sla…
1607 TIMER_SMCFG(timer_periph) |= (uint32_t)TIMER_SMCFG_MSM; in timer_master_slave_mode_config()1609 TIMER_SMCFG(timer_periph) &= ~(uint32_t)TIMER_SMCFG_MSM; in timer_master_slave_mode_config()
Completed in 15 milliseconds