rtc_isr_deregister() function
Deregister the handler previously registered using rtc_isr_register
Arguments
handler
handler function to call (as passed to rtc_isr_register)
handler_arg
argument of the handler (as passed to rtc_isr_register)
Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if a handler matching both handler and handler_arg isn't registered
rtc_isr_deregister() is called by 3 functions and calls 4 functions:
![]()
rtc_isr_deregister()
rtc_isr_deregister() reads 5 variables:
![]()
rtc_isr_deregister()
rtc_isr_deregister() allocates 1 types:
![]()
rtc_isr_deregister()