CapSense Interrupt

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
RyYo_1406951
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

CapSenseの割り込みは、1センサごとのスキャンでの割り込みとなっているようですが、

全センサのスキャンを終えたときに発生する割り込みはありますでしょうか?

0 Likes
1 Solution
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

ハードウェアとして全センサのスキャンを終えたときに発生する割り込みはございませんが、

API : CapSense_ScanAllWidgets(void)、CapSense_IsBusy (void)がご所望の動作(全センサのスキャン後に何か処理をさせる)に使用できると考えます。

Capsense component datasheetのCapSense_ScanAllWidgets(void)、CapSense_IsBusy (void)をまずは参照ください。

http://www.cypress.com/file/442046/download

以上です。

View solution in original post

1 Reply
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

ハードウェアとして全センサのスキャンを終えたときに発生する割り込みはございませんが、

API : CapSense_ScanAllWidgets(void)、CapSense_IsBusy (void)がご所望の動作(全センサのスキャン後に何か処理をさせる)に使用できると考えます。

Capsense component datasheetのCapSense_ScanAllWidgets(void)、CapSense_IsBusy (void)をまずは参照ください。

http://www.cypress.com/file/442046/download

以上です。