MCU定时器分频的N种用法 mcu定时器操作方式很多先列举两个,后边补充。一:比较灵活开启时间比较自由 1 /*TIMER LIST intferce*/ 2 typedef struct timer_event 3 { 4 uint32_t de_counter; 5 void ( *callback )( void ); 6 struct timer_event *... 嵌入式 2023-09-05 55 点赞 0 评论 83 浏览