![]() |
eRPC API Reference
Rev. 1.9.0
NXP Semiconductors
|
#include "erpc_config_internal.h"#include <stdint.h>
Include dependency graph for erpc_setup_extensions.h:Go to the source code of this file.
Typedefs | |
| typedef void * | erpc_call_timer_cb_default_t |
Functions | |
| void | erpc::erpc_pre_cb_default (void) |
| This function is used for default pre erpc call action. | |
| void | erpc::erpc_post_cb_default (void) |
| This function is used for default post erpc call action. | |
| void | erpc_init_call_progress_detection_default (erpc_call_timer_cb_default_t erpc_call_timer_cb, uint32_t waitTimeMs) |
| This function is used for initializing variables for task freeze detection. More... | |
| void | erpc_deinit_call_progress_detection_default (void) |
| This function is used for deinitialization variables for task freeze detection. | |
| bool | erpc_is_call_in_progress_default (void) |
| This function returns default eRPC call progress status. More... | |
| void | erpc_reset_in_progress_state_default (void) |
| This function resets eRPC state. More... | |