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);