forked from espressif/esp-idf
Merge branch 'doc/update-esp-event-instance-register-descrition' into 'master'
docs(esp-event): Update description of esp_event_handler_instance_x Closes IDFGH-11711 See merge request espressif/esp-idf!28063
This commit is contained in:
@@ -199,6 +199,8 @@ esp_err_t esp_event_handler_register_with(esp_event_loop_handle_t event_loop,
|
|||||||
* @note the event loop library does not maintain a copy of event_handler_arg, therefore the user should
|
* @note the event loop library does not maintain a copy of event_handler_arg, therefore the user should
|
||||||
* ensure that event_handler_arg still points to a valid location by the time the handler gets called
|
* ensure that event_handler_arg still points to a valid location by the time the handler gets called
|
||||||
*
|
*
|
||||||
|
* @note Calling this function with instance set to NULL is equivalent to calling esp_event_handler_register_with.
|
||||||
|
*
|
||||||
* @return
|
* @return
|
||||||
* - ESP_OK: Success
|
* - ESP_OK: Success
|
||||||
* - ESP_ERR_NO_MEM: Cannot allocate memory for the handler
|
* - ESP_ERR_NO_MEM: Cannot allocate memory for the handler
|
||||||
@@ -232,6 +234,8 @@ esp_err_t esp_event_handler_instance_register_with(esp_event_loop_handle_t event
|
|||||||
* @note the event loop library does not maintain a copy of event_handler_arg, therefore the user should
|
* @note the event loop library does not maintain a copy of event_handler_arg, therefore the user should
|
||||||
* ensure that event_handler_arg still points to a valid location by the time the handler gets called
|
* ensure that event_handler_arg still points to a valid location by the time the handler gets called
|
||||||
*
|
*
|
||||||
|
* @note Calling this function with instance set to NULL is equivalent to calling esp_event_handler_register.
|
||||||
|
*
|
||||||
* @return
|
* @return
|
||||||
* - ESP_OK: Success
|
* - ESP_OK: Success
|
||||||
* - ESP_ERR_NO_MEM: Cannot allocate memory for the handler
|
* - ESP_ERR_NO_MEM: Cannot allocate memory for the handler
|
||||||
|
Reference in New Issue
Block a user