How to enable/disable all interrupts for S32K344?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to enable/disable all interrupts for S32K344?

ソリューションへジャンプ
2,698件の閲覧回数
JamesLIUHX
Contributor II

Hello,

I am porting the CCP protocol stack on S32K344 and need to disable/enable all interrupts. How to do it?

Thanks a lot!

1 解決策
2,684件の閲覧回数
YanyiQiu
Contributor III

__asm("cpsid i");       __asm("cpsie i"); 

元の投稿で解決策を見る

2 返答(返信)
2,669件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@JamesLIUHX

YanyiQiu's answer is right.

0 件の賞賛
返信
2,685件の閲覧回数
YanyiQiu
Contributor III

__asm("cpsid i");       __asm("cpsie i");