How can I unbind callback?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-18 7:47 PM
Hi ST engineers,
I make a time-display-container and bind callback from RTC wakeup irq.
Set binding operation in time-display-container init function.
Unbinding it in destructor function.
But my unbinding operation does not work.When RTC wakeup irq is calling,it
trigger and show the last screen(which has time-display-container) I had leave.
How can I unbind the callback?
setAction and ReleaseAction
bind callback
unbind callback
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-19 3:29 AM
I would like to make a triggle way like this.
