Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人能解释一下这个 typedef 是用来声明中断服务程序的吗?
#pragma language=extended typedef void (__interrupt *__fp)(); void OSTickISR (void); void OSCtxSw (void); void AdcIsr (void);