SYMBOL INDEX (3533 symbols across 385 files) FILE: .github/build_docs.py class BuildConfig (line 31) | class BuildConfig: function change_directory (line 40) | def change_directory(path: Union[str, pathlib.Path]): function find_components_with_docs (line 50) | def find_components_with_docs(repo_root: pathlib.Path) -> List[str]: function generate_api_docs (line 76) | def generate_api_docs(component_docs_path: pathlib.Path) -> bool: function build_component_docs (line 112) | def build_component_docs(component_name: str, config: BuildConfig) -> bool: function copy_docs_to_output (line 166) | def copy_docs_to_output(component_name: str, config: BuildConfig) -> bool: function build_all_docs (line 197) | def build_all_docs(config: BuildConfig) -> bool: function parse_args (line 237) | def parse_args() -> argparse.Namespace: function main (line 268) | def main(): FILE: .github/consistency_check.py function main (line 16) | def main(): function check_build_manifests_added_to_config (line 34) | def check_build_manifests_added_to_config(args): function check_components_added_to_upload_job (line 50) | def check_components_added_to_upload_job(args): function check_components_added_to_issue_template (line 66) | def check_components_added_to_issue_template(args): function load_toml (line 86) | def load_toml(filepath) -> dict: function load_yaml (line 104) | def load_yaml(filepath) -> dict: function get_component_dirs (line 109) | def get_component_dirs(args): function add_failure (line 117) | def add_failure(): FILE: .github/filter_sarif.py function main (line 9) | def main(): function process (line 21) | def process(in_file: t.TextIO, out_file: t.TextIO, include_prefix_list: ... function normalize_uri_optional (line 37) | def normalize_uri_optional(uri: t.Optional[str], include_prefix_list: t.... function message_contains_any (line 46) | def message_contains_any(text: str, substrings: t.List[str]) -> bool: function dedupe_related_locations (line 50) | def dedupe_related_locations(related_locations: t.Any, include_prefix_li... function transform_result (line 73) | def transform_result(result: t.Dict[str, t.Any], include_prefix_list: t.... FILE: .github/get_idf_build_apps_args.py function main (line 6) | def main(): FILE: .github/get_pytest_args.py function main (line 8) | def main(): FILE: argtable3/test_apps/argtable_unit_tests/main/test_argtable3.c type arg_int (line 109) | struct arg_int type arg_end (line 110) | struct arg_end type arg_dbl (line 124) | struct arg_dbl type arg_end (line 125) | struct arg_end type arg_lit (line 139) | struct arg_lit type arg_end (line 140) | struct arg_end type arg_str (line 154) | struct arg_str type arg_end (line 155) | struct arg_end type arg_file (line 169) | struct arg_file type arg_end (line 170) | struct arg_end type arg_rex (line 184) | struct arg_rex type arg_end (line 185) | struct arg_end type arg_date (line 199) | struct arg_date type arg_end (line 200) | struct arg_end type arg_lit (line 216) | struct arg_lit type arg_str (line 217) | struct arg_str type arg_end (line 218) | struct arg_end type arg_int (line 244) | struct arg_int type arg_end (line 245) | struct arg_end type arg_int (line 277) | struct arg_int type arg_end (line 278) | struct arg_end type arg_int (line 299) | struct arg_int type arg_end (line 300) | struct arg_end type arg_int (line 316) | struct arg_int type arg_str (line 317) | struct arg_str type arg_end (line 318) | struct arg_end FILE: argtable3/test_apps/argtable_unit_tests/main/test_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: argtable3/test_apps/argtable_unit_tests/pytest_argtable3.py function test_argtable3 (line 6) | def test_argtable3(dut: Dut) -> None: FILE: argtable3/test_apps/console_compat/check_argtable_path.py function main (line 8) | def main(): FILE: argtable3/test_apps/console_compat/main/test_main.c function app_main (line 3) | void app_main(void) FILE: bdc_motor/include/bdc_motor.h type bdc_motor_t (line 18) | struct bdc_motor_t type bdc_motor_config_t (line 115) | typedef struct { type bdc_motor_mcpwm_config_t (line 124) | typedef struct { FILE: bdc_motor/interface/bdc_motor_interface.h type bdc_motor_t (line 15) | typedef struct bdc_motor_t bdc_motor_t; type bdc_motor_t (line 20) | struct bdc_motor_t { FILE: bdc_motor/src/bdc_motor.c function esp_err_t (line 16) | esp_err_t bdc_motor_enable(bdc_motor_handle_t motor) function esp_err_t (line 22) | esp_err_t bdc_motor_disable(bdc_motor_handle_t motor) function esp_err_t (line 28) | esp_err_t bdc_motor_set_speed(bdc_motor_handle_t motor, uint32_t speed) function esp_err_t (line 34) | esp_err_t bdc_motor_forward(bdc_motor_handle_t motor) function esp_err_t (line 40) | esp_err_t bdc_motor_reverse(bdc_motor_handle_t motor) function esp_err_t (line 46) | esp_err_t bdc_motor_coast(bdc_motor_handle_t motor) function esp_err_t (line 52) | esp_err_t bdc_motor_brake(bdc_motor_handle_t motor) function esp_err_t (line 58) | esp_err_t bdc_motor_del(bdc_motor_handle_t motor) FILE: bdc_motor/src/bdc_motor_mcpwm_impl.c type bdc_motor_mcpwm_obj (line 17) | typedef struct { function esp_err_t (line 27) | static esp_err_t bdc_motor_mcpwm_set_speed(bdc_motor_t *motor, uint32_t ... function esp_err_t (line 35) | static esp_err_t bdc_motor_mcpwm_enable(bdc_motor_t *motor) function esp_err_t (line 43) | static esp_err_t bdc_motor_mcpwm_disable(bdc_motor_t *motor) function esp_err_t (line 51) | static esp_err_t bdc_motor_mcpwm_forward(bdc_motor_t *motor) function esp_err_t (line 59) | static esp_err_t bdc_motor_mcpwm_reverse(bdc_motor_t *motor) function esp_err_t (line 67) | static esp_err_t bdc_motor_mcpwm_coast(bdc_motor_t *motor) function esp_err_t (line 75) | static esp_err_t bdc_motor_mcpwm_brake(bdc_motor_t *motor) function esp_err_t (line 83) | static esp_err_t bdc_motor_mcpwm_del(bdc_motor_t *motor) function esp_err_t (line 96) | esp_err_t bdc_motor_new_mcpwm_device(const bdc_motor_config_t *motor_con... FILE: bdc_motor/test_apps/main/bdc_motor_test.c function app_main (line 3) | void app_main(void) FILE: catch2/cmd_catch2.cpp function cmd_catch2 (line 14) | static int cmd_catch2(int argc, char **argv) function esp_err_t (line 22) | esp_err_t register_catch2(const char *cmd_name) function esp_err_t (line 34) | esp_err_t register_catch2(const char *cmd_name) FILE: catch2/examples/catch2-console/main/test_main.cpp function app_main (line 17) | void app_main(void) FILE: catch2/examples/catch2-console/pytest_catch2_console.py function test_catch2_console_example (line 9) | def test_catch2_console_example(dut: Dut) -> None: FILE: catch2/examples/catch2-test/main/test_main.cpp function app_main (line 9) | void app_main(void) FILE: catch2/examples/catch2-test/pytest_catch2.py function test_catch2_example (line 9) | def test_catch2_example(dut: Dut) -> None: FILE: cbor/examples/cbor/main/cbor_example_main.c function indent (line 33) | static void indent(int nestingLevel) function dumpbytes (line 40) | static void dumpbytes(const uint8_t *buf, size_t len) function CborError (line 50) | static CborError example_dump_cbor_buffer(CborValue *it, int nestingLevel) function app_main (line 176) | void app_main(void) FILE: cbor/examples/cbor/pytest_cbor.py function test_examples_cbor (line 12) | def test_examples_cbor(dut: Dut) -> None: FILE: ccomp_timer/ccomp_timer.c function esp_err_t (line 19) | esp_err_t ccomp_timer_start(void) function ccomp_timer_stop (line 53) | int64_t IRAM_ATTR ccomp_timer_stop(void) function ccomp_timer_get_time (line 83) | int64_t IRAM_ATTR ccomp_timer_get_time(void) FILE: ccomp_timer/ccomp_timer_impl_riscv.c type ccomp_timer_state_t (line 15) | typedef enum { type ccomp_timer_status_t (line 21) | typedef struct { function update_ccount (line 32) | static void IRAM_ATTR update_ccount(void) function esp_err_t (line 46) | esp_err_t ccomp_timer_impl_init(void) function esp_err_t (line 52) | esp_err_t ccomp_timer_impl_deinit(void) function esp_err_t (line 58) | esp_err_t ccomp_timer_impl_start(void) function esp_err_t (line 67) | esp_err_t IRAM_ATTR ccomp_timer_impl_stop(void) function ccomp_timer_impl_get_time (line 75) | int64_t IRAM_ATTR ccomp_timer_impl_get_time(void) function esp_err_t (line 82) | esp_err_t ccomp_timer_impl_reset(void) function ccomp_timer_impl_is_init (line 89) | bool ccomp_timer_impl_is_init(void) function ccomp_timer_impl_is_active (line 94) | bool IRAM_ATTR ccomp_timer_impl_is_active(void) function ccomp_timer_impl_lock (line 99) | void IRAM_ATTR ccomp_timer_impl_lock(void) function ccomp_timer_impl_unlock (line 104) | void IRAM_ATTR ccomp_timer_impl_unlock(void) FILE: ccomp_timer/ccomp_timer_impl_xtensa.c type ccomp_timer_state_t (line 26) | typedef enum { type ccomp_timer_status_t (line 32) | typedef struct { function update_ccount (line 65) | static void IRAM_ATTR update_ccount(void) function update_overflow (line 79) | static void inline update_overflow(int id, int *cnt) function perf_counter_overflow_handler (line 90) | static void IRAM_ATTR perf_counter_overflow_handler(void *args) function set_perfmon_interrupt (line 96) | static void set_perfmon_interrupt(bool enable) function esp_err_t (line 114) | esp_err_t ccomp_timer_impl_init(void) function esp_err_t (line 136) | esp_err_t ccomp_timer_impl_deinit(void) function esp_err_t (line 151) | esp_err_t ccomp_timer_impl_start(void) function esp_err_t (line 161) | esp_err_t IRAM_ATTR ccomp_timer_impl_stop(void) function ccomp_timer_impl_get_time (line 170) | int64_t IRAM_ATTR ccomp_timer_impl_get_time(void) function esp_err_t (line 182) | esp_err_t ccomp_timer_impl_reset(void) function ccomp_timer_impl_is_init (line 193) | bool ccomp_timer_impl_is_init(void) function ccomp_timer_impl_is_active (line 198) | bool IRAM_ATTR ccomp_timer_impl_is_active(void) function ccomp_timer_impl_lock (line 203) | void IRAM_ATTR ccomp_timer_impl_lock(void) function ccomp_timer_impl_unlock (line 208) | void IRAM_ATTR ccomp_timer_impl_unlock(void) FILE: ccomp_timer/test_apps/main/ccomp_timer_test.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: ccomp_timer/test_apps/main/ccomp_timer_test_api.c function start_timer (line 23) | static void start_timer(void *param) function stop_timer (line 29) | static void stop_timer(void *param) function computation (line 36) | static void computation(void *param) FILE: ccomp_timer/test_apps/main/ccomp_timer_test_data.c type ccomp_test_access_t (line 40) | typedef struct { type ccomp_test_time_t (line 45) | typedef struct { function IRAM_ATTR (line 63) | static IRAM_ATTR void perform_accesses(ccomp_test_access_t *access) function prepare_cache (line 71) | static void prepare_cache(const uint8_t *to_cache) function prepare_access_pattern (line 79) | static void prepare_access_pattern(int hit_rate, const uint8_t *cached, ... function ccomp_test_time_t (line 118) | static ccomp_test_time_t perform_test_at_hit_rate(int hit_rate, const ui... function ccomp_test_time_t (line 138) | static ccomp_test_time_t ccomp_test_ref_time(void) FILE: ccomp_timer/test_apps/main/ccomp_timer_test_inst.c type ccomp_test_time_t (line 40) | typedef struct { type ccomp_test_call_t (line 45) | typedef struct { function test_func1 (line 57) | static void test_func1(void) function test_func2 (line 62) | static void test_func2(void) function test_func3 (line 67) | static void test_func3(void) function test_func4 (line 73) | static void test_func4(void) function test_func5 (line 78) | static void test_func5(void) function test_func6 (line 83) | static void test_func6(void) function test_func7 (line 88) | static void test_func7(void) function test_func8 (line 93) | static void test_func8(void) function test_func9 (line 98) | static void test_func9(void) function iram_func (line 104) | static void IRAM_ATTR iram_func(void) function perform_calls (line 109) | static void IRAM_ATTR perform_calls(ccomp_test_call_t *call) function prepare_cache (line 116) | static void IRAM_ATTR prepare_cache(ccomp_test_call_t *call) function prepare_calls (line 121) | static void IRAM_ATTR prepare_calls(int hit_rate, ccomp_test_func_t *alt... function ccomp_test_time_t (line 159) | static ccomp_test_time_t IRAM_ATTR perform_test_at_hit_rate(int hit_rate) function ccomp_test_time_t (line 195) | static ccomp_test_time_t ccomp_test_ref_time(void) FILE: ccomp_timer/test_apps/pytest_ccomp_timer.py function test_ccomp_timer (line 5) | def test_ccomp_timer(dut) -> None: FILE: coap/examples/coap_client/main/coap_client_example_main.c function coap_response_t (line 111) | static coap_response_t function verify_cn_callback (line 148) | static int function coap_log_handler (line 164) | static void function coap_session_t (line 181) | static coap_session_t * function coap_session_t (line 213) | static coap_session_t * function coap_session_t (line 275) | static coap_session_t * function coap_example_client (line 304) | static void coap_example_client(void *p) function app_main (line 489) | void app_main(void) FILE: coap/examples/coap_client/pytest_coap_client_example.py function test_coap_example (line 9) | def test_coap_example(dut: Dut) -> None: FILE: coap/examples/coap_server/main/coap_server_example_main.c function hnd_espressif_get (line 99) | static void function hnd_espressif_put (line 114) | static void function hnd_espressif_delete (line 146) | static void function hnd_oscore_get (line 160) | static void function verify_cn_callback (line 178) | static int function coap_log_handler (line 194) | static void function coap_example_server (line 210) | static void coap_example_server(void *p) function app_main (line 433) | void app_main(void) FILE: coap/port/include/coap_config.h type sockaddr_in (line 57) | struct sockaddr_in { type sockaddr_in6 (line 68) | struct sockaddr_in6 { FILE: coap/port/include/coap_config_posix.h type in6_pktinfo (line 40) | struct in6_pktinfo { FILE: conftest.py function pytest_ignore_collect (line 9) | def pytest_ignore_collect(collection_path, config): function config (line 25) | def config(request: FixtureRequest) -> str: function build_dir (line 38) | def build_dir( FILE: coremark/examples/coremark_example/main/coremark_example_main.c function app_main (line 29) | void app_main(void) FILE: coremark/examples/coremark_example/pytest_coremark.py function test_coremark (line 5) | def test_coremark(dut): FILE: coremark/port/core_portme.c function start_time (line 61) | void start_time(void) function stop_time (line 71) | void stop_time(void) function CORE_TICKS (line 84) | CORE_TICKS get_time(void) function secs_ret (line 95) | secs_ret time_in_secs(CORE_TICKS ticks) function portable_init (line 107) | void portable_init(core_portable *p, int *argc, char *argv[]) function portable_fini (line 120) | void portable_fini(core_portable *p) FILE: eigen/examples/svd/main/main.cpp function multiply2Matrices (line 13) | static void multiply2Matrices() function runSVD (line 27) | static void runSVD() function app_main (line 40) | void app_main(void) FILE: esp_cli/host_test/main/test_esp_cli.c function get_millis (line 21) | inline __attribute__((always_inline)) function wait_ms (line 29) | inline __attribute__((always_inline)) function test_on_enter (line 41) | void test_on_enter(void *ctx, esp_cli_handle_t handle) function esp_err_t (line 47) | esp_err_t test_pre_executor(void *ctx, const char *buf, esp_err_t reader... function esp_err_t (line 53) | esp_err_t test_post_executor(void *ctx, const char *buf, esp_err_t execu... function test_on_stop (line 59) | void test_on_stop(void *ctx, esp_cli_handle_t handle) function test_on_exit (line 65) | void test_on_exit(void *ctx, esp_cli_handle_t handle) type task_args_t (line 75) | typedef struct task_args { function esp_cli_task (line 81) | static void esp_cli_task(void *args) function test_socket_setup (line 100) | static void test_socket_setup(int socket_fd[2]) function test_socket_teardown (line 114) | static void test_socket_teardown(int socket_fd[2]) function test_send_characters (line 120) | static void test_send_characters(int socket_fd, const char *msg) function esp_cli_teardown (line 129) | static void esp_cli_teardown(SemaphoreHandle_t *start_sem, SemaphoreHand... function esp_cli_setup (line 152) | static void esp_cli_setup(SemaphoreHandle_t *start_sem, SemaphoreHandle_... FILE: esp_cli/host_test/main/test_main.c function setUp (line 12) | void setUp(void) function tearDown (line 17) | void tearDown(void) function app_main (line 22) | void app_main(void) FILE: esp_cli/host_test/pytest_host_esp_cli.py function host_test_esp_cli (line 15) | def host_test_esp_cli(dut) -> None: FILE: esp_cli/include/esp_cli.h type esp_cli_instance (line 20) | struct esp_cli_instance type esp_cli_on_enter_t (line 33) | typedef struct esp_cli_on_enter { type esp_err_t (line 47) | typedef esp_err_t (*esp_cli_pre_executor_fn)(void *ctx, const char *buf,... type esp_cli_pre_executor_t (line 52) | typedef struct esp_cli_pre_executor { type esp_err_t (line 67) | typedef esp_err_t (*esp_cli_post_executor_fn)(void *ctx, const char *buf... type esp_cli_post_executor_t (line 72) | typedef struct esp_cli_post_executor { type esp_cli_on_stop_t (line 91) | typedef struct esp_cli_on_stop { type esp_cli_on_exit_t (line 107) | typedef struct esp_cli_on_exit { type esp_cli_config_t (line 115) | typedef struct esp_cli_config { FILE: esp_cli/src/esp_cli.c type esp_cli_state_e (line 16) | typedef enum { type esp_cli_state_t (line 21) | typedef struct esp_cli_state { type esp_cli_instance_t (line 27) | typedef struct esp_cli_instance { function esp_cli_quit_cmd (line 42) | static int esp_cli_quit_cmd(void *context, esp_cli_commands_exec_arg_t *... function esp_err_t (line 63) | esp_err_t esp_cli_create(const esp_cli_config_t *config, esp_cli_handle_... function esp_err_t (line 95) | esp_err_t esp_cli_destroy(esp_cli_handle_t handle) function esp_err_t (line 112) | esp_err_t esp_cli_start(esp_cli_handle_t handle) function esp_err_t (line 126) | esp_err_t esp_cli_stop(esp_cli_handle_t handle) function esp_cli (line 178) | void esp_cli(esp_cli_handle_t handle) FILE: esp_cli/test_apps/main/test_esp_cli.c function test_on_enter (line 36) | void test_on_enter(void *ctx, esp_cli_handle_t handle) function esp_err_t (line 42) | esp_err_t test_pre_executor(void *ctx, const char *buf, esp_err_t reader... function esp_err_t (line 48) | esp_err_t test_post_executor(void *ctx, const char *buf, esp_err_t execu... function test_on_stop (line 54) | void test_on_stop(void *ctx, esp_cli_handle_t handle) function test_on_exit (line 60) | void test_on_exit(void *ctx, esp_cli_handle_t handle) type task_args_t (line 70) | typedef struct task_args { function esp_cli_task (line 76) | static void esp_cli_task(void *args) function test_uart_install (line 93) | static void test_uart_install(int *in_fd, int *out_fd) function test_uart_uninstall (line 141) | static void test_uart_uninstall(const int fd) function test_usj_install (line 155) | static void test_usj_install(int *in_fd, int *out_fd) function test_usj_uninstall (line 176) | static void test_usj_uninstall(const int fd) function test_esp_cli_teardown (line 189) | static void test_esp_cli_teardown(SemaphoreHandle_t *start_sem, Semaphor... function test_esp_cli_setup (line 209) | static void test_esp_cli_setup(SemaphoreHandle_t *start_sem, SemaphoreHa... FILE: esp_cli/test_apps/main/test_main.c function setUp (line 12) | void setUp(void) function tearDown (line 17) | void tearDown(void) function app_main (line 25) | void app_main(void) FILE: esp_cli/test_apps/pytest_esp_cli.py function test_esp_cli (line 14) | def test_esp_cli(dut) -> None: FILE: esp_cli_commands/examples/command_set/main/command_set_main.c function cmd_a_handler (line 19) | static int cmd_a_handler(void *context, esp_cli_commands_exec_arg_t *cmd... function cmd_b_handler (line 28) | static int cmd_b_handler(void *context, esp_cli_commands_exec_arg_t *cmd... function app_main (line 37) | void app_main(void) FILE: esp_cli_commands/examples/command_set/pytest_command_set.py function test_command_set (line 16) | def test_command_set(dut: Dut) -> None: FILE: esp_cli_commands/examples/command_with_arg/main/command_with_arg_main.c function math_op_cmd_handler (line 7) | static int math_op_cmd_handler(void *ctx, esp_cli_commands_exec_arg_t *c... function app_main (line 67) | void app_main(void) FILE: esp_cli_commands/examples/command_with_arg/pytest_command_with_arg.py function test_command_with_arg (line 16) | def test_command_with_arg(dut: Dut) -> None: FILE: esp_cli_commands/examples/conftest.py function pytest_ignore_collect (line 1) | def pytest_ignore_collect(collection_path, config): FILE: esp_cli_commands/examples/dynamic_registration/main/dynamic_registration_main.c function debug_cmd_handler (line 6) | static int debug_cmd_handler(void *ctx, esp_cli_commands_exec_arg_t *cmd... function unregister_cmd_handler (line 27) | static int unregister_cmd_handler(void *ctx, esp_cli_commands_exec_arg_t... function app_main (line 63) | void app_main(void) FILE: esp_cli_commands/examples/dynamic_registration/pytest_dynamic_registration.py function test_dynamic_registration (line 16) | def test_dynamic_registration(dut: Dut) -> None: FILE: esp_cli_commands/examples/integration_with_argtable/main/integration_with_argtable_main.c type arg_str (line 8) | struct arg_str type arg_int (line 9) | struct arg_int type arg_int (line 10) | struct arg_int type arg_end (line 11) | struct arg_end function math_op_args_init (line 14) | static void math_op_args_init(void) function math_op_cmd_handler (line 23) | static int math_op_cmd_handler(void *ctx, esp_cli_commands_exec_arg_t *c... function app_main (line 95) | void app_main(void) FILE: esp_cli_commands/examples/integration_with_argtable/pytest_integration_with_argtable.py function test_integration_with_argtable (line 16) | def test_integration_with_argtable(dut: Dut) -> None: FILE: esp_cli_commands/examples/static_registration/main/static_registration_main.c function hello_cmd_handler (line 11) | static int hello_cmd_handler(void *ctx, esp_cli_commands_exec_arg_t *cmd... function app_main (line 45) | void app_main(void) FILE: esp_cli_commands/examples/static_registration/pytest_static_registration.py function test_static_registration (line 16) | def test_static_registration(dut: Dut) -> None: FILE: esp_cli_commands/include/esp_cli_commands_utils.h type esp_cli_commands_exec_arg_t (line 37) | typedef struct esp_cli_commands_exec_arg { type esp_cli_command_t (line 84) | typedef struct esp_cli_command { type esp_cli_commands_config_t (line 97) | typedef struct esp_cli_commands_config { type esp_cli_command_sets (line 126) | struct esp_cli_command_sets FILE: esp_cli_commands/private_include/esp_cli_dynamic_commands.h type esp_cli_command_set_t (line 24) | typedef struct esp_cli_command_set { type esp_cli_command_internal_t (line 35) | typedef struct esp_cli_command_internal { type esp_cli_command_internal_ll_t (line 43) | typedef SLIST_HEAD(esp_cli_command_internal_ll, esp_cli_command_internal... FILE: esp_cli_commands/src/esp_cli_commands.c type esp_cli_command_sets_t (line 30) | typedef struct esp_cli_command_sets { function esp_cli_commands_lock (line 68) | static void esp_cli_commands_lock(void) function esp_cli_commands_unlock (line 80) | static void esp_cli_commands_unlock(void) function command_is_static (line 92) | static inline __attribute__((always_inline)) bool command_is_static(esp_... function go_through_commands (line 101) | static inline __attribute__((always_inline)) type find_cmd_ctx_t (line 148) | typedef struct find_cmd_ctx { function compare_command_name (line 153) | static inline __attribute__((always_inline)) function esp_err_t (line 182) | esp_err_t esp_cli_commands_update_config(const esp_cli_commands_config_t... function esp_err_t (line 203) | esp_err_t esp_cli_commands_register_cmd(esp_cli_command_t *cmd) function esp_err_t (line 235) | esp_err_t esp_cli_commands_unregister_cmd(const char *cmd_name) function esp_err_t (line 250) | esp_err_t esp_cli_commands_execute(const char *cmdline, int *cmd_ret, es... function esp_cli_command_t (line 317) | esp_cli_command_t *esp_cli_commands_find_command(esp_cli_command_set_han... type create_cmd_set_ctx_t (line 340) | typedef struct create_cmd_set_ctx { function fill_temp_set_info (line 349) | static inline __attribute__((always_inline)) function esp_err_t (line 372) | static inline __attribute__((always_inline)) function esp_cli_command_set_handle_t (line 392) | esp_cli_command_set_handle_t esp_cli_commands_create_cmd_set(const char ... function esp_cli_command_set_handle_t (line 443) | esp_cli_command_set_handle_t esp_cli_commands_concat_cmd_set(esp_cli_com... function esp_cli_commands_destroy_cmd_set (line 500) | void esp_cli_commands_destroy_cmd_set(esp_cli_command_set_handle_t *cmd_... type call_completion_cb_ctx_t (line 518) | typedef struct call_completion_cb_ctx { function call_completion_cb (line 525) | static bool call_completion_cb(void *caller_ctx, esp_cli_command_t *cmd) function esp_cli_commands_get_completion (line 537) | void esp_cli_commands_get_completion(esp_cli_command_set_handle_t cmd_se... function print_arg_help (line 600) | static void print_arg_help(esp_cli_commands_exec_arg_t *cmd_args, esp_cl... function print_arg_command (line 642) | static void print_arg_command(esp_cli_commands_exec_arg_t *cmd_args, esp... type help_verbose_level_e (line 655) | typedef enum { type call_cmd_ctx_t (line 668) | typedef struct call_cmd_ctx { function call_command_funcs (line 675) | static inline __attribute__((always_inline)) function help_command (line 694) | static int help_command(void *context, esp_cli_commands_exec_arg_t *cmd_... FILE: esp_cli_commands/src/esp_cli_commands_helpers.c type split_state_t (line 15) | typedef enum { function esp_cli_commands_split_argv (line 35) | size_t esp_cli_commands_split_argv(char *line, char **argv, size_t argv_... FILE: esp_cli_commands/src/esp_cli_dynamic_commands.c function esp_cli_dynamic_commands_lock (line 25) | void esp_cli_dynamic_commands_lock(void) function esp_cli_dynamic_commands_unlock (line 37) | void esp_cli_dynamic_commands_unlock(void) function esp_cli_command_internal_ll_t (line 45) | const esp_cli_command_internal_ll_t *esp_cli_dynamic_commands_get_list(v... function esp_err_t (line 50) | esp_err_t esp_cli_dynamic_commands_add(esp_cli_command_t *cmd) function esp_err_t (line 90) | esp_err_t esp_cli_dynamic_commands_replace(esp_cli_command_t *old_cmd, e... function esp_err_t (line 102) | esp_err_t esp_cli_dynamic_commands_remove(esp_cli_command_t *item_cmd) function esp_cli_dynamic_commands_get_number_of_cmd (line 118) | size_t esp_cli_dynamic_commands_get_number_of_cmd(void) FILE: esp_cli_commands/test_apps/main/test_esp_cli_commands.c function test_setup (line 26) | static void test_setup(void) type cmd_set_t (line 92) | typedef struct cmd_set { type cmd_test_sequence_t (line 108) | typedef struct cmd_test_sequence { function run_cmd_test (line 113) | static void run_cmd_test(esp_cli_command_set_handle_t handle, const char... function dummy_cmd_func (line 189) | static int dummy_cmd_func(void *context, esp_cli_commands_exec_arg_t *cm... function test_completion_cb (line 314) | static void test_completion_cb(void *cb_ctx, const char *completed_cmd_n... type hint_cb_ctx_t (line 379) | typedef struct hint_cb_ctx { FILE: esp_cli_commands/test_apps/main/test_main.c function setUp (line 12) | void setUp(void) function tearDown (line 17) | void tearDown(void) function app_main (line 22) | void app_main(void) FILE: esp_cli_commands/test_apps/pytest_esp_cli_commands.py function test_esp_cli_commands (line 14) | def test_esp_cli_commands(dut) -> None: FILE: esp_daylight/examples/get_started/main/esp_daylight_example_main.c function format_time_string (line 30) | static void format_time_string(time_t timestamp, char *buffer, size_t bu... function display_daylight_info (line 37) | static void display_daylight_info(const esp_daylight_location_t *location, function example_basic_calculation (line 71) | static void example_basic_calculation(void) function example_seasonal_variations (line 88) | static void example_seasonal_variations(void) function example_time_offsets (line 117) | static void example_time_offsets(void) function example_polar_regions (line 163) | static void example_polar_regions(void) function example_practical_scheduling (line 210) | static void example_practical_scheduling(void) function app_main (line 286) | void app_main(void) FILE: esp_daylight/examples/get_started/pytest_esp_daylight_example.py function test_esp_daylight_example (line 10) | def test_esp_daylight_example(dut: Dut) -> None: FILE: esp_daylight/include/esp_daylight.h type esp_daylight_location_t (line 20) | typedef struct { FILE: esp_daylight/src/esp_daylight.c function days_from_civil (line 26) | static int64_t days_from_civil(int y, unsigned m, unsigned d) function time_t (line 39) | static time_t utc_midnight_epoch(int year, int month, int day) function clamp (line 47) | static double clamp(double v, double lo, double hi) function fractional_year_gamma (line 56) | static double fractional_year_gamma(int year, int month, int day) function equation_of_time_min (line 77) | static double equation_of_time_min(double gamma) function solar_declination_rad (line 92) | static double solar_declination_rad(double gamma) function esp_daylight_calc_sunrise_sunset_utc (line 107) | bool esp_daylight_calc_sunrise_sunset_utc(int year, int month, int day, function esp_daylight_calc_sunrise_sunset_location (line 175) | bool esp_daylight_calc_sunrise_sunset_location(int year, int month, int ... function time_t (line 188) | time_t esp_daylight_apply_offset(time_t base_time, int offset_minutes) function esp_daylight_get_sunrise_today (line 193) | bool esp_daylight_get_sunrise_today(const esp_daylight_location_t *locat... function esp_daylight_get_sunset_today (line 213) | bool esp_daylight_get_sunset_today(const esp_daylight_location_t *locati... FILE: esp_daylight/test_apps/main/test_app_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: esp_daylight/test_apps/main/test_esp_daylight.c function time_within_tolerance (line 19) | __attribute__((unused)) static bool time_within_tolerance(time_t actual,... type tm (line 43) | struct tm type tm (line 44) | struct tm type tm (line 45) | struct tm type tm (line 79) | struct tm type tm (line 80) | struct tm type tm (line 81) | struct tm type tm (line 187) | struct tm type tm (line 188) | struct tm type tm (line 189) | struct tm type tm (line 214) | struct tm type tm (line 215) | struct tm type tm (line 216) | struct tm type tm (line 248) | struct tm type tm (line 249) | struct tm type tm (line 250) | struct tm FILE: esp_daylight/test_apps/pytest_esp_daylight.py function test_esp_daylight (line 10) | def test_esp_daylight(dut: Dut) -> None: FILE: esp_delta_ota/examples/https_delta_ota/main/main.c function verify_chip_id (line 57) | static bool verify_chip_id(void *bin_header_data) function esp_err_t (line 70) | static esp_err_t write_cb(const uint8_t *buf_p, size_t size) function esp_err_t (line 106) | static esp_err_t read_cb(uint8_t *buf_p, size_t size, int src_offset) function reboot (line 114) | static void reboot(void) function http_cleanup (line 123) | static void http_cleanup(esp_http_client_handle_t client) function verify_patch_header (line 129) | static bool verify_patch_header(void *img_hdr_data) function ota_example_task (line 150) | static void ota_example_task(void *pvParameter) function app_main (line 286) | void app_main(void) FILE: esp_delta_ota/examples/https_delta_ota/main/tests/test_local_server_ota.c function delta_ota_test_firmware_data_from_stdin (line 32) | void delta_ota_test_firmware_data_from_stdin(const char **data) function esp_err_t (line 88) | static esp_err_t root_get_handler(httpd_req_t *req) function esp_err_t (line 151) | static esp_err_t root_head_handler(httpd_req_t *req) function esp_err_t (line 187) | esp_err_t delta_ota_test_start_webserver(void) FILE: esp_delta_ota/examples/https_delta_ota/pytest_https_delta_ota.py function get_env_config_variable (line 18) | def get_env_config_variable(env_name, var_name): function _ensure_requirements_installed (line 21) | def _ensure_requirements_installed(): function setting_connection (line 42) | def setting_connection(dut: Dut, env_name: str | None = None) -> Any: function find_hello_world_binary (line 56) | def find_hello_world_binary(base_dir, chip_target='esp32'): function generate_patch (line 89) | def generate_patch(base_binary, new_binary, patch_output, chip='esp32'): function write_patch_to_partition (line 133) | def write_patch_to_partition(dut: Dut, patch_file: str): function test_esp_delta_ota (line 180) | def test_esp_delta_ota(dut: Dut): FILE: esp_delta_ota/examples/https_delta_ota/tools/esp_delta_ota_patch_gen.py function calculate_sha256 (line 31) | def calculate_sha256(file_path: str) -> str: function create_patch (line 43) | def create_patch(chip: str, base_binary: str, new_binary: str, patch_fil... function verify_patch (line 84) | def verify_patch(base_binary: str, patch_to_verify: str, new_binary: str... function main (line 113) | def main() -> None: FILE: esp_delta_ota/include/esp_delta_ota.h type esp_err_t (line 25) | typedef esp_err_t (*src_read_cb_t)(uint8_t *buf_p, size_t size, int src_... type esp_err_t (line 26) | typedef esp_err_t (*src_read_cb_with_user_ctx_t)(uint8_t *buf_p, size_t ... type esp_err_t (line 29) | typedef esp_err_t (*merged_stream_write_cb_t)(const uint8_t *buf_p, size... type esp_err_t (line 30) | typedef esp_err_t (*merged_stream_write_cb_with_user_ctx_t)(const uint8_... type esp_delta_ota_cfg_t (line 32) | typedef struct esp_delta_ota_cfg { FILE: esp_delta_ota/src/esp_delta_ota.c type esp_delta_ota_ctx (line 20) | typedef struct esp_delta_ota_ctx { function esp_delta_ota_write_cb (line 34) | static int esp_delta_ota_write_cb(void *arg_p, const uint8_t *buf_p, siz... function esp_delta_ota_read_cb (line 57) | static int esp_delta_ota_read_cb(void *arg_p, uint8_t *buf_p, size_t size) function esp_delta_ota_seek_cb (line 82) | static int esp_delta_ota_seek_cb(void *arg_p, int offset) function esp_delta_ota_handle_t (line 89) | esp_delta_ota_handle_t esp_delta_ota_init(esp_delta_ota_cfg_t *cfg) function esp_err_t (line 118) | esp_err_t esp_delta_ota_feed_patch(esp_delta_ota_handle_t handle, const ... function esp_err_t (line 133) | esp_err_t esp_delta_ota_finalize(esp_delta_ota_handle_t handle) function esp_err_t (line 148) | esp_err_t esp_delta_ota_deinit(esp_delta_ota_handle_t handle) FILE: esp_delta_ota/test_apps/main/esp_delta_ota_test_main.c function setUp (line 14) | void setUp(void) function tearDown (line 19) | void tearDown(void) function app_main (line 25) | void app_main(void) FILE: esp_delta_ota/test_apps/main/test_esp_delta_ota.c function esp_err_t (line 26) | static esp_err_t write_cb(const uint8_t *buf_p, size_t size) function esp_err_t (line 36) | static esp_err_t read_cb(uint8_t *buf_p, size_t size, int src_offset) FILE: esp_delta_ota/test_apps/pytest_esp_delta_ota.py function test_esp_delta_ota (line 5) | def test_esp_delta_ota(dut) -> None: FILE: esp_encrypted_img/examples/pre_encrypted_ota/main/pre_encrypted_ota.c function esp_err_t (line 56) | static esp_err_t validate_image_header(esp_app_desc_t *new_app_info) function esp_err_t (line 77) | static esp_err_t _decrypt_cb(decrypt_cb_arg_t *args, void *user_ctx) function pre_encrypted_ota_task (line 117) | void pre_encrypted_ota_task(void *pvParameter) function app_main (line 224) | void app_main(void) FILE: esp_encrypted_img/examples/pre_encrypted_ota/main/tests/test_local_server_ota.c function example_test_firmware_data_from_stdin (line 28) | void example_test_firmware_data_from_stdin(const char **data) function esp_err_t (line 72) | static esp_err_t root_get_handler(httpd_req_t *req) function esp_err_t (line 126) | static esp_err_t root_head_handler(httpd_req_t *req) function esp_err_t (line 161) | esp_err_t example_test_start_webserver(void) FILE: esp_encrypted_img/examples/pre_encrypted_ota/pytest_pre_encrypted_ota.py function start_https_server (line 72) | def start_https_server(ota_image_dir: str, server_ip: str, port: int, se... function test_examples_protocol_pre_encrypted_ota_example (line 96) | def test_examples_protocol_pre_encrypted_ota_example(dut: Dut) -> None: function test_examples_protocol_pre_encrypted_ota_example_partial_download (line 116) | def test_examples_protocol_pre_encrypted_ota_example_partial_download(du... FILE: esp_encrypted_img/include/esp_encrypted_img.h type esp_decrypt_cfg_t (line 69) | typedef struct { type pre_enc_decrypt_arg_t (line 94) | typedef struct { FILE: esp_encrypted_img/private_include/esp_encrypted_img_priv.h type esp_encrypted_img_state (line 32) | typedef enum { type esp_encrypted_img_t (line 45) | typedef struct esp_encrypted_img_handle { type pre_enc_bin_header (line 77) | typedef struct { FILE: esp_encrypted_img/src/esp_encrypted_img.c function esp_err_t (line 62) | static esp_err_t gcm_init_and_set_key(esp_encrypted_img_t *handle, const... function esp_err_t (line 100) | static esp_err_t gcm_start(esp_encrypted_img_t *handle, const unsigned c... function esp_err_t (line 127) | static esp_err_t gcm_update(esp_encrypted_img_t *handle, const unsigned ... function esp_err_t (line 159) | static esp_err_t gcm_finish_and_verify(esp_encrypted_img_t *handle, cons... function gcm_cleanup (line 194) | static void gcm_cleanup(esp_encrypted_img_t *handle) function esp_encrypted_random (line 212) | int esp_encrypted_random(void *ctx, unsigned char *buf, size_t len) function decipher_gcm_key (line 220) | static int decipher_gcm_key(const char *enc_gcm, esp_encrypted_img_t *ha... function mbedtls_esp_random (line 668) | static int mbedtls_esp_random(void *ctx, unsigned char *buf, size_t len) function psa_hkdf_derive (line 674) | static int psa_hkdf_derive(const uint8_t *ikm, size_t ikm_len, function esp_err_t (line 731) | static esp_err_t compute_ecc_key_with_hmac(hmac_key_id_t hmac_key, mbedt... function derive_ota_ecc_device_key (line 778) | static int derive_ota_ecc_device_key(hmac_key_id_t hmac_key, mbedtls_mpi... function mbedtls_ecp_point (line 791) | static mbedtls_ecp_point *get_server_public_point(const char *data, size... function derive_gcm_key (line 864) | static int derive_gcm_key(const char *data, esp_encrypted_img_t *handle) function esp_err_t (line 1034) | static esp_err_t esp_encrypted_img_export_ecies_pub_key(hmac_key_id_t hm... function esp_err_t (line 1118) | static esp_err_t esp_encrypted_img_export_ecies_pub_key(hmac_key_id_t hm... function esp_err_t (line 1224) | esp_err_t esp_encrypted_img_export_public_key(esp_decrypt_handle_t ctx, ... function esp_decrypt_handle_t (line 1261) | esp_decrypt_handle_t esp_encrypted_img_decrypt_start(const esp_decrypt_c... function esp_err_t (line 1355) | static esp_err_t process_bin(esp_encrypted_img_t *handle, pre_enc_decryp... function read_and_cache_data (line 1447) | static void read_and_cache_data(esp_encrypted_img_t *handle, pre_enc_dec... function esp_err_t (line 1464) | static esp_err_t process_gcm_key(esp_encrypted_img_t *handle, const char... function esp_err_t (line 1484) | esp_err_t esp_encrypted_img_decrypt_data(esp_decrypt_handle_t ctx, pre_e... function esp_err_t (line 1630) | esp_err_t esp_encrypted_img_decrypt_end(esp_decrypt_handle_t ctx) function esp_encrypted_img_is_complete_data_received (line 1678) | bool esp_encrypted_img_is_complete_data_received(esp_decrypt_handle_t ctx) function esp_err_t (line 1684) | esp_err_t esp_encrypted_img_decrypt_abort(esp_decrypt_handle_t ctx) function esp_encrypted_img_get_header_size (line 1707) | uint16_t esp_encrypted_img_get_header_size(void) FILE: esp_encrypted_img/src/esp_encrypted_img_utilities.c function esp_efuse_block_t (line 14) | static esp_efuse_block_t convert_key_type(hmac_key_id_t key_id) function esp_encrypted_is_hmac_key_burnt_in_efuse (line 19) | bool esp_encrypted_is_hmac_key_burnt_in_efuse(hmac_key_id_t hmac_key_id) function esp_encrypted_img_pbkdf2_hmac_sha256 (line 33) | int esp_encrypted_img_pbkdf2_hmac_sha256(hmac_key_id_t hmac_key_id, cons... FILE: esp_encrypted_img/test_apps/main/esp_encrypted_img_test.c function setUp (line 22) | void setUp(void) function tearDown (line 87) | void tearDown(void) function app_main (line 94) | void app_main(void) FILE: esp_encrypted_img/test_apps/main/test_mocks.c function esp_encrypted_is_hmac_key_burnt_in_efuse (line 18) | bool esp_encrypted_is_hmac_key_burnt_in_efuse(hmac_key_id_t hmac_key_id) function esp_encrypted_img_pbkdf2_hmac_sha256 (line 28) | int esp_encrypted_img_pbkdf2_hmac_sha256(hmac_key_id_t hmac_key_id, cons... function esp_err_t (line 37) | esp_err_t esp_ds_start_sign(const void *message, function esp_ds_data_ctx_t (line 111) | esp_ds_data_ctx_t *esp_secure_cert_get_ds_ctx() function esp_secure_cert_free_ds_ctx (line 129) | void esp_secure_cert_free_ds_ctx(esp_ds_data_ctx_t *ds_ctx) function esp_err_t (line 139) | esp_err_t esp_ds_finish_sign(void *signature, esp_ds_context_t *esp_ds_ctx) function esp_efuse_purpose_t (line 153) | esp_efuse_purpose_t __wrap_esp_efuse_get_key_purpose(esp_efuse_block_t b... FILE: esp_encrypted_img/test_apps/main/test_mocks.h type hmac_key_id_t (line 13) | typedef int hmac_key_id_t; type esp_err_t (line 14) | typedef int esp_err_t; type esp_digital_signature_length_t (line 29) | typedef enum { type esp_ds_data_t (line 36) | typedef struct esp_digital_signature_data { type esp_ds_data_ctx_t (line 42) | typedef struct esp_ds_data_ctx { FILE: esp_encrypted_img/test_apps/pytest_esp_encrypted_img.py function test_esp_encrypted_img (line 12) | def test_esp_encrypted_img(dut, marker) -> None: FILE: esp_encrypted_img/tools/esp_enc_img_gen.py function generate_key_GCM (line 48) | def generate_key_GCM(size: int, shared_secret: bytes, random_salt: bytes... function generate_IV_GCM (line 67) | def generate_IV_GCM() -> bytes: function encrypt_binary (line 71) | def encrypt_binary(plaintext: bytes, key: bytes, IV: bytes) -> tuple: function load_rsa_key (line 77) | def load_rsa_key(key_file_name: str) -> str: function load_ecc_key (line 98) | def load_ecc_key(key_file_name: str) -> tuple: function encrypt (line 110) | def encrypt(input_file: str, key_file_name: str, output_file: str, schem... function decrypt_binary (line 151) | def decrypt_binary(ciphertext: bytes, authTag: bytes, key: bytes, IV: by... function decrypt (line 157) | def decrypt(input_file: str, key_file: str, output_file: str, scheme: st... function generate_hmac_key (line 207) | def generate_hmac_key() -> ec.EllipticCurvePublicKey: function generate_random_ecc_keypair (line 244) | def generate_random_ecc_keypair() -> tuple: function generate_rsa_keypair (line 253) | def generate_rsa_keypair() -> tuple: function perform_ecdh (line 278) | def perform_ecdh(priv_key, pub_key) -> bytes: function get_scheme (line 285) | def get_scheme(key_file: str) -> str: function main (line 321) | def main() -> None: FILE: esp_ext_part_tables/examples/basic/main/example_utils.c function esp_err_t (line 47) | esp_err_t load_first_sector_from_sd_card(void *mbr_buffer) FILE: esp_ext_part_tables/examples/basic/main/main.c function print_loaded_ext_partitions (line 25) | void print_loaded_ext_partitions(esp_ext_part_list_item_t *head) function esp_ext_part_tables_mbr_parse_example_task (line 40) | void esp_ext_part_tables_mbr_parse_example_task(void *pvParameters) function esp_ext_part_tables_mbr_generate_example_task (line 97) | void esp_ext_part_tables_mbr_generate_example_task(void *pvParameters) function app_main (line 191) | void app_main(void) FILE: esp_ext_part_tables/examples/basic/pytest_esp_ext_part_tables_example_basic.py function test_esp_ext_part_tables_example_basic_linux (line 10) | def test_esp_ext_part_tables_example_basic_linux(dut: Dut) -> None: FILE: esp_ext_part_tables/include/esp_ext_part_tables.h type esp_ext_part_sector_size_t (line 29) | typedef enum { type esp_ext_part_align_t (line 36) | typedef enum { type __attribute__ (line 42) | enum __attribute__ type esp_ext_part_flags_t (line 55) | typedef enum { type esp_ext_part_list_flags_t (line 61) | typedef enum { type esp_ext_part_signature_type_t (line 66) | typedef enum { type esp_ext_part_list_signature_t (line 70) | typedef struct { type esp_ext_part_t (line 75) | typedef struct { type esp_ext_part_list_item_t (line 84) | typedef struct esp_ext_part_list_item_ { type esp_ext_part_list_t (line 89) | typedef struct { FILE: esp_ext_part_tables/include/esp_mbr.h type mbr_partition_t (line 28) | typedef struct { type mbr_t (line 52) | typedef struct { type esp_mbr_parse_extra_args_t (line 72) | typedef struct { type esp_mbr_generate_extra_args_t (line 77) | typedef struct { FILE: esp_ext_part_tables/src/esp_ext_part_tables.c function esp_ext_part_bytes_to_sector_count (line 27) | uint64_t esp_ext_part_bytes_to_sector_count(uint64_t total_bytes, esp_ex... function esp_ext_part_sector_count_to_bytes (line 36) | uint64_t esp_ext_part_sector_count_to_bytes(uint64_t sector_count, esp_e... function esp_err_t (line 41) | esp_err_t esp_ext_part_list_deinit(esp_ext_part_list_t *part_list) function esp_err_t (line 58) | esp_err_t esp_ext_part_list_insert(esp_ext_part_list_t *part_list, esp_e... function esp_err_t (line 91) | esp_err_t esp_ext_part_list_deep_copy(esp_ext_part_list_t *dst, esp_ext_... function esp_ext_part_list_item_t (line 112) | esp_ext_part_list_item_t *esp_ext_part_list_item_head(esp_ext_part_list_... function esp_ext_part_list_item_t (line 120) | esp_ext_part_list_item_t *esp_ext_part_list_item_next(esp_ext_part_list_... function esp_err_t (line 128) | esp_err_t esp_ext_part_list_signature_get(esp_ext_part_list_t *part_list... function esp_err_t (line 146) | esp_err_t esp_ext_part_list_signature_set(esp_ext_part_list_t *part_list... function esp_err_t (line 164) | esp_err_t esp_ext_part_list_bdl_read(esp_blockdev_handle_t handle, esp_e... function esp_err_t (line 198) | esp_err_t esp_ext_part_list_bdl_write(esp_blockdev_handle_t handle, esp_... FILE: esp_ext_part_tables/src/esp_mbr.c function ext_part_list_item_do_extra (line 19) | static void ext_part_list_item_do_extra(esp_ext_part_list_item_t *item, ... function esp_err_t (line 34) | esp_err_t esp_mbr_parse(void *mbr_buf, function mbr_partition_fill (line 119) | static bool mbr_partition_fill(mbr_partition_t *partition, esp_ext_part_... function esp_err_t (line 153) | esp_err_t esp_mbr_partition_set(mbr_t *mbr, uint8_t partition_index, esp... function esp_err_t (line 197) | esp_err_t esp_mbr_generate(mbr_t *mbr, function esp_err_t (line 261) | esp_err_t esp_mbr_remove_gaps_between_partiton_entries(mbr_t *mbr) FILE: esp_ext_part_tables/src/esp_mbr_utils.c function esp_mbr_chs_arr_val_set (line 15) | void esp_mbr_chs_arr_val_set(uint8_t chs[3], uint32_t val) function esp_mbr_chs_arr_val_get (line 22) | uint32_t esp_mbr_chs_arr_val_get(const uint8_t chs[3]) function esp_mbr_lba_to_chs_arr (line 27) | void esp_mbr_lba_to_chs_arr(uint8_t chs[3], uint32_t lba) function esp_mbr_lba_align (line 62) | uint32_t esp_mbr_lba_align(uint32_t lba, esp_ext_part_sector_size_t sect... function default_known_supported_partition_types (line 71) | static bool default_known_supported_partition_types(uint8_t type, esp_ex... function esp_mbr_parse_default_supported_partition_types (line 122) | bool esp_mbr_parse_default_supported_partition_types(uint8_t type, uint8... function esp_mbr_generate_default_supported_partition_types (line 133) | uint8_t esp_mbr_generate_default_supported_partition_types(uint8_t type) FILE: esp_ext_part_tables/test_apps/main/test_esp_ext_part.c function setUp (line 27) | void setUp(void) function tearDown (line 32) | void tearDown(void) function print_esp_ext_part_list_items (line 54) | static void print_esp_ext_part_list_items(esp_ext_part_list_item_t *head) function generate_original_mbr (line 96) | void generate_original_mbr(mbr_t *mbr) function esp_err_t (line 367) | static esp_err_t bdl_simulated_read(esp_blockdev_handle_t handle, uint8_... function esp_err_t (line 383) | static esp_err_t bdl_simulated_write(esp_blockdev_handle_t handle, const... function esp_err_t (line 399) | static esp_err_t bdl_simulated_release_blockdev(esp_blockdev_handle_t ha... function esp_err_t (line 416) | static esp_err_t bdl_simulated_get_blockdev(uint8_t *buffer, size_t buff... function app_main (line 559) | void app_main(void) FILE: esp_ext_part_tables/test_apps/pytest_esp_ext_part_tables.py function test_esp_ext_part_tables (line 10) | def test_esp_ext_part_tables(dut: Dut) -> None: FILE: esp_flash_dispatcher/esp_flash_dispatcher.c type flash_operation_t (line 28) | typedef enum { type flash_operation_request_t (line 37) | typedef struct { type flash_dispatcher_context_t (line 63) | typedef struct { function flash_dispatcher_task (line 74) | static void flash_dispatcher_task(void *arg) function esp_err_t (line 122) | esp_err_t esp_flash_dispatcher_init(const esp_flash_dispatcher_config_t ... function esp_err_t (line 168) | static esp_err_t flash_dispatcher_execute(flash_operation_t op, function esp_err_t (line 218) | esp_err_t __wrap_esp_flash_read(esp_flash_t *chip, void *buffer, uint32_... function esp_err_t (line 228) | esp_err_t __wrap_esp_flash_write(esp_flash_t *chip, const void *buffer, ... function esp_err_t (line 238) | esp_err_t __wrap_esp_flash_write_encrypted(esp_flash_t *chip, uint32_t a... function esp_err_t (line 248) | esp_err_t __wrap_esp_flash_erase_region(esp_flash_t *chip, uint32_t star... function esp_err_t (line 258) | esp_err_t __wrap_esp_flash_erase_chip(esp_flash_t *chip) FILE: esp_flash_dispatcher/include/esp_flash_dispatcher.h type esp_flash_dispatcher_config_t (line 19) | typedef struct { FILE: esp_flash_dispatcher/test_apps/main/test_app_main.c function setUp (line 14) | void setUp(void) function tearDown (line 19) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: esp_flash_dispatcher/test_apps/main/test_esp_flash_dispatcher.c function esp_partition_t (line 29) | static const esp_partition_t *get_test_data_partition(void) function psram_flash_test_task (line 39) | static void psram_flash_test_task(void *arg) FILE: esp_flash_dispatcher/test_apps/pytest_flash_dispatcher.py function test_esp_flash_dispatcher (line 9) | def test_esp_flash_dispatcher(dut) -> None: FILE: esp_gcov/gcov_rtio.c function gcov_dump_task (line 27) | void gcov_dump_task(void *pvParameter) function gcov_create_task (line 70) | void gcov_create_task(void *arg) function IRAM_ATTR (line 77) | static IRAM_ATTR function esp_dbg_stub_gcov_entry (line 94) | static int esp_dbg_stub_gcov_entry(void) function gcov_rtio_init (line 101) | void gcov_rtio_init(void) function esp_gcov_dump (line 116) | void esp_gcov_dump(void) function gcov_rtio_fclose (line 140) | int gcov_rtio_fclose(void *stream) function gcov_rtio_fread (line 146) | size_t gcov_rtio_fread(void *ptr, size_t size, size_t nmemb, void *stream) function gcov_rtio_fwrite (line 154) | size_t gcov_rtio_fwrite(const void *ptr, size_t size, size_t nmemb, void... function gcov_rtio_fseek (line 160) | int gcov_rtio_fseek(void *stream, long offset, int whence) function gcov_rtio_ftell (line 167) | long gcov_rtio_ftell(void *stream) function gcov_rtio_feof (line 174) | int gcov_rtio_feof(void *stream) function gcov_rtio_setbuf (line 181) | void gcov_rtio_setbuf(void *arg1 __attribute__((unused)), void *arg2 __a... function __wrap___gcov_init (line 189) | void __wrap___gcov_init(void *info) FILE: esp_isotp/inc/esp_isotp.h type esp_isotp_link_t (line 34) | struct esp_isotp_link_t type esp_isotp_config_t (line 73) | typedef struct { FILE: esp_isotp/src/esp_isotp.c function is_extended_id (line 28) | static inline bool is_extended_id(uint32_t id) type esp_isotp_frame_t (line 43) | typedef struct esp_isotp_frame_t { type esp_isotp_link_t (line 57) | typedef struct esp_isotp_link_t { function esp_isotp_rx_wrapper (line 86) | static void esp_isotp_rx_wrapper(void *link, const uint8_t *data, uint32... function esp_isotp_tx_wrapper (line 110) | static void esp_isotp_tx_wrapper(void *link, uint32_t tx_size, void *use... function IRAM_ATTR (line 131) | static IRAM_ATTR bool esp_isotp_tx_callback(twai_node_handle_t handle, c... function IRAM_ATTR (line 155) | static IRAM_ATTR bool esp_isotp_rx_callback(twai_node_handle_t handle, c... function isotp_user_get_us (line 189) | uint32_t isotp_user_get_us(void) function isotp_user_send_can (line 206) | int isotp_user_send_can(const uint32_t arbitration_id, const uint8_t *da... function isotp_user_debug (line 253) | void isotp_user_debug(const char *message, ...) function esp_err_t (line 261) | esp_err_t esp_isotp_new_transport(twai_node_handle_t twai_node, const es... function esp_err_t (line 377) | esp_err_t esp_isotp_delete(esp_isotp_handle_t handle) function esp_err_t (line 427) | esp_err_t esp_isotp_poll(esp_isotp_handle_t handle) function esp_err_t (line 451) | esp_err_t esp_isotp_send(esp_isotp_handle_t handle, const uint8_t *data,... function esp_err_t (line 488) | esp_err_t esp_isotp_send_with_id(esp_isotp_handle_t handle, uint32_t id,... function esp_err_t (line 532) | esp_err_t esp_isotp_receive(esp_isotp_handle_t handle, uint8_t *data, ui... FILE: esp_jpeg/examples/get_started/main/decode_image.c function esp_err_t (line 33) | esp_err_t decode_image(uint16_t **pixels) FILE: esp_jpeg/examples/get_started/main/lcd_tjpgd_example_main.c function display_pretty_colors (line 50) | static void display_pretty_colors(esp_lcd_panel_handle_t panel_handle) function app_main (line 70) | void app_main(void) FILE: esp_jpeg/examples/get_started/main/pretty_effect.c function get_bgnd_pixel (line 14) | static inline uint16_t get_bgnd_pixel(int x, int y) function pretty_effect_calc_lines (line 31) | void pretty_effect_calc_lines(uint16_t *dest, int line, int frame, int l... function esp_err_t (line 57) | esp_err_t pretty_effect_init(void) FILE: esp_jpeg/include/jpeg_decoder.h type esp_jpeg_image_scale_t (line 19) | typedef enum { type esp_jpeg_image_format_t (line 30) | typedef enum { type esp_jpeg_image_cfg_t (line 39) | typedef struct esp_jpeg_image_cfg_s { type esp_jpeg_image_output_t (line 66) | typedef struct esp_jpeg_image_output_s { FILE: esp_jpeg/jpeg_decoder.c type jpeg_decode_out_t (line 25) | typedef unsigned int jpeg_decode_out_t; type jpeg_decode_out_t (line 31) | typedef int jpeg_decode_out_t; function esp_err_t (line 73) | esp_err_t esp_jpeg_decode(esp_jpeg_image_cfg_t *cfg, esp_jpeg_image_outp... function esp_err_t (line 124) | esp_err_t esp_jpeg_get_image_info(esp_jpeg_image_cfg_t *cfg, esp_jpeg_im... function jpeg_decode_in_cb (line 171) | static unsigned int jpeg_decode_in_cb(JDEC *dec, uint8_t *buff, unsigned... function jpeg_decode_out_t (line 195) | static jpeg_decode_out_t jpeg_decode_out_cb(JDEC *dec, void *bitmap, JRE... function jpeg_get_div_by_scale (line 249) | static uint8_t jpeg_get_div_by_scale(esp_jpeg_image_scale_t scale) function jpeg_get_color_bytes (line 269) | static uint8_t jpeg_get_color_bytes(esp_jpeg_image_format_t format) function ldb_word (line 283) | static inline uint16_t ldb_word(const void *ptr) FILE: esp_jpeg/test_apps/main/jpg_to_rgb888_hex.py function jpg_to_rgb888_hex_c_array (line 4) | def jpg_to_rgb888_hex_c_array(input_filename: str, output_filename: str)... function main (line 45) | def main(): FILE: esp_jpeg/test_apps/main/test_tjpgd_main.c function setUp (line 14) | void setUp(void) function tearDown (line 19) | void tearDown(void) function app_main (line 25) | void app_main(void) FILE: esp_jpeg/test_apps/main/tjpgd_test.c function esp_jpeg_print_ascii (line 23) | void esp_jpeg_print_ascii(unsigned char *rgb888, esp_jpeg_image_output_t... FILE: esp_jpeg/test_apps/pytest_esp_jpeg.py function test_esp_jpeg (line 5) | def test_esp_jpeg(dut) -> None: FILE: esp_jpeg/tjpgd/tjpgd.c function BYTECLIP (line 117) | static uint8_t BYTECLIP (int val) function JRESULT (line 167) | JRESULT jd_load_default_huffman (JDEC *jd) function JRESULT (line 231) | static JRESULT create_qt_tbl ( /* 0:OK, !0:Failed */ function JRESULT (line 273) | static JRESULT create_huffman_tbl ( /* 0:OK, !0:Failed */ function huffext (line 381) | static int huffext ( /* >=0: decoded data, <0: error code */ function bitext (line 532) | static int bitext ( /* >=0: extracted data, <0: error code */ function JRESULT (line 627) | static JRESULT restart ( function block_idct (line 702) | static void block_idct ( function JRESULT (line 825) | static JRESULT mcu_load ( function JRESULT (line 927) | static JRESULT mcu_output ( function JRESULT (line 1116) | JRESULT jd_prepare ( function JRESULT (line 1349) | JRESULT jd_decomp ( FILE: esp_jpeg/tjpgd/tjpgd.h type jd_yuv_t (line 25) | typedef int16_t jd_yuv_t; type jd_yuv_t (line 27) | typedef uint8_t jd_yuv_t; type JRESULT (line 32) | typedef enum { type JRECT (line 47) | typedef struct { type JDEC (line 57) | typedef struct JDEC JDEC; type JDEC (line 58) | struct JDEC { FILE: esp_lcd_qemu_rgb/examples/lcd_qemu_rgb_panel/main/lcd_qemu_rgb_panel_main.c function example_lvgl_flush_cb (line 48) | static void example_lvgl_flush_cb(lv_disp_drv_t *drv, const lv_area_t *a... function example_increase_lvgl_tick (line 60) | static void example_increase_lvgl_tick(void *arg) function example_lvgl_lock (line 66) | bool example_lvgl_lock(int timeout_ms) function example_lvgl_unlock (line 74) | void example_lvgl_unlock(void) function example_lvgl_port_task (line 79) | static void example_lvgl_port_task(void *arg) function example_lvgl_get_buffers (line 99) | static size_t example_lvgl_get_buffers(esp_lcd_panel_handle_t panel_hand... function app_main (line 117) | void app_main(void) FILE: esp_lcd_qemu_rgb/examples/lcd_qemu_rgb_panel/main/lvgl_demo_ui.c function draw_event_cb (line 12) | static void draw_event_cb(lv_event_t *e) function add_data (line 37) | static void add_data(lv_timer_t *timer) function example_lvgl_demo_ui (line 43) | void example_lvgl_demo_ui(lv_disp_t *disp) FILE: esp_lcd_qemu_rgb/interface/esp_lcd_qemu_rgb.h type esp_lcd_rgb_qemu_bpp_t (line 16) | typedef enum { type esp_lcd_rgb_qemu_config_t (line 23) | typedef struct { FILE: esp_lcd_qemu_rgb/src/esp_lcd_qemu_rgb.c type esp_rgb_qemu_t (line 26) | typedef struct esp_rgb_qemu_t { function esp_err_t (line 45) | esp_err_t esp_lcd_new_rgb_qemu(const esp_lcd_rgb_qemu_config_t *rgb_conf... function esp_err_t (line 89) | esp_err_t esp_lcd_rgb_qemu_get_frame_buffer(esp_lcd_panel_handle_t panel... function esp_err_t (line 98) | esp_err_t esp_lcd_rgb_qemu_refresh(esp_lcd_panel_handle_t panel) function esp_err_t (line 106) | static esp_err_t rgb_qemu_del(esp_lcd_panel_t *panel) function esp_err_t (line 112) | static esp_err_t rgb_qemu_reset(esp_lcd_panel_t *panel) function esp_err_t (line 117) | static esp_err_t rgb_qemu_init(esp_lcd_panel_t *panel) function esp_err_t (line 122) | static esp_err_t rgb_qemu_draw_bitmap(esp_lcd_panel_t *panel, int x_star... function esp_err_t (line 141) | static esp_err_t rgb_qemu_invert_color(esp_lcd_panel_t *panel, bool inve... function esp_err_t (line 146) | static esp_err_t rgb_qemu_mirror(esp_lcd_panel_t *panel, bool mirror_x, ... function esp_err_t (line 151) | static esp_err_t rgb_qemu_swap_xy(esp_lcd_panel_t *panel, bool swap_axes) function esp_err_t (line 156) | static esp_err_t rgb_qemu_set_gap(esp_lcd_panel_t *panel, int x_gap, int... function esp_err_t (line 161) | static esp_err_t rgb_qemu_disp_on_off(esp_lcd_panel_t *panel, bool on_off) FILE: esp_lcd_qemu_rgb/src/esp_lcd_qemu_rgb_struct.h type rgb_qemu_dev_t (line 15) | typedef volatile struct rgb_qemu_dev_s { FILE: esp_linenoise/examples/basic_line_reading/main/basic_line_reading.c function app_main (line 10) | void app_main(void) FILE: esp_linenoise/examples/basic_line_reading/pytest_basic_line_reading.py function test_examples_basic_line_reading (line 16) | def test_examples_basic_line_reading(dut: Dut) -> None: FILE: esp_linenoise/examples/completion/main/completion.c function completion_callback (line 24) | static void completion_callback(const char *buf, void *cb_ctx, esp_linen... function app_main (line 33) | void app_main(void) FILE: esp_linenoise/examples/completion/pytest_completion.py function test_examples_completion (line 16) | def test_examples_completion(dut: Dut) -> None: FILE: esp_linenoise/examples/history_usage/main/history_usage.c function init_filesystem (line 21) | static void init_filesystem(void) function app_main (line 50) | void app_main(void) FILE: esp_linenoise/examples/history_usage/pytest_history_usage.py function test_examples_history_usage (line 16) | def test_examples_history_usage(dut: Dut) -> None: FILE: esp_linenoise/examples/multi_instance/main/multi_instance.c function app_main (line 15) | void app_main(void) FILE: esp_linenoise/examples/multi_instance/pytest_multi_instance.py function test_examples_multi_instance (line 16) | def test_examples_multi_instance(dut: Dut) -> None: FILE: esp_linenoise/examples/utils/common_io.c function common_init_io (line 22) | void common_init_io(void) function common_deinit_io (line 40) | void common_deinit_io(void) function common_open_uart_fd (line 52) | int common_open_uart_fd(void) function common_get_default_in_fd (line 65) | int common_get_default_in_fd(void) function common_get_default_out_fd (line 75) | int common_get_default_out_fd(void) FILE: esp_linenoise/include/esp_linenoise.h type esp_linenoise_config_t (line 107) | typedef struct esp_linenoise_config { type esp_linenoise_instance (line 127) | struct esp_linenoise_instance FILE: esp_linenoise/linenoise/linenoise.c function completion_default_cb (line 115) | static void completion_default_cb(const char *str, void *cb_ctx, esp_lin... function esp_linenoise_instance_t (line 126) | static inline __attribute__((always_inline)) function linenoiseSetReadCharacteristics (line 135) | __attribute__((weak)) void linenoiseSetReadCharacteristics(void) function linenoiseAddCompletion (line 146) | void linenoiseAddCompletion(linenoiseCompletions *lc, const char *str) function linenoiseSetMultiLine (line 151) | void linenoiseSetMultiLine(int ml) function linenoiseSetDumbMode (line 159) | void linenoiseSetDumbMode(int set) function linenoiseIsDumbMode (line 167) | bool linenoiseIsDumbMode(void) function linenoiseAllowEmpty (line 177) | void linenoiseAllowEmpty(bool val) function linenoiseSetWriteFunction (line 185) | void linenoiseSetWriteFunction(linenoiseWriteBytesFn write_fn) function linenoiseSetReadFunction (line 193) | void linenoiseSetReadFunction(linenoiseReadBytesFn read_fn) function linenoiseSetCompletionCallback (line 202) | void linenoiseSetCompletionCallback(linenoiseCompletionCallback *fn) function linenoiseSetHintsCallback (line 213) | void linenoiseSetHintsCallback(linenoiseHintsCallback *fn) function linenoiseSetFreeHintsCallback (line 223) | void linenoiseSetFreeHintsCallback(linenoiseFreeHintsCallback *fn) function linenoiseClearScreen (line 232) | void linenoiseClearScreen(void) function linenoiseProbe (line 238) | int linenoiseProbe(void) function linenoiseFree (line 284) | void linenoiseFree(void *ptr) function linenoiseHistoryFree (line 289) | void linenoiseHistoryFree(void) function linenoiseHistoryAdd (line 302) | int linenoiseHistoryAdd(const char *line) function linenoiseHistorySetMaxLen (line 316) | int linenoiseHistorySetMaxLen(int len) function linenoiseHistorySave (line 328) | int linenoiseHistorySave(const char *filename) function linenoiseHistoryLoad (line 343) | int linenoiseHistoryLoad(const char *filename) function linenoiseSetMaxLineLen (line 356) | int linenoiseSetMaxLineLen(size_t len) FILE: esp_linenoise/linenoise/linenoise.h type linenoiseCompletions (line 49) | typedef struct esp_linenoise_completions linenoiseCompletions; FILE: esp_linenoise/private_include/esp_linenoise_private.h type KEY_ACTION (line 26) | enum KEY_ACTION { type esp_linenoise_state_t (line 49) | typedef struct esp_linenoise_state { type esp_linenoise_instance_t (line 64) | typedef struct esp_linenoise_instance { type esp_linenoise_completions_t (line 72) | typedef struct esp_linenoise_completions { function esp_linenoise_instance_t (line 78) | inline __attribute__((always_inline)) FILE: esp_linenoise/src/esp_linenoise.c function esp_linenoise_default_write_bytes (line 32) | static ssize_t esp_linenoise_default_write_bytes(int fd, const void *buf... function esp_linenoise_default_read_bytes (line 41) | __attribute__((weak)) ssize_t esp_linenoise_default_read_bytes(int fd, v... type append_buffer_t (line 69) | typedef struct append_buffer { function esp_linenoise_append_buffer_init (line 74) | static void esp_linenoise_append_buffer_init(append_buffer_t *ab) function esp_linenoise_append_buffer_append (line 80) | static void esp_linenoise_append_buffer_append(append_buffer_t *ab, cons... function esp_linenoise_append_buffer_free (line 92) | static void esp_linenoise_append_buffer_free(append_buffer_t *ab) function esp_linenoise_refresh_show_hints (line 99) | static void esp_linenoise_refresh_show_hints(append_buffer_t *ab, esp_li... function esp_linenoise_refresh_single_line (line 145) | static void esp_linenoise_refresh_single_line(esp_linenoise_instance_t *... function esp_linenoise_refresh_multi_line (line 190) | static void esp_linenoise_refresh_multi_line(esp_linenoise_instance_t *i... function esp_linenoise_refresh_line (line 284) | static void esp_linenoise_refresh_line(esp_linenoise_instance_t *instance) function esp_linenoise_get_cursor_position (line 296) | static int esp_linenoise_get_cursor_position(esp_linenoise_instance_t *i... function esp_linenoise_get_columns (line 353) | static int esp_linenoise_get_columns(esp_linenoise_instance_t *instance) function esp_linenoise_make_beep_sound (line 413) | static void esp_linenoise_make_beep_sound(esp_linenoise_instance_t *inst... function free_completions (line 422) | static void free_completions(esp_linenoise_completions_t *lc) function esp_linenoise_complete_line (line 439) | static int esp_linenoise_complete_line(esp_linenoise_instance_t *instance) function esp_linenoise_edit_insert (line 511) | static int esp_linenoise_edit_insert(esp_linenoise_instance_t *instance,... function esp_linenoise_insert_pasted_char (line 544) | static int esp_linenoise_insert_pasted_char(esp_linenoise_instance_t *in... function esp_linenoise_edit_move_left (line 563) | static void esp_linenoise_edit_move_left(esp_linenoise_instance_t *insta... function esp_linenoise_edit_move_right (line 573) | static void esp_linenoise_edit_move_right(esp_linenoise_instance_t *inst... function esp_linenoise_edit_move_home (line 583) | static void esp_linenoise_edit_move_home(esp_linenoise_instance_t *insta... function esp_linenoise_edit_move_end (line 593) | static void esp_linenoise_edit_move_end(esp_linenoise_instance_t *instance) function esp_linenoise_edit_history_next (line 606) | static void esp_linenoise_edit_history_next(esp_linenoise_instance_t *in... function esp_linenoise_edit_delete (line 638) | static void esp_linenoise_edit_delete(esp_linenoise_instance_t *instance) function esp_linenoise_edit_backspace (line 651) | static void esp_linenoise_edit_backspace(esp_linenoise_instance_t *insta... function esp_linenoise_edit_delete_prev_word (line 666) | static void esp_linenoise_edit_delete_prev_word(esp_linenoise_instance_t... function get_millis (line 685) | static uint32_t get_millis(void) function esp_linenoise_prompt_len_ignore_escape_seq (line 692) | static inline size_t esp_linenoise_prompt_len_ignore_escape_seq(const ch... function esp_linenoise_edit (line 718) | static int esp_linenoise_edit(esp_linenoise_instance_t *instance, char *... function esp_linenoise_raw (line 957) | static int esp_linenoise_raw(esp_linenoise_instance_t *instance, char *b... function esp_linenoise_dumb (line 973) | static int esp_linenoise_dumb(esp_linenoise_instance_t *instance, char *... function esp_linenoise_sanitize (line 1032) | static void esp_linenoise_sanitize(char *src) function esp_linenoise_probe (line 1044) | int esp_linenoise_probe(esp_linenoise_handle_t handle) function esp_linenoise_get_instance_config_default (line 1099) | void esp_linenoise_get_instance_config_default(esp_linenoise_config_t *c... function esp_err_t (line 1119) | esp_err_t esp_linenoise_create_instance(const esp_linenoise_config_t *co... function esp_err_t (line 1203) | esp_err_t esp_linenoise_delete_instance(esp_linenoise_handle_t handle) function esp_err_t (line 1233) | esp_err_t esp_linenoise_get_line(esp_linenoise_handle_t handle, char *cm... function esp_linenoise_add_completion (line 1279) | void esp_linenoise_add_completion(void *ctx, const char *str) function esp_err_t (line 1306) | esp_err_t esp_linenoise_history_add(esp_linenoise_handle_t handle, const... function esp_err_t (line 1354) | esp_err_t esp_linenoise_history_save(esp_linenoise_handle_t handle, cons... function esp_err_t (line 1379) | esp_err_t esp_linenoise_history_load(esp_linenoise_handle_t handle, cons... function esp_err_t (line 1424) | esp_err_t esp_linenoise_history_set_max_len(esp_linenoise_handle_t handl... function esp_err_t (line 1472) | esp_err_t esp_linenoise_history_free(esp_linenoise_handle_t handle) function esp_err_t (line 1489) | esp_err_t esp_linenoise_clear_screen(esp_linenoise_handle_t handle) function esp_err_t (line 1505) | esp_err_t esp_linenoise_set_empty_line(esp_linenoise_handle_t handle, bo... function esp_err_t (line 1512) | esp_err_t esp_linenoise_is_empty_line(esp_linenoise_handle_t handle, boo... function esp_err_t (line 1524) | esp_err_t esp_linenoise_set_multi_line(esp_linenoise_handle_t handle, bo... function esp_err_t (line 1531) | esp_err_t esp_linenoise_is_multi_line(esp_linenoise_handle_t handle, boo... function esp_err_t (line 1543) | esp_err_t esp_linenoise_set_dumb_mode(esp_linenoise_handle_t handle, boo... function esp_err_t (line 1550) | esp_err_t esp_linenoise_is_dumb_mode(esp_linenoise_handle_t handle, bool... function esp_err_t (line 1562) | esp_err_t esp_linenoise_set_max_cmd_line_length(esp_linenoise_handle_t h... function esp_err_t (line 1573) | esp_err_t esp_linenoise_get_max_cmd_line_length(esp_linenoise_handle_t h... function esp_err_t (line 1585) | esp_err_t esp_linenoise_set_prompt(esp_linenoise_handle_t handle, const ... function esp_err_t (line 1597) | esp_err_t esp_linenoise_get_prompt(esp_linenoise_handle_t handle, const ... function esp_err_t (line 1609) | esp_err_t esp_linenoise_get_out_fd(esp_linenoise_handle_t handle, int *fd) function esp_err_t (line 1621) | esp_err_t esp_linenoise_get_in_fd(esp_linenoise_handle_t handle, int *fd) function esp_err_t (line 1633) | esp_err_t esp_linenoise_get_read(esp_linenoise_handle_t handle, esp_line... function esp_err_t (line 1645) | esp_err_t esp_linenoise_get_write(esp_linenoise_handle_t handle, esp_lin... FILE: esp_linenoise/src/esp_linenoise_internals.c type eventfd_pair_t (line 21) | typedef struct eventfd_pair { function esp_linenoise_get_eventfd_from_fd (line 30) | static int esp_linenoise_get_eventfd_from_fd(const int fd) function esp_linenoise_default_read_bytes (line 43) | ssize_t esp_linenoise_default_read_bytes(int fd, void *buf, size_t count) function esp_err_t (line 88) | esp_err_t esp_linenoise_set_event_fd(esp_linenoise_instance_t *instance) function esp_err_t (line 136) | esp_err_t esp_linenoise_remove_event_fd(esp_linenoise_instance_t *instance) function esp_err_t (line 185) | esp_err_t esp_linenoise_abort(esp_linenoise_handle_t handle) FILE: esp_linenoise/test_apps/main/include/test_utils.h type KEY_ACTION (line 18) | enum KEY_ACTION { type command_t (line 41) | typedef struct command { function get_millis (line 49) | inline __attribute__((always_inline)) function wait_ms (line 57) | inline __attribute__((always_inline)) FILE: esp_linenoise/test_apps/main/test_esp_linenoise_behavioral.c function custom_completion_cb (line 29) | static void custom_completion_cb(const char *str, void *cb_ctx, esp_line... function custom_free_hint_cb (line 49) | static void custom_free_hint_cb(void *ptr) function custom_read (line 58) | static ssize_t custom_read(int fd, void *buf, size_t count) function custom_write (line 72) | static ssize_t custom_write(int fd, const void *buf, size_t count) function test_instance_setup (line 100) | static void test_instance_setup(int socket_fd[2], pthread_mutex_t *lock,... function test_instance_teardown (line 134) | static void test_instance_teardown(int socket_fd[2], esp_linenoise_handl... type get_line_args_t (line 146) | typedef struct get_line_args { function get_line_task (line 152) | static void get_line_task(void *args) type get_line_task_args_t (line 174) | typedef struct get_line_task_args { function get_line_task_w_args (line 183) | static void get_line_task_w_args(void *args) FILE: esp_linenoise/test_apps/main/test_esp_linenoise_get_set.c function esp_linenoise_handle_t (line 13) | static esp_linenoise_handle_t get_linenoise_instance_default_config(void) function test_read (line 162) | static ssize_t test_read(int fd, void *buf, size_t count) function test_write (line 170) | static ssize_t test_write(int fd, const void *buf, size_t count) FILE: esp_linenoise/test_apps/main/test_linenoise_legacy.c function custom_legacy_completion_cb (line 29) | void custom_legacy_completion_cb(const char *str, linenoiseCompletions *lc) function custom_legacy_free_hint_cb (line 49) | void custom_legacy_free_hint_cb(void *ptr) function custom_legacy_write (line 58) | ssize_t custom_legacy_write(int fd, const void *buf, size_t count) function test_setup (line 90) | static void test_setup(int socket_fd[2], pthread_mutex_t *s_lock) function test_teardown (line 129) | static void test_teardown(int socket_fd[2]) FILE: esp_linenoise/test_apps/main/test_main.c function setUp (line 12) | void setUp(void) function tearDown (line 17) | void tearDown(void) function app_main (line 22) | void app_main(void) FILE: esp_linenoise/test_apps/main/test_utils.c function test_send_characters (line 25) | void test_send_characters(int socket_fd, const char *msg) FILE: esp_linenoise/test_apps/pytest_linenoise.py function test_esp_linenoise (line 15) | def test_esp_linenoise(dut: Dut) -> None: FILE: esp_schedule/examples/get_started/main/esp_schedule_example_main.c function days_of_week_callback (line 30) | static void days_of_week_callback(esp_schedule_handle_t handle, void *pr... function date_callback (line 38) | static void date_callback(esp_schedule_handle_t handle, void *priv_data) function relative_callback (line 46) | static void relative_callback(esp_schedule_handle_t handle, void *priv_d... function solar_callback (line 55) | static void solar_callback(esp_schedule_handle_t handle, void *priv_data) function timestamp_callback (line 64) | static void timestamp_callback(esp_schedule_handle_t handle, uint32_t ne... function create_example_schedules (line 89) | static void create_example_schedules(void) function app_main (line 219) | void app_main(void) FILE: esp_schedule/examples/get_started/main/esp_schedule_example_stub.c function app_main (line 23) | void app_main(void) FILE: esp_schedule/examples/get_started/main/network/app_network.c function network_prov_event_handler (line 75) | static void network_prov_event_handler(void *ctx, esp_event_base_t event... function wifi_event_handler (line 116) | static void wifi_event_handler(void *ctx, esp_event_base_t event_base, i... function ip_event_handler (line 149) | static void ip_event_handler(void *ctx, esp_event_base_t event_base, int... function esp_err_t (line 179) | static esp_err_t wifi_init(void) function esp_err_t (line 237) | static esp_err_t wifi_start_sta(void) function display_qr_code (line 254) | static void display_qr_code(const char *service_name) function esp_err_t (line 292) | esp_err_t app_network_init(EventGroupHandle_t event_group) function esp_err_t (line 340) | esp_err_t app_network_start(EventGroupHandle_t event_group, uint32_t tim... function app_network_start_time_sync (line 416) | void app_network_start_time_sync(EventGroupHandle_t event_group) function esp_err_t (line 436) | esp_err_t app_network_wait_for_time_sync(EventGroupHandle_t event_group,... FILE: esp_schedule/include/esp_schedule.h type esp_schedule_type_t (line 46) | typedef enum esp_schedule_type { type esp_schedule_days_t (line 58) | typedef enum esp_schedule_days { type esp_schedule_months_t (line 71) | typedef enum esp_schedule_months { type esp_schedule_trigger_t (line 89) | typedef struct esp_schedule_trigger { type esp_schedule_validity_t (line 136) | typedef struct esp_schedule_validity { type esp_schedule_config_t (line 144) | typedef struct esp_schedule_config { FILE: esp_schedule/src/esp_schedule.c function esp_schedule_get_no_of_days (line 20) | static int esp_schedule_get_no_of_days(esp_schedule_trigger_t *trigger, ... function esp_schedule_get_next_month (line 70) | static uint8_t esp_schedule_get_next_month(esp_schedule_trigger_t *trigg... function esp_schedule_get_next_year (line 147) | static uint16_t esp_schedule_get_next_year(esp_schedule_trigger_t *trigg... function time_t (line 161) | static time_t esp_schedule_calc_solar_time_for_date(const esp_schedule_t... function esp_schedule_finalize_solar_time (line 184) | static int32_t esp_schedule_finalize_solar_time(time_t solar_time, time_... function esp_schedule_get_next_schedule_time_diff (line 216) | static uint32_t esp_schedule_get_next_schedule_time_diff(const char *sch... function esp_schedule_is_expired (line 471) | static bool esp_schedule_is_expired(esp_schedule_trigger_t *trigger) function esp_schedule_stop_timer (line 546) | static void esp_schedule_stop_timer(esp_schedule_t *schedule) function esp_schedule_start_timer (line 551) | static void esp_schedule_start_timer(esp_schedule_t *schedule) function esp_schedule_common_timer_cb (line 580) | static void esp_schedule_common_timer_cb(TimerHandle_t timer) function esp_schedule_delete_timer (line 626) | static void esp_schedule_delete_timer(esp_schedule_t *schedule) function esp_schedule_create_timer (line 631) | static void esp_schedule_create_timer(esp_schedule_t *schedule) function esp_err_t (line 642) | esp_err_t esp_schedule_get(esp_schedule_handle_t handle, esp_schedule_co... function esp_err_t (line 672) | esp_err_t esp_schedule_enable(esp_schedule_handle_t handle) function esp_err_t (line 682) | esp_err_t esp_schedule_disable(esp_schedule_handle_t handle) function esp_err_t (line 696) | static esp_err_t esp_schedule_set(esp_schedule_t *schedule, esp_schedule... function esp_err_t (line 737) | esp_err_t esp_schedule_edit(esp_schedule_handle_t handle, esp_schedule_c... function esp_err_t (line 757) | esp_err_t esp_schedule_delete(esp_schedule_handle_t handle) function esp_schedule_handle_t (line 773) | esp_schedule_handle_t esp_schedule_create(esp_schedule_config_t *schedul... function esp_schedule_handle_t (line 802) | esp_schedule_handle_t *esp_schedule_init(bool enable_nvs, char *nvs_part... FILE: esp_schedule/src/esp_schedule_internal.h type esp_schedule_t (line 26) | typedef struct esp_schedule { FILE: esp_schedule/src/esp_schedule_nvs.c function esp_err_t (line 29) | esp_err_t esp_schedule_nvs_add(esp_schedule_t *schedule) function esp_err_t (line 90) | esp_err_t esp_schedule_nvs_remove_all(void) function esp_err_t (line 114) | esp_err_t esp_schedule_nvs_remove(esp_schedule_t *schedule) function esp_schedule_nvs_get_count (line 152) | static uint8_t esp_schedule_nvs_get_count(void) function esp_schedule_handle_t (line 176) | static esp_schedule_handle_t esp_schedule_nvs_get(char *nvs_key) function esp_schedule_handle_t (line 213) | esp_schedule_handle_t *esp_schedule_nvs_get_all(uint8_t *schedule_count) function esp_schedule_nvs_is_enabled (line 257) | bool esp_schedule_nvs_is_enabled(void) function esp_err_t (line 262) | esp_err_t esp_schedule_nvs_init(char *nvs_partition) FILE: esp_serial_slave_link/essl.c function esp_err_t (line 47) | esp_err_t essl_init(essl_handle_t handle, uint32_t wait_ms) function esp_err_t (line 52) | esp_err_t essl_wait_for_ready(essl_handle_t handle, uint32_t wait_ms) function esp_err_t (line 57) | esp_err_t essl_send_packet(essl_handle_t handle, const void *start, size... function esp_err_t (line 86) | esp_err_t essl_get_packet(essl_handle_t handle, void *out_data, size_t s... function esp_err_t (line 142) | esp_err_t essl_get_tx_buffer_num(essl_handle_t handle, uint32_t *out_tx_... function esp_err_t (line 160) | esp_err_t essl_get_rx_data_size(essl_handle_t handle, uint32_t *out_rx_s... function esp_err_t (line 178) | esp_err_t essl_write_reg(essl_handle_t handle, uint8_t addr, uint8_t val... function esp_err_t (line 183) | esp_err_t essl_read_reg(essl_handle_t handle, uint8_t add, uint8_t *valu... function esp_err_t (line 188) | esp_err_t essl_wait_int(essl_handle_t handle, TickType_t wait_ms) function esp_err_t (line 193) | esp_err_t essl_reset_cnt(essl_handle_t handle) function esp_err_t (line 205) | esp_err_t essl_clear_intr(essl_handle_t handle, uint32_t intr_mask, uint... function esp_err_t (line 210) | esp_err_t essl_get_intr(essl_handle_t handle, uint32_t *intr_raw, uint32... function esp_err_t (line 218) | esp_err_t essl_set_intr_ena(essl_handle_t handle, uint32_t ena_mask, uin... function esp_err_t (line 223) | esp_err_t essl_get_intr_ena(essl_handle_t handle, uint32_t *ena_mask_o, ... function esp_err_t (line 231) | esp_err_t essl_send_slave_intr(essl_handle_t handle, uint32_t intr_mask,... FILE: esp_serial_slave_link/essl_internal.h type essl_dev_t (line 14) | struct essl_dev_t { type essl_dev_t (line 38) | typedef struct essl_dev_t essl_dev_t; FILE: esp_serial_slave_link/essl_sdio.c type essl_sdio_context_t (line 66) | typedef struct { function esp_err_t (line 87) | static inline esp_err_t essl_sdio_write_byte(sdmmc_card_t *card, uint32_... function esp_err_t (line 92) | static inline esp_err_t essl_sdio_write_bytes(sdmmc_card_t *card, uint32... function esp_err_t (line 97) | static inline esp_err_t essl_sdio_read_byte(sdmmc_card_t *card, uint32_t... function esp_err_t (line 102) | static inline esp_err_t essl_sdio_read_bytes(sdmmc_card_t *card, uint32_... function esp_err_t (line 107) | esp_err_t essl_sdio_init_dev(essl_handle_t *out_handle, const essl_sdio_... function esp_err_t (line 140) | esp_err_t essl_sdio_deinit_dev(essl_handle_t handle) function esp_err_t (line 149) | esp_err_t essl_sdio_init(void *arg, uint32_t wait_ms) function esp_err_t (line 257) | esp_err_t essl_sdio_wait_for_ready(void *arg, uint32_t wait_ms) function esp_err_t (line 274) | esp_err_t essl_sdio_send_packet(void *arg, const void *start, size_t len... function esp_err_t (line 324) | esp_err_t essl_sdio_get_packet(void *arg, void *out_data, size_t size, u... function essl_sdio_get_tx_buffer_num (line 370) | uint32_t essl_sdio_get_tx_buffer_num(void *arg) function esp_err_t (line 377) | esp_err_t essl_sdio_update_tx_buffer_num(void *arg, uint32_t wait_ms) function essl_sdio_get_rx_data_size (line 393) | uint32_t essl_sdio_get_rx_data_size(void *arg) function esp_err_t (line 400) | esp_err_t essl_sdio_update_rx_data_size(void *arg, uint32_t wait_ms) function esp_err_t (line 417) | esp_err_t essl_sdio_write_reg(void *arg, uint8_t addr, uint8_t value, ui... function esp_err_t (line 431) | esp_err_t essl_sdio_read_reg(void *arg, uint8_t add, uint8_t *value_o, u... function esp_err_t (line 447) | esp_err_t essl_sdio_clear_intr(void *arg, uint32_t intr_mask, uint32_t w... function esp_err_t (line 453) | esp_err_t essl_sdio_get_intr(void *arg, uint32_t *intr_raw, uint32_t *in... function esp_err_t (line 477) | esp_err_t essl_sdio_set_intr_ena(void *arg, uint32_t ena_mask, uint32_t ... function esp_err_t (line 484) | esp_err_t essl_sdio_get_intr_ena(void *arg, uint32_t *ena_mask_o, uint32... function esp_err_t (line 493) | esp_err_t essl_sdio_send_slave_intr(void *arg, uint32_t intr_mask, uint3... function esp_err_t (line 500) | esp_err_t essl_sdio_wait_int(void *arg, uint32_t wait_ms) function essl_sdio_reset_cnt (line 505) | void essl_sdio_reset_cnt(void *arg) FILE: esp_serial_slave_link/essl_spi.c type essl_spi_context_t (line 37) | typedef struct { function get_hd_command (line 56) | static uint16_t get_hd_command(spi_command_t cmd_t, uint32_t flags) function get_hd_dummy_bits (line 84) | static int get_hd_dummy_bits(uint32_t flags) function esp_err_t (line 99) | esp_err_t essl_spi_rdbuf(spi_device_handle_t spi, uint8_t *out_data, int... function esp_err_t (line 115) | esp_err_t essl_spi_rdbuf_polling(spi_device_handle_t spi, uint8_t *out_d... function esp_err_t (line 131) | esp_err_t essl_spi_wrbuf(spi_device_handle_t spi, const uint8_t *data, i... function esp_err_t (line 146) | esp_err_t essl_spi_wrbuf_polling(spi_device_handle_t spi, const uint8_t ... function esp_err_t (line 161) | esp_err_t essl_spi_rddma_seg(spi_device_handle_t spi, uint8_t *out_data,... function esp_err_t (line 175) | esp_err_t essl_spi_rddma_done(spi_device_handle_t spi, uint32_t flags) function esp_err_t (line 184) | esp_err_t essl_spi_rddma(spi_device_handle_t spi, uint8_t *out_data, int... function esp_err_t (line 207) | esp_err_t essl_spi_wrdma_seg(spi_device_handle_t spi, const uint8_t *dat... function esp_err_t (line 221) | esp_err_t essl_spi_wrdma_done(spi_device_handle_t spi, uint32_t flags) function esp_err_t (line 230) | esp_err_t essl_spi_wrdma(spi_device_handle_t spi, const uint8_t *data, i... function esp_err_t (line 252) | esp_err_t essl_spi_int(spi_device_handle_t spi, int int_n, uint32_t flags) function esp_err_t (line 267) | esp_err_t essl_spi_init_dev(essl_handle_t *out_handle, const essl_spi_co... function esp_err_t (line 297) | esp_err_t essl_spi_deinit_dev(essl_handle_t handle) function essl_spi_reset_cnt (line 305) | void essl_spi_reset_cnt(void *arg) function esp_err_t (line 315) | esp_err_t essl_spi_read_reg(void *arg, uint8_t addr, uint8_t *out_value,... function essl_spi_get_rx_data_size (line 328) | static uint32_t essl_spi_get_rx_data_size(void *arg) function esp_err_t (line 335) | static esp_err_t essl_spi_update_rx_data_size(void *arg, uint32_t wait_ms) function esp_err_t (line 366) | esp_err_t essl_spi_get_packet(void *arg, void *out_data, size_t size, ui... function esp_err_t (line 404) | esp_err_t essl_spi_write_reg(void *arg, uint8_t addr, uint8_t value, uin... function essl_spi_get_tx_buffer_num (line 418) | static uint32_t essl_spi_get_tx_buffer_num(void *arg) function esp_err_t (line 425) | static esp_err_t essl_spi_update_tx_buffer_num(void *arg, uint32_t wait_ms) function esp_err_t (line 456) | esp_err_t essl_spi_send_packet(void *arg, const void *data, size_t size,... FILE: esp_serial_slave_link/include/esp_serial_slave_link/essl.h type essl_dev_t (line 16) | struct essl_dev_t type essl_dev_t (line 18) | struct essl_dev_t FILE: esp_serial_slave_link/include/esp_serial_slave_link/essl_sdio.h type essl_sdio_config_t (line 23) | typedef struct { FILE: esp_serial_slave_link/include/esp_serial_slave_link/essl_sdio_defs.h type essl_sdio_def_t (line 18) | typedef struct { FILE: esp_serial_slave_link/include/esp_serial_slave_link/essl_spi.h type essl_spi_config_t (line 19) | typedef struct { FILE: esp_serial_slave_link/test_apps/main/essl_test.c function app_main (line 3) | void app_main(void) FILE: esp_sysview/src/SEGGER/SEGGER.h type SEGGER_BUFFER_DESC (line 152) | typedef struct { type SEGGER_CACHE_CONFIG (line 158) | typedef struct { type SEGGER_SNPRINTF_CONTEXT (line 165) | typedef struct SEGGER_SNPRINTF_CONTEXT_struct SEGGER_SNPRINTF_CONTEXT; type SEGGER_SNPRINTF_CONTEXT_struct (line 167) | struct SEGGER_SNPRINTF_CONTEXT_struct { type SEGGER_PRINTF_API (line 173) | typedef struct { type SEGGER_PRINTF_FORMATTER (line 181) | typedef struct SEGGER_PRINTF_FORMATTER { type SEGGER_BSP_API (line 187) | typedef struct { FILE: esp_sysview/src/SEGGER/SEGGER_RTT.h type SEGGER_RTT_BUFFER_UP (line 321) | typedef struct { type SEGGER_RTT_BUFFER_DOWN (line 334) | typedef struct { type SEGGER_RTT_CB (line 348) | typedef struct { FILE: esp_sysview/src/SEGGER/SEGGER_SYSVIEW.c type SEGGER_SYSVIEW_PRINTF_DESC (line 236) | typedef struct { type SEGGER_SYSVIEW_GLOBALS (line 244) | typedef struct { function U8 (line 431) | static U8 *_EncodeData(U8 *pPayload, const char *pSrc, unsigned int NumB... function U8 (line 474) | static U8 *_EncodeFloat(U8 *pPayload, float Value) function U8 (line 513) | static U8 *_EncodeStr(U8 *pPayload, const char *pText, unsigned int Limit) function U8 (line 572) | static U8 *_PreparePacket(U8 *pPacket) function _HandleIncomingPacket (line 590) | static void _HandleIncomingPacket(void) function _TrySendOverflowPacket (line 658) | static int _TrySendOverflowPacket(void) function _SendSyncInfo (line 704) | static void _SendSyncInfo(void) function _SendPacket (line 764) | static void _SendPacket(U8 *pStartPacket, U8 *pEndPacket, unsigned int E... function _VPrintHost (line 971) | static int _VPrintHost(const char *s, U32 Options, va_list *pParamList) function _StoreChar (line 1053) | static void _StoreChar(SEGGER_SYSVIEW_PRINTF_DESC *p, char c) function _PrintUnsigned (line 1096) | static void _PrintUnsigned(SEGGER_SYSVIEW_PRINTF_DESC *pBufferDesc, unsi... function _PrintInt (line 1188) | static void _PrintInt(SEGGER_SYSVIEW_PRINTF_DESC *pBufferDesc, int v, un... function _VPrintTarget (line 1262) | static void _VPrintTarget(const char *sFormat, U32 Options, va_list *pPa... function SEGGER_SYSVIEW_Init (line 1454) | void SEGGER_SYSVIEW_Init(U32 SysFreq, U32 CPUFreq, const SEGGER_SYSVIEW_... function SEGGER_SYSVIEW_SetRAMBase (line 1506) | void SEGGER_SYSVIEW_SetRAMBase(U32 RAMBaseAddress) function SEGGER_SYSVIEW_RecordVoid (line 1521) | void SEGGER_SYSVIEW_RecordVoid(unsigned int EventID) function SEGGER_SYSVIEW_RecordU32 (line 1542) | void SEGGER_SYSVIEW_RecordU32(unsigned int EventID, U32 Value) function SEGGER_SYSVIEW_RecordU32x2 (line 1566) | void SEGGER_SYSVIEW_RecordU32x2(unsigned int EventID, U32 Para0, U32 Para1) function SEGGER_SYSVIEW_RecordU32x3 (line 1592) | void SEGGER_SYSVIEW_RecordU32x3(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x4 (line 1620) | void SEGGER_SYSVIEW_RecordU32x4(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x5 (line 1650) | void SEGGER_SYSVIEW_RecordU32x5(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x6 (line 1682) | void SEGGER_SYSVIEW_RecordU32x6(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x7 (line 1716) | void SEGGER_SYSVIEW_RecordU32x7(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x8 (line 1752) | void SEGGER_SYSVIEW_RecordU32x8(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x9 (line 1790) | void SEGGER_SYSVIEW_RecordU32x9(unsigned int EventID, U32 Para0, U32 Par... function SEGGER_SYSVIEW_RecordU32x10 (line 1830) | void SEGGER_SYSVIEW_RecordU32x10(unsigned int EventID, U32 Para0, U32 Pa... function SEGGER_SYSVIEW_RecordString (line 1866) | void SEGGER_SYSVIEW_RecordString(unsigned int EventID, const char *pString) function SEGGER_SYSVIEW_Stop (line 1959) | void SEGGER_SYSVIEW_Stop(void) function U8 (line 1972) | U8 SEGGER_SYSVIEW_Started(void) function SEGGER_SYSVIEW_GetChannelID (line 1984) | int SEGGER_SYSVIEW_GetChannelID(void) function SEGGER_SYSVIEW_GetSysDesc (line 1997) | void SEGGER_SYSVIEW_GetSysDesc(void) function SEGGER_SYSVIEW_SendTaskInfo (line 2026) | void SEGGER_SYSVIEW_SendTaskInfo(const SEGGER_SYSVIEW_TASKINFO *pInfo) function SEGGER_SYSVIEW_SendStackInfo (line 2059) | void SEGGER_SYSVIEW_SendStackInfo(const SEGGER_SYSVIEW_STACKINFO *pInfo) function SEGGER_SYSVIEW_SampleData (line 2085) | void SEGGER_SYSVIEW_SampleData(const SEGGER_SYSVIEW_DATA_SAMPLE *pInfo) function SEGGER_SYSVIEW_SendTaskList (line 2106) | void SEGGER_SYSVIEW_SendTaskList(void) function SEGGER_SYSVIEW_SendSysDesc (line 2137) | void SEGGER_SYSVIEW_SendSysDesc(const char *sSysDesc) function SEGGER_SYSVIEW_RecordSystime (line 2156) | void SEGGER_SYSVIEW_RecordSystime(void) function SEGGER_SYSVIEW_RecordEnterISR (line 2186) | void SEGGER_SYSVIEW_RecordEnterISR(U32 IrqId) function SEGGER_SYSVIEW_RecordExitISR (line 2214) | void SEGGER_SYSVIEW_RecordExitISR(void) function SEGGER_SYSVIEW_RecordExitISRToScheduler (line 2237) | void SEGGER_SYSVIEW_RecordExitISRToScheduler(void) function SEGGER_SYSVIEW_RecordEnterTimer (line 2256) | void SEGGER_SYSVIEW_RecordEnterTimer(U32 TimerId) function SEGGER_SYSVIEW_RecordExitTimer (line 2275) | void SEGGER_SYSVIEW_RecordExitTimer(void) function SEGGER_SYSVIEW_RecordEndCall (line 2294) | void SEGGER_SYSVIEW_RecordEndCall(unsigned int EventID) function SEGGER_SYSVIEW_RecordEndCallU32 (line 2317) | void SEGGER_SYSVIEW_RecordEndCallU32(unsigned int EventID, U32 Para0) function SEGGER_SYSVIEW_OnIdle (line 2337) | void SEGGER_SYSVIEW_OnIdle(void) function SEGGER_SYSVIEW_OnTaskCreate (line 2357) | void SEGGER_SYSVIEW_OnTaskCreate(U32 TaskId) function SEGGER_SYSVIEW_OnTaskTerminate (line 2383) | void SEGGER_SYSVIEW_OnTaskTerminate(U32 TaskId) function SEGGER_SYSVIEW_OnTaskStartExec (line 2408) | void SEGGER_SYSVIEW_OnTaskStartExec(U32 TaskId) function SEGGER_SYSVIEW_OnTaskStopExec (line 2429) | void SEGGER_SYSVIEW_OnTaskStopExec(void) function SEGGER_SYSVIEW_OnTaskStartReady (line 2448) | void SEGGER_SYSVIEW_OnTaskStartReady(U32 TaskId) function SEGGER_SYSVIEW_OnTaskStopReady (line 2472) | void SEGGER_SYSVIEW_OnTaskStopReady(U32 TaskId, unsigned int Cause) function SEGGER_SYSVIEW_MarkStart (line 2496) | void SEGGER_SYSVIEW_MarkStart(unsigned MarkerId) function SEGGER_SYSVIEW_MarkStop (line 2518) | void SEGGER_SYSVIEW_MarkStop(unsigned MarkerId) function SEGGER_SYSVIEW_Mark (line 2540) | void SEGGER_SYSVIEW_Mark(unsigned int MarkerId) function SEGGER_SYSVIEW_NameMarker (line 2568) | void SEGGER_SYSVIEW_NameMarker(unsigned int MarkerId, const char *sName) function SEGGER_SYSVIEW_NameResource (line 2597) | void SEGGER_SYSVIEW_NameResource(U32 ResourceId, const char *sName) function SEGGER_SYSVIEW_RegisterData (line 2624) | void SEGGER_SYSVIEW_RegisterData(SEGGER_SYSVIEW_DATA_REGISTER *pInfo) function SEGGER_SYSVIEW_HeapDefine (line 2697) | void SEGGER_SYSVIEW_HeapDefine(void *pHeap, void *pBase, unsigned int He... function SEGGER_SYSVIEW_HeapAlloc (line 2747) | void SEGGER_SYSVIEW_HeapAlloc(void *pHeap, void *pUserData, unsigned int... function SEGGER_SYSVIEW_HeapAllocEx (line 2800) | void SEGGER_SYSVIEW_HeapAllocEx(void *pHeap, void *pUserData, unsigned i... function SEGGER_SYSVIEW_HeapFree (line 2831) | void SEGGER_SYSVIEW_HeapFree(void *pHeap, void *pUserData) function SEGGER_SYSVIEW_SendPacket (line 2862) | int SEGGER_SYSVIEW_SendPacket(U8 *pPacket, U8 *pPayloadEnd, unsigned int... function U8 (line 2890) | U8 *SEGGER_SYSVIEW_EncodeU32(U8 *pPayload, U32 Value) function U8 (line 2918) | U8 *SEGGER_SYSVIEW_EncodeString(U8 *pPayload, const char *s, unsigned in... function U8 (line 2945) | U8 *SEGGER_SYSVIEW_EncodeData(U8 *pPayload, const char *pSrc, unsigned i... function U8 (line 2974) | U8 *SEGGER_SYSVIEW_EncodeId(U8 *pPayload, U32 Id) function U32 (line 3003) | U32 SEGGER_SYSVIEW_ShrinkId(U32 Id) function SEGGER_SYSVIEW_RegisterModule (line 3026) | void SEGGER_SYSVIEW_RegisterModule(SEGGER_SYSVIEW_MODULE *pModule) function SEGGER_SYSVIEW_RecordModuleDescription (line 3065) | void SEGGER_SYSVIEW_RecordModuleDescription(const SEGGER_SYSVIEW_MODULE ... function SEGGER_SYSVIEW_SendModule (line 3107) | void SEGGER_SYSVIEW_SendModule(U8 ModuleId) function SEGGER_SYSVIEW_SendModuleDescription (line 3150) | void SEGGER_SYSVIEW_SendModuleDescription(void) function SEGGER_SYSVIEW_SendNumModules (line 3172) | void SEGGER_SYSVIEW_SendNumModules(void) function SEGGER_SYSVIEW_PrintfHostEx (line 3200) | void SEGGER_SYSVIEW_PrintfHostEx(const char *s, U32 Options, ...) function SEGGER_SYSVIEW_VPrintfHostEx (line 3238) | void SEGGER_SYSVIEW_VPrintfHostEx(const char *s, U32 Options, va_list *p... function SEGGER_SYSVIEW_PrintfHost (line 3269) | void SEGGER_SYSVIEW_PrintfHost(const char *s, ...) function SEGGER_SYSVIEW_VPrintfHost (line 3305) | void SEGGER_SYSVIEW_VPrintfHost(const char *s, va_list *pParamList) function SEGGER_SYSVIEW_WarnfHost (line 3337) | void SEGGER_SYSVIEW_WarnfHost(const char *s, ...) function SEGGER_SYSVIEW_VWarnfHost (line 3374) | void SEGGER_SYSVIEW_VWarnfHost(const char *s, va_list *pParamList) function SEGGER_SYSVIEW_ErrorfHost (line 3406) | void SEGGER_SYSVIEW_ErrorfHost(const char *s, ...) function SEGGER_SYSVIEW_VErrorfHost (line 3443) | void SEGGER_SYSVIEW_VErrorfHost(const char *s, va_list *pParamList) function SEGGER_SYSVIEW_PrintfTargetEx (line 3473) | void SEGGER_SYSVIEW_PrintfTargetEx(const char *s, U32 Options, ...) function SEGGER_SYSVIEW_VPrintfTargetEx (line 3495) | void SEGGER_SYSVIEW_VPrintfTargetEx(const char *s, U32 Options, va_list ... function SEGGER_SYSVIEW_PrintfTarget (line 3511) | void SEGGER_SYSVIEW_PrintfTarget(const char *s, ...) function SEGGER_SYSVIEW_VPrintfTarget (line 3532) | void SEGGER_SYSVIEW_VPrintfTarget(const char *s, va_list *pParamList) function SEGGER_SYSVIEW_WarnfTarget (line 3548) | void SEGGER_SYSVIEW_WarnfTarget(const char *s, ...) function SEGGER_SYSVIEW_VWarnfTarget (line 3569) | void SEGGER_SYSVIEW_VWarnfTarget(const char *s, va_list *pParamList) function SEGGER_SYSVIEW_ErrorfTarget (line 3585) | void SEGGER_SYSVIEW_ErrorfTarget(const char *s, ...) function SEGGER_SYSVIEW_VErrorfTarget (line 3606) | void SEGGER_SYSVIEW_VErrorfTarget(const char *s, va_list *pParamList) function SEGGER_SYSVIEW_Print (line 3622) | void SEGGER_SYSVIEW_Print(const char *s) function SEGGER_SYSVIEW_Warn (line 3645) | void SEGGER_SYSVIEW_Warn(const char *s) function SEGGER_SYSVIEW_Error (line 3668) | void SEGGER_SYSVIEW_Error(const char *s) function SEGGER_SYSVIEW_EnableEvents (line 3691) | void SEGGER_SYSVIEW_EnableEvents(U32 EnableMask) function SEGGER_SYSVIEW_DisableEvents (line 3706) | void SEGGER_SYSVIEW_DisableEvents(U32 DisableMask) function SEGGER_SYSVIEW_IsStarted (line 3722) | int SEGGER_SYSVIEW_IsStarted(void) FILE: esp_sysview/src/SEGGER/SEGGER_SYSVIEW.h type SEGGER_SYSVIEW_TASKINFO (line 200) | typedef struct { type SEGGER_SYSVIEW_STACKINFO (line 209) | typedef struct { type SEGGER_SYSVIEW_DATA_SAMPLE (line 216) | typedef struct { type SEGGER_SYSVIEW_DATA_TYPE (line 225) | typedef enum { type SEGGER_SYSVIEW_DATA_REGISTER (line 231) | typedef struct { type SEGGER_SYSVIEW_MODULE (line 242) | typedef struct SEGGER_SYSVIEW_MODULE_STRUCT SEGGER_SYSVIEW_MODULE; type SEGGER_SYSVIEW_MODULE_STRUCT (line 244) | struct SEGGER_SYSVIEW_MODULE_STRUCT { type SEGGER_SYSVIEW_OS_API (line 284) | typedef struct { FILE: esp_sysview/src/SEGGER/SEGGER_SYSVIEW_Int.h type SEGGER_SYSVIEW_COMMAND_ID (line 85) | typedef enum { FILE: esp_sysview/src/Sample/FreeRTOSV10.4/Config/esp/SEGGER_SYSVIEW_Config_FreeRTOS.c function _cbSendSystemDesc (line 116) | static void _cbSendSystemDesc(void) function SEGGER_SYSVIEW_Conf (line 139) | void SEGGER_SYSVIEW_Conf(void) function U32 (line 190) | U32 SEGGER_SYSVIEW_X_GetTimestamp(void) function SEGGER_SYSVIEW_X_RTT_Lock (line 195) | void SEGGER_SYSVIEW_X_RTT_Lock(void) function SEGGER_SYSVIEW_X_RTT_Unlock (line 199) | void SEGGER_SYSVIEW_X_RTT_Unlock(void) function SEGGER_SYSVIEW_X_SysView_Lock (line 203) | unsigned SEGGER_SYSVIEW_X_SysView_Lock(void) function SEGGER_SYSVIEW_X_SysView_Unlock (line 213) | void SEGGER_SYSVIEW_X_SysView_Unlock(unsigned int_state) FILE: esp_sysview/src/Sample/FreeRTOSV10.4/SEGGER_SYSVIEW_FreeRTOS.c type SYSVIEW_FREERTOS_TASK_STATUS (line 69) | typedef struct SYSVIEW_FREERTOS_TASK_STATUS SYSVIEW_FREERTOS_TASK_STATUS; type SYSVIEW_FREERTOS_TASK_STATUS (line 71) | struct SYSVIEW_FREERTOS_TASK_STATUS { function _cbSendTaskList (line 91) | static void _cbSendTaskList(void) function U64 (line 112) | __attribute__((unused)) static U64 _cbGetTime(void) function SYSVIEW_AddTask (line 135) | void SYSVIEW_AddTask(U32 xHandle, const char *pcTaskName, unsigned uxCur... function SYSVIEW_UpdateTask (line 170) | void SYSVIEW_UpdateTask(U32 xHandle, const char *pcTaskName, unsigned ux... function SYSVIEW_DeleteTask (line 206) | void SYSVIEW_DeleteTask(U32 xHandle) function SYSVIEW_SendTaskInfo (line 248) | void SYSVIEW_SendTaskInfo(U32 TaskID, const char *sName, unsigned Prio, ... FILE: esp_sysview/src/esp/SEGGER_RTT_esp.c function SEGGER_RTT_ESP_FlushNoLock (line 57) | void SEGGER_RTT_ESP_FlushNoLock(void) function SEGGER_RTT_ESP_Flush (line 95) | void SEGGER_RTT_ESP_Flush(void) function SEGGER_RTT_ReadNoLock (line 119) | unsigned SEGGER_RTT_ReadNoLock(unsigned BufferIndex, void *pData, unsign... function SEGGER_RTT_WriteSkipNoLock (line 154) | unsigned SEGGER_RTT_WriteSkipNoLock(unsigned BufferIndex, const void *pB... function SEGGER_RTT_ConfigUpBuffer (line 262) | int SEGGER_RTT_ConfigUpBuffer(unsigned BufferIndex, const char *sName, v... function SEGGER_RTT_ConfigDownBuffer (line 293) | int SEGGER_RTT_ConfigDownBuffer(unsigned BufferIndex, const char *sName,... FILE: esp_sysview/src/esp/SEGGER_SYSVIEW_esp.c function SEGGER_SYSVIEW_ESP_SetEncoder (line 42) | int SEGGER_SYSVIEW_ESP_SetEncoder(void *encoder) function SEGGER_SYSVIEW_ESP_GetDestCpu (line 96) | int SEGGER_SYSVIEW_ESP_GetDestCpu(void) FILE: esp_sysview/src/esp/adapter_encoder_sysview.c function esp_err_t (line 39) | static esp_err_t init(esp_trace_encoder_t *enc, const void *enc_cfg) function panic_handler (line 100) | static void panic_handler(esp_trace_encoder_t *enc, const void *info) function take_lock (line 114) | static unsigned int take_lock(esp_trace_encoder_t *enc, uint32_t tmo_us) function give_lock (line 128) | static void give_lock(esp_trace_encoder_t *enc, unsigned int_state) FILE: esp_sysview/src/esp/adapter_encoder_sysview.h type esp_trace_sysview_config_t (line 17) | typedef struct { type sysview_encoder_ctx_t (line 39) | typedef struct { FILE: esp_sysview/src/ext/heap_trace_module.c function esp_err_t (line 30) | esp_err_t esp_sysview_heap_trace_start(uint32_t tmo) function esp_err_t (line 51) | esp_err_t esp_sysview_heap_trace_stop(void) function esp_sysview_heap_trace_alloc (line 58) | void esp_sysview_heap_trace_alloc(const void *addr, uint32_t size, const... function esp_sysview_heap_trace_free (line 76) | void esp_sysview_heap_trace_free(const void *addr, const void *callers) function esp_err_t (line 93) | esp_err_t esp_sysview_flush(void) FILE: esp_sysview/src/ext/heap_trace_tohost.c function esp_err_t (line 16) | esp_err_t heap_trace_init_tohost(void) function esp_err_t (line 24) | esp_err_t heap_trace_start(heap_trace_mode_t mode_param) function esp_err_t (line 34) | esp_err_t heap_trace_stop(void) function esp_err_t (line 41) | esp_err_t heap_trace_resume(void) function heap_trace_get_count (line 46) | size_t heap_trace_get_count(void) function esp_err_t (line 51) | esp_err_t heap_trace_get(size_t index, heap_trace_record_t *record) function esp_err_t (line 56) | esp_err_t heap_trace_summary(heap_trace_summary_t *summary) function heap_trace_dump (line 61) | void heap_trace_dump(void) function heap_trace_dump_caps (line 66) | void heap_trace_dump_caps(__attribute__((unused)) const uint32_t caps) function HEAP_IRAM_ATTR (line 72) | static HEAP_IRAM_ATTR void record_allocation(const heap_trace_record_t *... function HEAP_IRAM_ATTR (line 85) | static HEAP_IRAM_ATTR void record_free(void *p, void **callers) FILE: esp_sysview/src/ext/logging.c function esp_sysview_vprintf (line 14) | int esp_sysview_vprintf(const char *format, va_list args) FILE: expat/test_apps/main/test_expat.c type user_data_t (line 11) | typedef struct { function insert_space (line 17) | static void insert_space(user_data_t *user_data) function start_element (line 32) | static void XMLCALL start_element(void *userData, const XML_Char *name, ... function end_element (line 46) | static void XMLCALL end_element(void *userData, const XML_Char *name) function data_handler (line 59) | static void data_handler(void *userData, const XML_Char *s, int len) FILE: expat/test_apps/main/test_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: expat/test_apps/pytest_expat.py function test_expat (line 5) | def test_expat(dut) -> None: FILE: fmt/examples/hello_fmt/main/hello_fmt.cpp function app_main (line 9) | void app_main() FILE: fmt/examples/hello_fmt/pytest_fmt.py function test_fmt_example (line 9) | def test_fmt_example(dut: Dut) -> None: FILE: freetype/examples/freetype-example/main/freetype-example.c function app_main (line 30) | void app_main(void) function init_filesystem (line 38) | static void init_filesystem(void) function init_freetype (line 49) | static void init_freetype(void) function load_font (line 60) | static void load_font(void) function render_text (line 75) | static void render_text(void) FILE: freetype/examples/freetype-example/pytest_freetype.py function test_freetype_example (line 12) | def test_freetype_example(dut: Dut) -> None: FILE: iqmath/_IQNfunctions/_IQNasin_acos.c function __STATIC_INLINE (line 70) | __STATIC_INLINE int_fast32_t __IQNasin(int_fast32_t iqNInput, const int8... function _IQ29asin (line 201) | int32_t _IQ29asin(int32_t a) function _IQ28asin (line 212) | int32_t _IQ28asin(int32_t a) function _IQ27asin (line 223) | int32_t _IQ27asin(int32_t a) function _IQ26asin (line 234) | int32_t _IQ26asin(int32_t a) function _IQ25asin (line 245) | int32_t _IQ25asin(int32_t a) function _IQ24asin (line 256) | int32_t _IQ24asin(int32_t a) function _IQ23asin (line 267) | int32_t _IQ23asin(int32_t a) function _IQ22asin (line 278) | int32_t _IQ22asin(int32_t a) function _IQ21asin (line 289) | int32_t _IQ21asin(int32_t a) function _IQ20asin (line 300) | int32_t _IQ20asin(int32_t a) function _IQ19asin (line 311) | int32_t _IQ19asin(int32_t a) function _IQ18asin (line 322) | int32_t _IQ18asin(int32_t a) function _IQ17asin (line 333) | int32_t _IQ17asin(int32_t a) function _IQ16asin (line 344) | int32_t _IQ16asin(int32_t a) function _IQ15asin (line 355) | int32_t _IQ15asin(int32_t a) function _IQ14asin (line 366) | int32_t _IQ14asin(int32_t a) function _IQ13asin (line 377) | int32_t _IQ13asin(int32_t a) function _IQ12asin (line 388) | int32_t _IQ12asin(int32_t a) function _IQ11asin (line 399) | int32_t _IQ11asin(int32_t a) function _IQ10asin (line 410) | int32_t _IQ10asin(int32_t a) function _IQ9asin (line 421) | int32_t _IQ9asin(int32_t a) function _IQ8asin (line 432) | int32_t _IQ8asin(int32_t a) function _IQ7asin (line 443) | int32_t _IQ7asin(int32_t a) function _IQ6asin (line 454) | int32_t _IQ6asin(int32_t a) function _IQ5asin (line 465) | int32_t _IQ5asin(int32_t a) function _IQ4asin (line 476) | int32_t _IQ4asin(int32_t a) function _IQ3asin (line 487) | int32_t _IQ3asin(int32_t a) function _IQ2asin (line 498) | int32_t _IQ2asin(int32_t a) function _IQ1asin (line 509) | int32_t _IQ1asin(int32_t a) FILE: iqmath/_IQNfunctions/_IQNatan2.c function __STATIC_INLINE (line 71) | __STATIC_INLINE int_fast32_t __IQNatan2(int_fast32_t iqNInputY, int_fast... function __STATIC_INLINE (line 222) | __STATIC_INLINE int_fast32_t __IQNatan2(int_fast32_t iqNInputY, int_fast... function _IQ29atan2 (line 320) | int32_t _IQ29atan2(int32_t y, int32_t x) function _IQ28atan2 (line 333) | int32_t _IQ28atan2(int32_t y, int32_t x) function _IQ27atan2 (line 346) | int32_t _IQ27atan2(int32_t y, int32_t x) function _IQ26atan2 (line 359) | int32_t _IQ26atan2(int32_t y, int32_t x) function _IQ25atan2 (line 372) | int32_t _IQ25atan2(int32_t y, int32_t x) function _IQ24atan2 (line 385) | int32_t _IQ24atan2(int32_t y, int32_t x) function _IQ23atan2 (line 398) | int32_t _IQ23atan2(int32_t y, int32_t x) function _IQ22atan2 (line 411) | int32_t _IQ22atan2(int32_t y, int32_t x) function _IQ21atan2 (line 424) | int32_t _IQ21atan2(int32_t y, int32_t x) function _IQ20atan2 (line 437) | int32_t _IQ20atan2(int32_t y, int32_t x) function _IQ19atan2 (line 450) | int32_t _IQ19atan2(int32_t y, int32_t x) function _IQ18atan2 (line 463) | int32_t _IQ18atan2(int32_t y, int32_t x) function _IQ17atan2 (line 476) | int32_t _IQ17atan2(int32_t y, int32_t x) function _IQ16atan2 (line 489) | int32_t _IQ16atan2(int32_t y, int32_t x) function _IQ15atan2 (line 502) | int32_t _IQ15atan2(int32_t y, int32_t x) function _IQ14atan2 (line 515) | int32_t _IQ14atan2(int32_t y, int32_t x) function _IQ13atan2 (line 528) | int32_t _IQ13atan2(int32_t y, int32_t x) function _IQ12atan2 (line 541) | int32_t _IQ12atan2(int32_t y, int32_t x) function _IQ11atan2 (line 554) | int32_t _IQ11atan2(int32_t y, int32_t x) function _IQ10atan2 (line 567) | int32_t _IQ10atan2(int32_t y, int32_t x) function _IQ9atan2 (line 580) | int32_t _IQ9atan2(int32_t y, int32_t x) function _IQ8atan2 (line 593) | int32_t _IQ8atan2(int32_t y, int32_t x) function _IQ7atan2 (line 606) | int32_t _IQ7atan2(int32_t y, int32_t x) function _IQ6atan2 (line 619) | int32_t _IQ6atan2(int32_t y, int32_t x) function _IQ5atan2 (line 632) | int32_t _IQ5atan2(int32_t y, int32_t x) function _IQ4atan2 (line 645) | int32_t _IQ4atan2(int32_t y, int32_t x) function _IQ3atan2 (line 658) | int32_t _IQ3atan2(int32_t y, int32_t x) function _IQ2atan2 (line 671) | int32_t _IQ2atan2(int32_t y, int32_t x) function _IQ1atan2 (line 684) | int32_t _IQ1atan2(int32_t y, int32_t x) function _IQ31atan2PU (line 699) | int32_t _IQ31atan2PU(int32_t y, int32_t x) function _IQ30atan2PU (line 712) | int32_t _IQ30atan2PU(int32_t y, int32_t x) function _IQ29atan2PU (line 725) | int32_t _IQ29atan2PU(int32_t y, int32_t x) function _IQ28atan2PU (line 738) | int32_t _IQ28atan2PU(int32_t y, int32_t x) function _IQ27atan2PU (line 751) | int32_t _IQ27atan2PU(int32_t y, int32_t x) function _IQ26atan2PU (line 764) | int32_t _IQ26atan2PU(int32_t y, int32_t x) function _IQ25atan2PU (line 777) | int32_t _IQ25atan2PU(int32_t y, int32_t x) function _IQ24atan2PU (line 790) | int32_t _IQ24atan2PU(int32_t y, int32_t x) function _IQ23atan2PU (line 803) | int32_t _IQ23atan2PU(int32_t y, int32_t x) function _IQ22atan2PU (line 816) | int32_t _IQ22atan2PU(int32_t y, int32_t x) function _IQ21atan2PU (line 829) | int32_t _IQ21atan2PU(int32_t y, int32_t x) function _IQ20atan2PU (line 842) | int32_t _IQ20atan2PU(int32_t y, int32_t x) function _IQ19atan2PU (line 855) | int32_t _IQ19atan2PU(int32_t y, int32_t x) function _IQ18atan2PU (line 868) | int32_t _IQ18atan2PU(int32_t y, int32_t x) function _IQ17atan2PU (line 881) | int32_t _IQ17atan2PU(int32_t y, int32_t x) function _IQ16atan2PU (line 894) | int32_t _IQ16atan2PU(int32_t y, int32_t x) function _IQ15atan2PU (line 907) | int32_t _IQ15atan2PU(int32_t y, int32_t x) function _IQ14atan2PU (line 920) | int32_t _IQ14atan2PU(int32_t y, int32_t x) function _IQ13atan2PU (line 933) | int32_t _IQ13atan2PU(int32_t y, int32_t x) function _IQ12atan2PU (line 946) | int32_t _IQ12atan2PU(int32_t y, int32_t x) function _IQ11atan2PU (line 959) | int32_t _IQ11atan2PU(int32_t y, int32_t x) function _IQ10atan2PU (line 972) | int32_t _IQ10atan2PU(int32_t y, int32_t x) function _IQ9atan2PU (line 985) | int32_t _IQ9atan2PU(int32_t y, int32_t x) function _IQ8atan2PU (line 998) | int32_t _IQ8atan2PU(int32_t y, int32_t x) function _IQ7atan2PU (line 1011) | int32_t _IQ7atan2PU(int32_t y, int32_t x) function _IQ6atan2PU (line 1024) | int32_t _IQ6atan2PU(int32_t y, int32_t x) function _IQ5atan2PU (line 1037) | int32_t _IQ5atan2PU(int32_t y, int32_t x) function _IQ4atan2PU (line 1050) | int32_t _IQ4atan2PU(int32_t y, int32_t x) function _IQ3atan2PU (line 1063) | int32_t _IQ3atan2PU(int32_t y, int32_t x) function _IQ2atan2PU (line 1076) | int32_t _IQ2atan2PU(int32_t y, int32_t x) function _IQ1atan2PU (line 1089) | int32_t _IQ1atan2PU(int32_t y, int32_t x) FILE: iqmath/_IQNfunctions/_IQNdiv.c function _IQ31div (line 13) | int32_t _IQ31div(int32_t a, int32_t b) function _IQ30div (line 25) | int32_t _IQ30div(int32_t a, int32_t b) function _IQ29div (line 37) | int32_t _IQ29div(int32_t a, int32_t b) function _IQ28div (line 49) | int32_t _IQ28div(int32_t a, int32_t b) function _IQ27div (line 61) | int32_t _IQ27div(int32_t a, int32_t b) function _IQ26div (line 73) | int32_t _IQ26div(int32_t a, int32_t b) function _IQ25div (line 85) | int32_t _IQ25div(int32_t a, int32_t b) function _IQ24div (line 97) | int32_t _IQ24div(int32_t a, int32_t b) function _IQ23div (line 109) | int32_t _IQ23div(int32_t a, int32_t b) function _IQ22div (line 121) | int32_t _IQ22div(int32_t a, int32_t b) function _IQ21div (line 133) | int32_t _IQ21div(int32_t a, int32_t b) function _IQ20div (line 145) | int32_t _IQ20div(int32_t a, int32_t b) function _IQ19div (line 157) | int32_t _IQ19div(int32_t a, int32_t b) function _IQ18div (line 169) | int32_t _IQ18div(int32_t a, int32_t b) function _IQ17div (line 181) | int32_t _IQ17div(int32_t a, int32_t b) function _IQ16div (line 193) | int32_t _IQ16div(int32_t a, int32_t b) function _IQ15div (line 205) | int32_t _IQ15div(int32_t a, int32_t b) function _IQ14div (line 217) | int32_t _IQ14div(int32_t a, int32_t b) function _IQ13div (line 229) | int32_t _IQ13div(int32_t a, int32_t b) function _IQ12div (line 241) | int32_t _IQ12div(int32_t a, int32_t b) function _IQ11div (line 253) | int32_t _IQ11div(int32_t a, int32_t b) function _IQ10div (line 265) | int32_t _IQ10div(int32_t a, int32_t b) function _IQ9div (line 277) | int32_t _IQ9div(int32_t a, int32_t b) function _IQ8div (line 289) | int32_t _IQ8div(int32_t a, int32_t b) function _IQ7div (line 301) | int32_t _IQ7div(int32_t a, int32_t b) function _IQ6div (line 313) | int32_t _IQ6div(int32_t a, int32_t b) function _IQ5div (line 325) | int32_t _IQ5div(int32_t a, int32_t b) function _IQ4div (line 337) | int32_t _IQ4div(int32_t a, int32_t b) function _IQ3div (line 349) | int32_t _IQ3div(int32_t a, int32_t b) function _IQ2div (line 361) | int32_t _IQ2div(int32_t a, int32_t b) function _IQ1div (line 373) | int32_t _IQ1div(int32_t a, int32_t b) function _IQ31div (line 387) | int32_t _IQ31div(int32_t a, int32_t b) function _IQ30div (line 399) | int32_t _IQ30div(int32_t a, int32_t b) function _IQ29div (line 411) | int32_t _IQ29div(int32_t a, int32_t b) function _IQ28div (line 423) | int32_t _IQ28div(int32_t a, int32_t b) function _IQ27div (line 435) | int32_t _IQ27div(int32_t a, int32_t b) function _IQ26div (line 447) | int32_t _IQ26div(int32_t a, int32_t b) function _IQ25div (line 459) | int32_t _IQ25div(int32_t a, int32_t b) function _IQ24div (line 471) | int32_t _IQ24div(int32_t a, int32_t b) function _IQ23div (line 483) | int32_t _IQ23div(int32_t a, int32_t b) function _IQ22div (line 495) | int32_t _IQ22div(int32_t a, int32_t b) function _IQ21div (line 507) | int32_t _IQ21div(int32_t a, int32_t b) function _IQ20div (line 519) | int32_t _IQ20div(int32_t a, int32_t b) function _IQ19div (line 531) | int32_t _IQ19div(int32_t a, int32_t b) function _IQ18div (line 543) | int32_t _IQ18div(int32_t a, int32_t b) function _IQ17div (line 555) | int32_t _IQ17div(int32_t a, int32_t b) function _IQ16div (line 567) | int32_t _IQ16div(int32_t a, int32_t b) function _IQ15div (line 579) | int32_t _IQ15div(int32_t a, int32_t b) function _IQ14div (line 591) | int32_t _IQ14div(int32_t a, int32_t b) function _IQ13div (line 603) | int32_t _IQ13div(int32_t a, int32_t b) function _IQ12div (line 615) | int32_t _IQ12div(int32_t a, int32_t b) function _IQ11div (line 627) | int32_t _IQ11div(int32_t a, int32_t b) function _IQ10div (line 639) | int32_t _IQ10div(int32_t a, int32_t b) function _IQ9div (line 651) | int32_t _IQ9div(int32_t a, int32_t b) function _IQ8div (line 663) | int32_t _IQ8div(int32_t a, int32_t b) function _IQ7div (line 675) | int32_t _IQ7div(int32_t a, int32_t b) function _IQ6div (line 687) | int32_t _IQ6div(int32_t a, int32_t b) function _IQ5div (line 699) | int32_t _IQ5div(int32_t a, int32_t b) function _IQ4div (line 711) | int32_t _IQ4div(int32_t a, int32_t b) function _IQ3div (line 723) | int32_t _IQ3div(int32_t a, int32_t b) function _IQ2div (line 735) | int32_t _IQ2div(int32_t a, int32_t b) function _IQ1div (line 747) | int32_t _IQ1div(int32_t a, int32_t b) function _UIQ31div (line 762) | uint32_t _UIQ31div(uint32_t a, uint32_t b) FILE: iqmath/_IQNfunctions/_IQNdiv.h function __STATIC_INLINE (line 39) | __STATIC_INLINE int_fast32_t __IQNdiv(int_fast32_t iqNInput1, int_fast32... function __STATIC_INLINE (line 181) | __STATIC_INLINE int_fast32_t __IQNdiv_MathACL(int_fast32_t iqNInput1, in... FILE: iqmath/_IQNfunctions/_IQNexp.c function __STATIC_INLINE (line 32) | __STATIC_INLINE int_fast32_t __IQNexp(int_fast32_t iqNInput, const uint_... function _IQ30exp (line 147) | int32_t _IQ30exp(int32_t a) function _IQ29exp (line 158) | int32_t _IQ29exp(int32_t a) function _IQ28exp (line 169) | int32_t _IQ28exp(int32_t a) function _IQ27exp (line 180) | int32_t _IQ27exp(int32_t a) function _IQ26exp (line 191) | int32_t _IQ26exp(int32_t a) function _IQ25exp (line 202) | int32_t _IQ25exp(int32_t a) function _IQ24exp (line 213) | int32_t _IQ24exp(int32_t a) function _IQ23exp (line 224) | int32_t _IQ23exp(int32_t a) function _IQ22exp (line 235) | int32_t _IQ22exp(int32_t a) function _IQ21exp (line 246) | int32_t _IQ21exp(int32_t a) function _IQ20exp (line 257) | int32_t _IQ20exp(int32_t a) function _IQ19exp (line 268) | int32_t _IQ19exp(int32_t a) function _IQ18exp (line 279) | int32_t _IQ18exp(int32_t a) function _IQ17exp (line 290) | int32_t _IQ17exp(int32_t a) function _IQ16exp (line 301) | int32_t _IQ16exp(int32_t a) function _IQ15exp (line 312) | int32_t _IQ15exp(int32_t a) function _IQ14exp (line 323) | int32_t _IQ14exp(int32_t a) function _IQ13exp (line 334) | int32_t _IQ13exp(int32_t a) function _IQ12exp (line 345) | int32_t _IQ12exp(int32_t a) function _IQ11exp (line 356) | int32_t _IQ11exp(int32_t a) function _IQ10exp (line 367) | int32_t _IQ10exp(int32_t a) function _IQ9exp (line 378) | int32_t _IQ9exp(int32_t a) function _IQ8exp (line 389) | int32_t _IQ8exp(int32_t a) function _IQ7exp (line 400) | int32_t _IQ7exp(int32_t a) function _IQ6exp (line 411) | int32_t _IQ6exp(int32_t a) function _IQ5exp (line 422) | int32_t _IQ5exp(int32_t a) function _IQ4exp (line 433) | int32_t _IQ4exp(int32_t a) function _IQ3exp (line 444) | int32_t _IQ3exp(int32_t a) function _IQ2exp (line 455) | int32_t _IQ2exp(int32_t a) function _IQ1exp (line 466) | int32_t _IQ1exp(int32_t a) FILE: iqmath/_IQNfunctions/_IQNfrac.c function __STATIC_INLINE (line 25) | __STATIC_INLINE int_fast32_t __IQNfrac(int_fast32_t iqNInput, int8_t q_v... function _IQ30frac (line 41) | int32_t _IQ30frac(int32_t a) function _IQ29frac (line 52) | int32_t _IQ29frac(int32_t a) function _IQ28frac (line 63) | int32_t _IQ28frac(int32_t a) function _IQ27frac (line 74) | int32_t _IQ27frac(int32_t a) function _IQ26frac (line 85) | int32_t _IQ26frac(int32_t a) function _IQ25frac (line 96) | int32_t _IQ25frac(int32_t a) function _IQ24frac (line 107) | int32_t _IQ24frac(int32_t a) function _IQ23frac (line 118) | int32_t _IQ23frac(int32_t a) function _IQ22frac (line 129) | int32_t _IQ22frac(int32_t a) function _IQ21frac (line 140) | int32_t _IQ21frac(int32_t a) function _IQ20frac (line 151) | int32_t _IQ20frac(int32_t a) function _IQ19frac (line 162) | int32_t _IQ19frac(int32_t a) function _IQ18frac (line 173) | int32_t _IQ18frac(int32_t a) function _IQ17frac (line 184) | int32_t _IQ17frac(int32_t a) function _IQ16frac (line 195) | int32_t _IQ16frac(int32_t a) function _IQ15frac (line 206) | int32_t _IQ15frac(int32_t a) function _IQ14frac (line 217) | int32_t _IQ14frac(int32_t a) function _IQ13frac (line 228) | int32_t _IQ13frac(int32_t a) function _IQ12frac (line 239) | int32_t _IQ12frac(int32_t a) function _IQ11frac (line 250) | int32_t _IQ11frac(int32_t a) function _IQ10frac (line 261) | int32_t _IQ10frac(int32_t a) function _IQ9frac (line 272) | int32_t _IQ9frac(int32_t a) function _IQ8frac (line 283) | int32_t _IQ8frac(int32_t a) function _IQ7frac (line 294) | int32_t _IQ7frac(int32_t a) function _IQ6frac (line 305) | int32_t _IQ6frac(int32_t a) function _IQ5frac (line 316) | int32_t _IQ5frac(int32_t a) function _IQ4frac (line 327) | int32_t _IQ4frac(int32_t a) function _IQ3frac (line 338) | int32_t _IQ3frac(int32_t a) function _IQ2frac (line 349) | int32_t _IQ2frac(int32_t a) function _IQ1frac (line 360) | int32_t _IQ1frac(int32_t a) FILE: iqmath/_IQNfunctions/_IQNlog.c function __STATIC_INLINE (line 28) | __STATIC_INLINE int_fast32_t __IQNlog(int_fast32_t iqNInput, const int_f... function _IQ30log (line 128) | int32_t _IQ30log(int32_t a) function _IQ29log (line 139) | int32_t _IQ29log(int32_t a) function _IQ28log (line 150) | int32_t _IQ28log(int32_t a) function _IQ27log (line 161) | int32_t _IQ27log(int32_t a) function _IQ26log (line 172) | int32_t _IQ26log(int32_t a) function _IQ25log (line 183) | int32_t _IQ25log(int32_t a) function _IQ24log (line 194) | int32_t _IQ24log(int32_t a) function _IQ23log (line 205) | int32_t _IQ23log(int32_t a) function _IQ22log (line 216) | int32_t _IQ22log(int32_t a) function _IQ21log (line 227) | int32_t _IQ21log(int32_t a) function _IQ20log (line 238) | int32_t _IQ20log(int32_t a) function _IQ19log (line 249) | int32_t _IQ19log(int32_t a) function _IQ18log (line 260) | int32_t _IQ18log(int32_t a) function _IQ17log (line 271) | int32_t _IQ17log(int32_t a) function _IQ16log (line 282) | int32_t _IQ16log(int32_t a) function _IQ15log (line 293) | int32_t _IQ15log(int32_t a) function _IQ14log (line 304) | int32_t _IQ14log(int32_t a) function _IQ13log (line 315) | int32_t _IQ13log(int32_t a) function _IQ12log (line 326) | int32_t _IQ12log(int32_t a) function _IQ11log (line 337) | int32_t _IQ11log(int32_t a) function _IQ10log (line 348) | int32_t _IQ10log(int32_t a) function _IQ9log (line 359) | int32_t _IQ9log(int32_t a) function _IQ8log (line 370) | int32_t _IQ8log(int32_t a) function _IQ7log (line 381) | int32_t _IQ7log(int32_t a) function _IQ6log (line 392) | int32_t _IQ6log(int32_t a) function _IQ5log (line 403) | int32_t _IQ5log(int32_t a) function _IQ4log (line 414) | int32_t _IQ4log(int32_t a) function _IQ3log (line 425) | int32_t _IQ3log(int32_t a) function _IQ2log (line 436) | int32_t _IQ2log(int32_t a) function _IQ1log (line 447) | int32_t _IQ1log(int32_t a) FILE: iqmath/_IQNfunctions/_IQNmpy.c function _IQ31mpy (line 17) | int32_t _IQ31mpy(int32_t a, int32_t b) function _IQ30mpy (line 29) | int32_t _IQ30mpy(int32_t a, int32_t b) function _IQ29mpy (line 41) | int32_t _IQ29mpy(int32_t a, int32_t b) function _IQ28mpy (line 53) | int32_t _IQ28mpy(int32_t a, int32_t b) function _IQ27mpy (line 65) | int32_t _IQ27mpy(int32_t a, int32_t b) function _IQ26mpy (line 77) | int32_t _IQ26mpy(int32_t a, int32_t b) function _IQ25mpy (line 89) | int32_t _IQ25mpy(int32_t a, int32_t b) function _IQ24mpy (line 101) | int32_t _IQ24mpy(int32_t a, int32_t b) function _IQ23mpy (line 113) | int32_t _IQ23mpy(int32_t a, int32_t b) function _IQ22mpy (line 125) | int32_t _IQ22mpy(int32_t a, int32_t b) function _IQ21mpy (line 137) | int32_t _IQ21mpy(int32_t a, int32_t b) function _IQ20mpy (line 149) | int32_t _IQ20mpy(int32_t a, int32_t b) function _IQ19mpy (line 161) | int32_t _IQ19mpy(int32_t a, int32_t b) function _IQ18mpy (line 173) | int32_t _IQ18mpy(int32_t a, int32_t b) function _IQ17mpy (line 185) | int32_t _IQ17mpy(int32_t a, int32_t b) function _IQ16mpy (line 197) | int32_t _IQ16mpy(int32_t a, int32_t b) function _IQ15mpy (line 209) | int32_t _IQ15mpy(int32_t a, int32_t b) function _IQ14mpy (line 221) | int32_t _IQ14mpy(int32_t a, int32_t b) function _IQ13mpy (line 233) | int32_t _IQ13mpy(int32_t a, int32_t b) function _IQ12mpy (line 245) | int32_t _IQ12mpy(int32_t a, int32_t b) function _IQ11mpy (line 257) | int32_t _IQ11mpy(int32_t a, int32_t b) function _IQ10mpy (line 269) | int32_t _IQ10mpy(int32_t a, int32_t b) function _IQ9mpy (line 281) | int32_t _IQ9mpy(int32_t a, int32_t b) function _IQ8mpy (line 293) | int32_t _IQ8mpy(int32_t a, int32_t b) function _IQ7mpy (line 305) | int32_t _IQ7mpy(int32_t a, int32_t b) function _IQ6mpy (line 317) | int32_t _IQ6mpy(int32_t a, int32_t b) function _IQ5mpy (line 329) | int32_t _IQ5mpy(int32_t a, int32_t b) function _IQ4mpy (line 341) | int32_t _IQ4mpy(int32_t a, int32_t b) function _IQ3mpy (line 353) | int32_t _IQ3mpy(int32_t a, int32_t b) function _IQ2mpy (line 365) | int32_t _IQ2mpy(int32_t a, int32_t b) function _IQ1mpy (line 377) | int32_t _IQ1mpy(int32_t a, int32_t b) FILE: iqmath/_IQNfunctions/_IQNmpy.h function __STATIC_INLINE (line 28) | __STATIC_INLINE int_fast32_t __IQNmpy(int_fast32_t iqNInput1, int_fast32... function __STATIC_INLINE (line 52) | __STATIC_INLINE int_fast32_t __IQNmpy(int_fast32_t iqNInput1, int_fast32... FILE: iqmath/_IQNfunctions/_IQNmpyIQX.c function __STATIC_INLINE (line 34) | __STATIC_INLINE int_fast32_t __IQNmpyIQX(int_fast32_t a, int n1, int_fas... function _IQ30mpyIQX (line 79) | int32_t _IQ30mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ29mpyIQX (line 94) | int32_t _IQ29mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ28mpyIQX (line 109) | int32_t _IQ28mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ27mpyIQX (line 124) | int32_t _IQ27mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ26mpyIQX (line 139) | int32_t _IQ26mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ25mpyIQX (line 154) | int32_t _IQ25mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ24mpyIQX (line 169) | int32_t _IQ24mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ23mpyIQX (line 184) | int32_t _IQ23mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ22mpyIQX (line 199) | int32_t _IQ22mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ21mpyIQX (line 214) | int32_t _IQ21mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ20mpyIQX (line 229) | int32_t _IQ20mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ19mpyIQX (line 244) | int32_t _IQ19mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ18mpyIQX (line 259) | int32_t _IQ18mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ17mpyIQX (line 274) | int32_t _IQ17mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ16mpyIQX (line 289) | int32_t _IQ16mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ15mpyIQX (line 304) | int32_t _IQ15mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ14mpyIQX (line 319) | int32_t _IQ14mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ13mpyIQX (line 334) | int32_t _IQ13mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ12mpyIQX (line 349) | int32_t _IQ12mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ11mpyIQX (line 364) | int32_t _IQ11mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ10mpyIQX (line 379) | int32_t _IQ10mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ9mpyIQX (line 394) | int32_t _IQ9mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ8mpyIQX (line 409) | int32_t _IQ8mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ7mpyIQX (line 424) | int32_t _IQ7mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ6mpyIQX (line 439) | int32_t _IQ6mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ5mpyIQX (line 454) | int32_t _IQ5mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ4mpyIQX (line 469) | int32_t _IQ4mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ3mpyIQX (line 484) | int32_t _IQ3mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ2mpyIQX (line 499) | int32_t _IQ2mpyIQX(int32_t a, int n1, int32_t b, int n2) function _IQ1mpyIQX (line 514) | int32_t _IQ1mpyIQX(int32_t a, int n1, int32_t b, int n2) FILE: iqmath/_IQNfunctions/_IQNrepeat.c function __STATIC_INLINE (line 21) | __STATIC_INLINE int_fast32_t __IQopRepeat(int_fast32_t iqNInput1, int_fa... function _IQrepeat (line 41) | int32_t _IQrepeat(int32_t A, int32_t B) FILE: iqmath/_IQNfunctions/_IQNrmpy.c function __STATIC_INLINE (line 29) | __STATIC_INLINE int_fast32_t __IQNrmpy(int_fast32_t iqNInput1, int_fast3... function _IQ31rmpy (line 48) | int32_t _IQ31rmpy(int32_t a, int32_t b) function _IQ30rmpy (line 60) | int32_t _IQ30rmpy(int32_t a, int32_t b) function _IQ29rmpy (line 72) | int32_t _IQ29rmpy(int32_t a, int32_t b) function _IQ28rmpy (line 84) | int32_t _IQ28rmpy(int32_t a, int32_t b) function _IQ27rmpy (line 96) | int32_t _IQ27rmpy(int32_t a, int32_t b) function _IQ26rmpy (line 108) | int32_t _IQ26rmpy(int32_t a, int32_t b) function _IQ25rmpy (line 120) | int32_t _IQ25rmpy(int32_t a, int32_t b) function _IQ24rmpy (line 132) | int32_t _IQ24rmpy(int32_t a, int32_t b) function _IQ23rmpy (line 144) | int32_t _IQ23rmpy(int32_t a, int32_t b) function _IQ22rmpy (line 156) | int32_t _IQ22rmpy(int32_t a, int32_t b) function _IQ21rmpy (line 168) | int32_t _IQ21rmpy(int32_t a, int32_t b) function _IQ20rmpy (line 180) | int32_t _IQ20rmpy(int32_t a, int32_t b) function _IQ19rmpy (line 192) | int32_t _IQ19rmpy(int32_t a, int32_t b) function _IQ18rmpy (line 204) | int32_t _IQ18rmpy(int32_t a, int32_t b) function _IQ17rmpy (line 216) | int32_t _IQ17rmpy(int32_t a, int32_t b) function _IQ16rmpy (line 228) | int32_t _IQ16rmpy(int32_t a, int32_t b) function _IQ15rmpy (line 240) | int32_t _IQ15rmpy(int32_t a, int32_t b) function _IQ14rmpy (line 252) | int32_t _IQ14rmpy(int32_t a, int32_t b) function _IQ13rmpy (line 264) | int32_t _IQ13rmpy(int32_t a, int32_t b) function _IQ12rmpy (line 276) | int32_t _IQ12rmpy(int32_t a, int32_t b) function _IQ11rmpy (line 288) | int32_t _IQ11rmpy(int32_t a, int32_t b) function _IQ10rmpy (line 300) | int32_t _IQ10rmpy(int32_t a, int32_t b) function _IQ9rmpy (line 312) | int32_t _IQ9rmpy(int32_t a, int32_t b) function _IQ8rmpy (line 324) | int32_t _IQ8rmpy(int32_t a, int32_t b) function _IQ7rmpy (line 336) | int32_t _IQ7rmpy(int32_t a, int32_t b) function _IQ6rmpy (line 348) | int32_t _IQ6rmpy(int32_t a, int32_t b) function _IQ5rmpy (line 360) | int32_t _IQ5rmpy(int32_t a, int32_t b) function _IQ4rmpy (line 372) | int32_t _IQ4rmpy(int32_t a, int32_t b) function _IQ3rmpy (line 384) | int32_t _IQ3rmpy(int32_t a, int32_t b) function _IQ2rmpy (line 396) | int32_t _IQ2rmpy(int32_t a, int32_t b) function _IQ1rmpy (line 408) | int32_t _IQ1rmpy(int32_t a, int32_t b) FILE: iqmath/_IQNfunctions/_IQNrsmpy.c function __STATIC_INLINE (line 30) | __STATIC_INLINE int_fast32_t __IQNrsmpy(int_fast32_t iqNInput1, int_fast... function _IQ31rsmpy (line 55) | int32_t _IQ31rsmpy(int32_t a, int32_t b) function _IQ30rsmpy (line 67) | int32_t _IQ30rsmpy(int32_t a, int32_t b) function _IQ29rsmpy (line 79) | int32_t _IQ29rsmpy(int32_t a, int32_t b) function _IQ28rsmpy (line 91) | int32_t _IQ28rsmpy(int32_t a, int32_t b) function _IQ27rsmpy (line 103) | int32_t _IQ27rsmpy(int32_t a, int32_t b) function _IQ26rsmpy (line 115) | int32_t _IQ26rsmpy(int32_t a, int32_t b) function _IQ25rsmpy (line 127) | int32_t _IQ25rsmpy(int32_t a, int32_t b) function _IQ24rsmpy (line 139) | int32_t _IQ24rsmpy(int32_t a, int32_t b) function _IQ23rsmpy (line 151) | int32_t _IQ23rsmpy(int32_t a, int32_t b) function _IQ22rsmpy (line 163) | int32_t _IQ22rsmpy(int32_t a, int32_t b) function _IQ21rsmpy (line 175) | int32_t _IQ21rsmpy(int32_t a, int32_t b) function _IQ20rsmpy (line 187) | int32_t _IQ20rsmpy(int32_t a, int32_t b) function _IQ19rsmpy (line 199) | int32_t _IQ19rsmpy(int32_t a, int32_t b) function _IQ18rsmpy (line 211) | int32_t _IQ18rsmpy(int32_t a, int32_t b) function _IQ17rsmpy (line 223) | int32_t _IQ17rsmpy(int32_t a, int32_t b) function _IQ16rsmpy (line 235) | int32_t _IQ16rsmpy(int32_t a, int32_t b) function _IQ15rsmpy (line 247) | int32_t _IQ15rsmpy(int32_t a, int32_t b) function _IQ14rsmpy (line 259) | int32_t _IQ14rsmpy(int32_t a, int32_t b) function _IQ13rsmpy (line 271) | int32_t _IQ13rsmpy(int32_t a, int32_t b) function _IQ12rsmpy (line 283) | int32_t _IQ12rsmpy(int32_t a, int32_t b) function _IQ11rsmpy (line 295) | int32_t _IQ11rsmpy(int32_t a, int32_t b) function _IQ10rsmpy (line 307) | int32_t _IQ10rsmpy(int32_t a, int32_t b) function _IQ9rsmpy (line 319) | int32_t _IQ9rsmpy(int32_t a, int32_t b) function _IQ8rsmpy (line 331) | int32_t _IQ8rsmpy(int32_t a, int32_t b) function _IQ7rsmpy (line 343) | int32_t _IQ7rsmpy(int32_t a, int32_t b) function _IQ6rsmpy (line 355) | int32_t _IQ6rsmpy(int32_t a, int32_t b) function _IQ5rsmpy (line 367) | int32_t _IQ5rsmpy(int32_t a, int32_t b) function _IQ4rsmpy (line 379) | int32_t _IQ4rsmpy(int32_t a, int32_t b) function _IQ3rsmpy (line 391) | int32_t _IQ3rsmpy(int32_t a, int32_t b) function _IQ2rsmpy (line 403) | int32_t _IQ2rsmpy(int32_t a, int32_t b) function _IQ1rsmpy (line 415) | int32_t _IQ1rsmpy(int32_t a, int32_t b) FILE: iqmath/_IQNfunctions/_IQNsin_cos.c function __STATIC_INLINE (line 83) | __STATIC_INLINE int_fast32_t __IQNcalcSin(uint_fast32_t uiq31Input) function __STATIC_INLINE (line 139) | __STATIC_INLINE int_fast32_t __IQNcalcCos(uint_fast32_t uiq31Input) function __STATIC_INLINE (line 199) | __STATIC_INLINE int_fast32_t __IQNsin_cos(int_fast32_t iqNInput, const i... function __STATIC_INLINE (line 341) | __STATIC_INLINE int_fast32_t __IQNsin_cos(int_fast32_t iqNInput, const i... function _IQ29sin (line 397) | int32_t _IQ29sin(int32_t a) function _IQ28sin (line 408) | int32_t _IQ28sin(int32_t a) function _IQ27sin (line 419) | int32_t _IQ27sin(int32_t a) function _IQ26sin (line 430) | int32_t _IQ26sin(int32_t a) function _IQ25sin (line 441) | int32_t _IQ25sin(int32_t a) function _IQ24sin (line 452) | int32_t _IQ24sin(int32_t a) function _IQ23sin (line 463) | int32_t _IQ23sin(int32_t a) function _IQ22sin (line 474) | int32_t _IQ22sin(int32_t a) function _IQ21sin (line 485) | int32_t _IQ21sin(int32_t a) function _IQ20sin (line 496) | int32_t _IQ20sin(int32_t a) function _IQ19sin (line 507) | int32_t _IQ19sin(int32_t a) function _IQ18sin (line 518) | int32_t _IQ18sin(int32_t a) function _IQ17sin (line 529) | int32_t _IQ17sin(int32_t a) function _IQ16sin (line 540) | int32_t _IQ16sin(int32_t a) function _IQ15sin (line 551) | int32_t _IQ15sin(int32_t a) function _IQ14sin (line 562) | int32_t _IQ14sin(int32_t a) function _IQ13sin (line 573) | int32_t _IQ13sin(int32_t a) function _IQ12sin (line 584) | int32_t _IQ12sin(int32_t a) function _IQ11sin (line 595) | int32_t _IQ11sin(int32_t a) function _IQ10sin (line 606) | int32_t _IQ10sin(int32_t a) function _IQ9sin (line 617) | int32_t _IQ9sin(int32_t a) function _IQ8sin (line 628) | int32_t _IQ8sin(int32_t a) function _IQ7sin (line 639) | int32_t _IQ7sin(int32_t a) function _IQ6sin (line 650) | int32_t _IQ6sin(int32_t a) function _IQ5sin (line 661) | int32_t _IQ5sin(int32_t a) function _IQ4sin (line 672) | int32_t _IQ4sin(int32_t a) function _IQ3sin (line 683) | int32_t _IQ3sin(int32_t a) function _IQ2sin (line 694) | int32_t _IQ2sin(int32_t a) function _IQ1sin (line 705) | int32_t _IQ1sin(int32_t a) function _IQ29cos (line 718) | int32_t _IQ29cos(int32_t a) function _IQ28cos (line 729) | int32_t _IQ28cos(int32_t a) function _IQ27cos (line 740) | int32_t _IQ27cos(int32_t a) function _IQ26cos (line 751) | int32_t _IQ26cos(int32_t a) function _IQ25cos (line 762) | int32_t _IQ25cos(int32_t a) function _IQ24cos (line 773) | int32_t _IQ24cos(int32_t a) function _IQ23cos (line 784) | int32_t _IQ23cos(int32_t a) function _IQ22cos (line 795) | int32_t _IQ22cos(int32_t a) function _IQ21cos (line 806) | int32_t _IQ21cos(int32_t a) function _IQ20cos (line 817) | int32_t _IQ20cos(int32_t a) function _IQ19cos (line 828) | int32_t _IQ19cos(int32_t a) function _IQ18cos (line 839) | int32_t _IQ18cos(int32_t a) function _IQ17cos (line 850) | int32_t _IQ17cos(int32_t a) function _IQ16cos (line 861) | int32_t _IQ16cos(int32_t a) function _IQ15cos (line 872) | int32_t _IQ15cos(int32_t a) function _IQ14cos (line 883) | int32_t _IQ14cos(int32_t a) function _IQ13cos (line 894) | int32_t _IQ13cos(int32_t a) function _IQ12cos (line 905) | int32_t _IQ12cos(int32_t a) function _IQ11cos (line 916) | int32_t _IQ11cos(int32_t a) function _IQ10cos (line 927) | int32_t _IQ10cos(int32_t a) function _IQ9cos (line 938) | int32_t _IQ9cos(int32_t a) function _IQ8cos (line 949) | int32_t _IQ8cos(int32_t a) function _IQ7cos (line 960) | int32_t _IQ7cos(int32_t a) function _IQ6cos (line 971) | int32_t _IQ6cos(int32_t a) function _IQ5cos (line 982) | int32_t _IQ5cos(int32_t a) function _IQ4cos (line 993) | int32_t _IQ4cos(int32_t a) function _IQ3cos (line 1004) | int32_t _IQ3cos(int32_t a) function _IQ2cos (line 1015) | int32_t _IQ2cos(int32_t a) function _IQ1cos (line 1026) | int32_t _IQ1cos(int32_t a) function _IQ31sinPU (line 1039) | int32_t _IQ31sinPU(int32_t a) function _IQ30sinPU (line 1050) | int32_t _IQ30sinPU(int32_t a) function _IQ29sinPU (line 1061) | int32_t _IQ29sinPU(int32_t a) function _IQ28sinPU (line 1072) | int32_t _IQ28sinPU(int32_t a) function _IQ27sinPU (line 1083) | int32_t _IQ27sinPU(int32_t a) function _IQ26sinPU (line 1094) | int32_t _IQ26sinPU(int32_t a) function _IQ25sinPU (line 1105) | int32_t _IQ25sinPU(int32_t a) function _IQ24sinPU (line 1116) | int32_t _IQ24sinPU(int32_t a) function _IQ23sinPU (line 1127) | int32_t _IQ23sinPU(int32_t a) function _IQ22sinPU (line 1138) | int32_t _IQ22sinPU(int32_t a) function _IQ21sinPU (line 1149) | int32_t _IQ21sinPU(int32_t a) function _IQ20sinPU (line 1160) | int32_t _IQ20sinPU(int32_t a) function _IQ19sinPU (line 1171) | int32_t _IQ19sinPU(int32_t a) function _IQ18sinPU (line 1182) | int32_t _IQ18sinPU(int32_t a) function _IQ17sinPU (line 1193) | int32_t _IQ17sinPU(int32_t a) function _IQ16sinPU (line 1204) | int32_t _IQ16sinPU(int32_t a) function _IQ15sinPU (line 1215) | int32_t _IQ15sinPU(int32_t a) function _IQ14sinPU (line 1226) | int32_t _IQ14sinPU(int32_t a) function _IQ13sinPU (line 1237) | int32_t _IQ13sinPU(int32_t a) function _IQ12sinPU (line 1248) | int32_t _IQ12sinPU(int32_t a) function _IQ11sinPU (line 1259) | int32_t _IQ11sinPU(int32_t a) function _IQ10sinPU (line 1270) | int32_t _IQ10sinPU(int32_t a) function _IQ9sinPU (line 1281) | int32_t _IQ9sinPU(int32_t a) function _IQ8sinPU (line 1292) | int32_t _IQ8sinPU(int32_t a) function _IQ7sinPU (line 1303) | int32_t _IQ7sinPU(int32_t a) function _IQ6sinPU (line 1314) | int32_t _IQ6sinPU(int32_t a) function _IQ5sinPU (line 1325) | int32_t _IQ5sinPU(int32_t a) function _IQ4sinPU (line 1336) | int32_t _IQ4sinPU(int32_t a) function _IQ3sinPU (line 1347) | int32_t _IQ3sinPU(int32_t a) function _IQ2sinPU (line 1358) | int32_t _IQ2sinPU(int32_t a) function _IQ1sinPU (line 1369) | int32_t _IQ1sinPU(int32_t a) function _IQ31cosPU (line 1382) | int32_t _IQ31cosPU(int32_t a) function _IQ30cosPU (line 1393) | int32_t _IQ30cosPU(int32_t a) function _IQ29cosPU (line 1404) | int32_t _IQ29cosPU(int32_t a) function _IQ28cosPU (line 1415) | int32_t _IQ28cosPU(int32_t a) function _IQ27cosPU (line 1426) | int32_t _IQ27cosPU(int32_t a) function _IQ26cosPU (line 1437) | int32_t _IQ26cosPU(int32_t a) function _IQ25cosPU (line 1448) | int32_t _IQ25cosPU(int32_t a) function _IQ24cosPU (line 1459) | int32_t _IQ24cosPU(int32_t a) function _IQ23cosPU (line 1470) | int32_t _IQ23cosPU(int32_t a) function _IQ22cosPU (line 1481) | int32_t _IQ22cosPU(int32_t a) function _IQ21cosPU (line 1492) | int32_t _IQ21cosPU(int32_t a) function _IQ20cosPU (line 1503) | int32_t _IQ20cosPU(int32_t a) function _IQ19cosPU (line 1514) | int32_t _IQ19cosPU(int32_t a) function _IQ18cosPU (line 1525) | int32_t _IQ18cosPU(int32_t a) function _IQ17cosPU (line 1536) | int32_t _IQ17cosPU(int32_t a) function _IQ16cosPU (line 1547) | int32_t _IQ16cosPU(int32_t a) function _IQ15cosPU (line 1558) | int32_t _IQ15cosPU(int32_t a) function _IQ14cosPU (line 1569) | int32_t _IQ14cosPU(int32_t a) function _IQ13cosPU (line 1580) | int32_t _IQ13cosPU(int32_t a) function _IQ12cosPU (line 1591) | int32_t _IQ12cosPU(int32_t a) function _IQ11cosPU (line 1602) | int32_t _IQ11cosPU(int32_t a) function _IQ10cosPU (line 1613) | int32_t _IQ10cosPU(int32_t a) function _IQ9cosPU (line 1624) | int32_t _IQ9cosPU(int32_t a) function _IQ8cosPU (line 1635) | int32_t _IQ8cosPU(int32_t a) function _IQ7cosPU (line 1646) | int32_t _IQ7cosPU(int32_t a) function _IQ6cosPU (line 1657) | int32_t _IQ6cosPU(int32_t a) function _IQ5cosPU (line 1668) | int32_t _IQ5cosPU(int32_t a) function _IQ4cosPU (line 1679) | int32_t _IQ4cosPU(int32_t a) function _IQ3cosPU (line 1690) | int32_t _IQ3cosPU(int32_t a) function _IQ2cosPU (line 1701) | int32_t _IQ2cosPU(int32_t a) function _IQ1cosPU (line 1712) | int32_t _IQ1cosPU(int32_t a) FILE: iqmath/_IQNfunctions/_IQNsqrt.c function __STATIC_INLINE (line 68) | __STATIC_INLINE int_fast32_t __IQNsqrt(int_fast32_t iqNInputX, int_fast3... function __STATIC_INLINE (line 298) | __STATIC_INLINE int_fast32_t __IQNsqrt_MathACL(int_fast32_t iqNInputX, c... function _IQ31sqrt (line 363) | int32_t _IQ31sqrt(int32_t a) function _IQ30sqrt (line 374) | int32_t _IQ30sqrt(int32_t a) function _IQ29sqrt (line 385) | int32_t _IQ29sqrt(int32_t a) function _IQ28sqrt (line 396) | int32_t _IQ28sqrt(int32_t a) function _IQ27sqrt (line 407) | int32_t _IQ27sqrt(int32_t a) function _IQ26sqrt (line 418) | int32_t _IQ26sqrt(int32_t a) function _IQ25sqrt (line 429) | int32_t _IQ25sqrt(int32_t a) function _IQ24sqrt (line 440) | int32_t _IQ24sqrt(int32_t a) function _IQ23sqrt (line 451) | int32_t _IQ23sqrt(int32_t a) function _IQ22sqrt (line 462) | int32_t _IQ22sqrt(int32_t a) function _IQ21sqrt (line 473) | int32_t _IQ21sqrt(int32_t a) function _IQ20sqrt (line 484) | int32_t _IQ20sqrt(int32_t a) function _IQ19sqrt (line 495) | int32_t _IQ19sqrt(int32_t a) function _IQ18sqrt (line 506) | int32_t _IQ18sqrt(int32_t a) function _IQ17sqrt (line 517) | int32_t _IQ17sqrt(int32_t a) function _IQ16sqrt (line 528) | int32_t _IQ16sqrt(int32_t a) function _IQ15sqrt (line 539) | int32_t _IQ15sqrt(int32_t a) function _IQ14sqrt (line 550) | int32_t _IQ14sqrt(int32_t a) function _IQ13sqrt (line 561) | int32_t _IQ13sqrt(int32_t a) function _IQ12sqrt (line 572) | int32_t _IQ12sqrt(int32_t a) function _IQ11sqrt (line 583) | int32_t _IQ11sqrt(int32_t a) function _IQ10sqrt (line 594) | int32_t _IQ10sqrt(int32_t a) function _IQ9sqrt (line 605) | int32_t _IQ9sqrt(int32_t a) function _IQ8sqrt (line 616) | int32_t _IQ8sqrt(int32_t a) function _IQ7sqrt (line 627) | int32_t _IQ7sqrt(int32_t a) function _IQ6sqrt (line 638) | int32_t _IQ6sqrt(int32_t a) function _IQ5sqrt (line 649) | int32_t _IQ5sqrt(int32_t a) function _IQ4sqrt (line 660) | int32_t _IQ4sqrt(int32_t a) function _IQ3sqrt (line 671) | int32_t _IQ3sqrt(int32_t a) function _IQ2sqrt (line 682) | int32_t _IQ2sqrt(int32_t a) function _IQ1sqrt (line 693) | int32_t _IQ1sqrt(int32_t a) function _IQ31sqrt (line 706) | int32_t _IQ31sqrt(int32_t a) function _IQ30sqrt (line 717) | int32_t _IQ30sqrt(int32_t a) function _IQ29sqrt (line 728) | int32_t _IQ29sqrt(int32_t a) function _IQ28sqrt (line 739) | int32_t _IQ28sqrt(int32_t a) function _IQ27sqrt (line 750) | int32_t _IQ27sqrt(int32_t a) function _IQ26sqrt (line 761) | int32_t _IQ26sqrt(int32_t a) function _IQ25sqrt (line 772) | int32_t _IQ25sqrt(int32_t a) function _IQ24sqrt (line 783) | int32_t _IQ24sqrt(int32_t a) function _IQ23sqrt (line 794) | int32_t _IQ23sqrt(int32_t a) function _IQ22sqrt (line 805) | int32_t _IQ22sqrt(int32_t a) function _IQ21sqrt (line 816) | int32_t _IQ21sqrt(int32_t a) function _IQ20sqrt (line 827) | int32_t _IQ20sqrt(int32_t a) function _IQ19sqrt (line 838) | int32_t _IQ19sqrt(int32_t a) function _IQ18sqrt (line 849) | int32_t _IQ18sqrt(int32_t a) function _IQ17sqrt (line 860) | int32_t _IQ17sqrt(int32_t a) function _IQ16sqrt (line 871) | int32_t _IQ16sqrt(int32_t a) function _IQ15sqrt (line 882) | int32_t _IQ15sqrt(int32_t a) function _IQ14sqrt (line 893) | int32_t _IQ14sqrt(int32_t a) function _IQ13sqrt (line 904) | int32_t _IQ13sqrt(int32_t a) function _IQ12sqrt (line 915) | int32_t _IQ12sqrt(int32_t a) function _IQ11sqrt (line 926) | int32_t _IQ11sqrt(int32_t a) function _IQ10sqrt (line 937) | int32_t _IQ10sqrt(int32_t a) function _IQ9sqrt (line 948) | int32_t _IQ9sqrt(int32_t a) function _IQ8sqrt (line 959) | int32_t _IQ8sqrt(int32_t a) function _IQ7sqrt (line 970) | int32_t _IQ7sqrt(int32_t a) function _IQ6sqrt (line 981) | int32_t _IQ6sqrt(int32_t a) function _IQ5sqrt (line 992) | int32_t _IQ5sqrt(int32_t a) function _IQ4sqrt (line 1003) | int32_t _IQ4sqrt(int32_t a) function _IQ3sqrt (line 1014) | int32_t _IQ3sqrt(int32_t a) function _IQ2sqrt (line 1025) | int32_t _IQ2sqrt(int32_t a) function _IQ1sqrt (line 1036) | int32_t _IQ1sqrt(int32_t a) function _IQ30isqrt (line 1050) | int32_t _IQ30isqrt(int32_t a) function _IQ29isqrt (line 1061) | int32_t _IQ29isqrt(int32_t a) function _IQ28isqrt (line 1072) | int32_t _IQ28isqrt(int32_t a) function _IQ27isqrt (line 1083) | int32_t _IQ27isqrt(int32_t a) function _IQ26isqrt (line 1094) | int32_t _IQ26isqrt(int32_t a) function _IQ25isqrt (line 1105) | int32_t _IQ25isqrt(int32_t a) function _IQ24isqrt (line 1116) | int32_t _IQ24isqrt(int32_t a) function _IQ23isqrt (line 1127) | int32_t _IQ23isqrt(int32_t a) function _IQ22isqrt (line 1138) | int32_t _IQ22isqrt(int32_t a) function _IQ21isqrt (line 1149) | int32_t _IQ21isqrt(int32_t a) function _IQ20isqrt (line 1160) | int32_t _IQ20isqrt(int32_t a) function _IQ19isqrt (line 1171) | int32_t _IQ19isqrt(int32_t a) function _IQ18isqrt (line 1182) | int32_t _IQ18isqrt(int32_t a) function _IQ17isqrt (line 1193) | int32_t _IQ17isqrt(int32_t a) function _IQ16isqrt (line 1204) | int32_t _IQ16isqrt(int32_t a) function _IQ15isqrt (line 1215) | int32_t _IQ15isqrt(int32_t a) function _IQ14isqrt (line 1226) | int32_t _IQ14isqrt(int32_t a) function _IQ13isqrt (line 1237) | int32_t _IQ13isqrt(int32_t a) function _IQ12isqrt (line 1248) | int32_t _IQ12isqrt(int32_t a) function _IQ11isqrt (line 1259) | int32_t _IQ11isqrt(int32_t a) function _IQ10isqrt (line 1270) | int32_t _IQ10isqrt(int32_t a) function _IQ9isqrt (line 1281) | int32_t _IQ9isqrt(int32_t a) function _IQ8isqrt (line 1292) | int32_t _IQ8isqrt(int32_t a) function _IQ7isqrt (line 1303) | int32_t _IQ7isqrt(int32_t a) function _IQ6isqrt (line 1314) | int32_t _IQ6isqrt(int32_t a) function _IQ5isqrt (line 1325) | int32_t _IQ5isqrt(int32_t a) function _IQ4isqrt (line 1336) | int32_t _IQ4isqrt(int32_t a) function _IQ3isqrt (line 1347) | int32_t _IQ3isqrt(int32_t a) function _IQ2isqrt (line 1358) | int32_t _IQ2isqrt(int32_t a) function _IQ1isqrt (line 1369) | int32_t _IQ1isqrt(int32_t a) function _IQmag (line 1383) | int32_t _IQmag(int32_t a, int32_t b) function _IQ30imag (line 1397) | int32_t _IQ30imag(int32_t a, int32_t b) function _IQ29imag (line 1409) | int32_t _IQ29imag(int32_t a, int32_t b) function _IQ28imag (line 1421) | int32_t _IQ28imag(int32_t a, int32_t b) function _IQ27imag (line 1433) | int32_t _IQ27imag(int32_t a, int32_t b) function _IQ26imag (line 1445) | int32_t _IQ26imag(int32_t a, int32_t b) function _IQ25imag (line 1457) | int32_t _IQ25imag(int32_t a, int32_t b) function _IQ24imag (line 1469) | int32_t _IQ24imag(int32_t a, int32_t b) function _IQ23imag (line 1481) | int32_t _IQ23imag(int32_t a, int32_t b) function _IQ22imag (line 1493) | int32_t _IQ22imag(int32_t a, int32_t b) function _IQ21imag (line 1505) | int32_t _IQ21imag(int32_t a, int32_t b) function _IQ20imag (line 1517) | int32_t _IQ20imag(int32_t a, int32_t b) function _IQ19imag (line 1529) | int32_t _IQ19imag(int32_t a, int32_t b) function _IQ18imag (line 1541) | int32_t _IQ18imag(int32_t a, int32_t b) function _IQ17imag (line 1553) | int32_t _IQ17imag(int32_t a, int32_t b) function _IQ16imag (line 1565) | int32_t _IQ16imag(int32_t a, int32_t b) function _IQ15imag (line 1577) | int32_t _IQ15imag(int32_t a, int32_t b) function _IQ14imag (line 1589) | int32_t _IQ14imag(int32_t a, int32_t b) function _IQ13imag (line 1601) | int32_t _IQ13imag(int32_t a, int32_t b) function _IQ12imag (line 1613) | int32_t _IQ12imag(int32_t a, int32_t b) function _IQ11imag (line 1625) | int32_t _IQ11imag(int32_t a, int32_t b) function _IQ10imag (line 1637) | int32_t _IQ10imag(int32_t a, int32_t b) function _IQ9imag (line 1649) | int32_t _IQ9imag(int32_t a, int32_t b) function _IQ8imag (line 1661) | int32_t _IQ8imag(int32_t a, int32_t b) function _IQ7imag (line 1673) | int32_t _IQ7imag(int32_t a, int32_t b) function _IQ6imag (line 1685) | int32_t _IQ6imag(int32_t a, int32_t b) function _IQ5imag (line 1697) | int32_t _IQ5imag(int32_t a, int32_t b) function _IQ4imag (line 1709) | int32_t _IQ4imag(int32_t a, int32_t b) function _IQ3imag (line 1721) | int32_t _IQ3imag(int32_t a, int32_t b) function _IQ2imag (line 1733) | int32_t _IQ2imag(int32_t a, int32_t b) function _IQ1imag (line 1745) | int32_t _IQ1imag(int32_t a, int32_t b) FILE: iqmath/_IQNfunctions/_IQNtoF.c function __STATIC_INLINE (line 26) | __STATIC_INLINE float __IQNtoF(int_fast32_t iqNInput, int8_t q_value) function _IQ30toF (line 81) | float _IQ30toF(int32_t a) function _IQ29toF (line 92) | float _IQ29toF(int32_t a) function _IQ28toF (line 103) | float _IQ28toF(int32_t a) function _IQ27toF (line 114) | float _IQ27toF(int32_t a) function _IQ26toF (line 125) | float _IQ26toF(int32_t a) function _IQ25toF (line 136) | float _IQ25toF(int32_t a) function _IQ24toF (line 147) | float _IQ24toF(int32_t a) function _IQ23toF (line 158) | float _IQ23toF(int32_t a) function _IQ22toF (line 169) | float _IQ22toF(int32_t a) function _IQ21toF (line 180) | float _IQ21toF(int32_t a) function _IQ20toF (line 191) | float _IQ20toF(int32_t a) function _IQ19toF (line 202) | float _IQ19toF(int32_t a) function _IQ18toF (line 213) | float _IQ18toF(int32_t a) function _IQ17toF (line 224) | float _IQ17toF(int32_t a) function _IQ16toF (line 235) | float _IQ16toF(int32_t a) function _IQ15toF (line 246) | float _IQ15toF(int32_t a) function _IQ14toF (line 257) | float _IQ14toF(int32_t a) function _IQ13toF (line 268) | float _IQ13toF(int32_t a) function _IQ12toF (line 279) | float _IQ12toF(int32_t a) function _IQ11toF (line 290) | float _IQ11toF(int32_t a) function _IQ10toF (line 301) | float _IQ10toF(int32_t a) function _IQ9toF (line 312) | float _IQ9toF(int32_t a) function _IQ8toF (line 323) | float _IQ8toF(int32_t a) function _IQ7toF (line 334) | float _IQ7toF(int32_t a) function _IQ6toF (line 345) | float _IQ6toF(int32_t a) function _IQ5toF (line 356) | float _IQ5toF(int32_t a) function _IQ4toF (line 367) | float _IQ4toF(int32_t a) function _IQ3toF (line 378) | float _IQ3toF(int32_t a) function _IQ2toF (line 389) | float _IQ2toF(int32_t a) function _IQ1toF (line 400) | float _IQ1toF(int32_t a) FILE: iqmath/_IQNfunctions/_IQNtoa.c function int_fast16_t (line 31) | int_fast16_t __IQNtoa(char *string, const char *format, int_fast32_t iqN... function _IQ31toa (line 186) | int16_t _IQ31toa(char *string, const char *format, int32_t iqNInput) function _IQ30toa (line 200) | int16_t _IQ30toa(char *string, const char *format, int32_t iqNInput) function _IQ29toa (line 214) | int16_t _IQ29toa(char *string, const char *format, int32_t iqNInput) function _IQ28toa (line 228) | int16_t _IQ28toa(char *string, const char *format, int32_t iqNInput) function _IQ27toa (line 242) | int16_t _IQ27toa(char *string, const char *format, int32_t iqNInput) function _IQ26toa (line 256) | int16_t _IQ26toa(char *string, const char *format, int32_t iqNInput) function _IQ25toa (line 270) | int16_t _IQ25toa(char *string, const char *format, int32_t iqNInput) function _IQ24toa (line 284) | int16_t _IQ24toa(char *string, const char *format, int32_t iqNInput) function _IQ23toa (line 298) | int16_t _IQ23toa(char *string, const char *format, int32_t iqNInput) function _IQ22toa (line 312) | int16_t _IQ22toa(char *string, const char *format, int32_t iqNInput) function _IQ21toa (line 326) | int16_t _IQ21toa(char *string, const char *format, int32_t iqNInput) function _IQ20toa (line 340) | int16_t _IQ20toa(char *string, const char *format, int32_t iqNInput) function _IQ19toa (line 354) | int16_t _IQ19toa(char *string, const char *format, int32_t iqNInput) function _IQ18toa (line 368) | int16_t _IQ18toa(char *string, const char *format, int32_t iqNInput) function _IQ17toa (line 382) | int16_t _IQ17toa(char *string, const char *format, int32_t iqNInput) function _IQ16toa (line 396) | int16_t _IQ16toa(char *string, const char *format, int32_t iqNInput) function _IQ15toa (line 410) | int16_t _IQ15toa(char *string, const char *format, int32_t iqNInput) function _IQ14toa (line 424) | int16_t _IQ14toa(char *string, const char *format, int32_t iqNInput) function _IQ13toa (line 438) | int16_t _IQ13toa(char *string, const char *format, int32_t iqNInput) function _IQ12toa (line 452) | int16_t _IQ12toa(char *string, const char *format, int32_t iqNInput) function _IQ11toa (line 466) | int16_t _IQ11toa(char *string, const char *format, int32_t iqNInput) function _IQ10toa (line 480) | int16_t _IQ10toa(char *string, const char *format, int32_t iqNInput) function _IQ9toa (line 494) | int16_t _IQ9toa(char *string, const char *format, int32_t iqNInput) function _IQ8toa (line 508) | int16_t _IQ8toa(char *string, const char *format, int32_t iqNInput) function _IQ7toa (line 522) | int16_t _IQ7toa(char *string, const char *format, int32_t iqNInput) function _IQ6toa (line 536) | int16_t _IQ6toa(char *string, const char *format, int32_t iqNInput) function _IQ5toa (line 550) | int16_t _IQ5toa(char *string, const char *format, int32_t iqNInput) function _IQ4toa (line 564) | int16_t _IQ4toa(char *string, const char *format, int32_t iqNInput) function _IQ3toa (line 578) | int16_t _IQ3toa(char *string, const char *format, int32_t iqNInput) function _IQ2toa (line 592) | int16_t _IQ2toa(char *string, const char *format, int32_t iqNInput) function _IQ1toa (line 606) | int16_t _IQ1toa(char *string, const char *format, int32_t iqNInput) FILE: iqmath/_IQNfunctions/_atoIQN.c function __STATIC_INLINE (line 25) | __STATIC_INLINE int_fast32_t __atoIQN(const char *string, int_fast32_t q... function _atoIQ31 (line 146) | int32_t _atoIQ31(const char *string) function _atoIQ30 (line 157) | int32_t _atoIQ30(const char *string) function _atoIQ29 (line 168) | int32_t _atoIQ29(const char *string) function _atoIQ28 (line 179) | int32_t _atoIQ28(const char *string) function _atoIQ27 (line 190) | int32_t _atoIQ27(const char *string) function _atoIQ26 (line 201) | int32_t _atoIQ26(const char *string) function _atoIQ25 (line 212) | int32_t _atoIQ25(const char *string) function _atoIQ24 (line 223) | int32_t _atoIQ24(const char *string) function _atoIQ23 (line 234) | int32_t _atoIQ23(const char *string) function _atoIQ22 (line 245) | int32_t _atoIQ22(const char *string) function _atoIQ21 (line 256) | int32_t _atoIQ21(const char *string) function _atoIQ20 (line 267) | int32_t _atoIQ20(const char *string) function _atoIQ19 (line 278) | int32_t _atoIQ19(const char *string) function _atoIQ18 (line 289) | int32_t _atoIQ18(const char *string) function _atoIQ17 (line 300) | int32_t _atoIQ17(const char *string) function _atoIQ16 (line 311) | int32_t _atoIQ16(const char *string) function _atoIQ15 (line 322) | int32_t _atoIQ15(const char *string) function _atoIQ14 (line 333) | int32_t _atoIQ14(const char *string) function _atoIQ13 (line 344) | int32_t _atoIQ13(const char *string) function _atoIQ12 (line 355) | int32_t _atoIQ12(const char *string) function _atoIQ11 (line 366) | int32_t _atoIQ11(const char *string) function _atoIQ10 (line 377) | int32_t _atoIQ10(const char *string) function _atoIQ9 (line 388) | int32_t _atoIQ9(const char *string) function _atoIQ8 (line 399) | int32_t _atoIQ8(const char *string) function _atoIQ7 (line 410) | int32_t _atoIQ7(const char *string) function _atoIQ6 (line 421) | int32_t _atoIQ6(const char *string) function _atoIQ5 (line 432) | int32_t _atoIQ5(const char *string) function _atoIQ4 (line 443) | int32_t _atoIQ4(const char *string) function _atoIQ3 (line 454) | int32_t _atoIQ3(const char *string) function _atoIQ2 (line 465) | int32_t _atoIQ2(const char *string) function _atoIQ1 (line 476) | int32_t _atoIQ1(const char *string) FILE: iqmath/examples/get_started/main/iqmath_example_main.c function app_main (line 18) | void app_main(void) FILE: iqmath/examples/get_started/pytest_iqmath_example.py function test_iqmath_example (line 5) | def test_iqmath_example(dut) -> None: FILE: iqmath/include/IQmathLib.h type _iq30 (line 91) | typedef int32_t _iq30; type _iq29 (line 92) | typedef int32_t _iq29; type _iq28 (line 93) | typedef int32_t _iq28; type _iq27 (line 94) | typedef int32_t _iq27; type _iq26 (line 95) | typedef int32_t _iq26; type _iq25 (line 96) | typedef int32_t _iq25; type _iq24 (line 97) | typedef int32_t _iq24; type _iq23 (line 98) | typedef int32_t _iq23; type _iq22 (line 99) | typedef int32_t _iq22; type _iq21 (line 100) | typedef int32_t _iq21; type _iq20 (line 101) | typedef int32_t _iq20; type _iq19 (line 102) | typedef int32_t _iq19; type _iq18 (line 103) | typedef int32_t _iq18; type _iq17 (line 104) | typedef int32_t _iq17; type _iq16 (line 105) | typedef int32_t _iq16; type _iq15 (line 106) | typedef int32_t _iq15; type _iq14 (line 107) | typedef int32_t _iq14; type _iq13 (line 108) | typedef int32_t _iq13; type _iq12 (line 109) | typedef int32_t _iq12; type _iq11 (line 110) | typedef int32_t _iq11; type _iq10 (line 111) | typedef int32_t _iq10; type _iq9 (line 112) | typedef int32_t _iq9; type _iq8 (line 113) | typedef int32_t _iq8; type _iq7 (line 114) | typedef int32_t _iq7; type _iq6 (line 115) | typedef int32_t _iq6; type _iq5 (line 116) | typedef int32_t _iq5; type _iq4 (line 117) | typedef int32_t _iq4; type _iq3 (line 118) | typedef int32_t _iq3; type _iq2 (line 119) | typedef int32_t _iq2; type _iq1 (line 120) | typedef int32_t _iq1; type _iq (line 121) | typedef int32_t _iq; FILE: iqmath/support/RTS_support.h function __mpy_start (line 14) | static inline void __mpy_start(uint_fast16_t *ui16IntState, uint_fast16_... function __mpyf_start (line 25) | static inline void __mpyf_start(uint_fast16_t *ui16IntState, uint_fast16... function __mpyfs_start (line 36) | static inline void __mpyfs_start(uint_fast16_t *ui16IntState, uint_fast1... function __mpy_clear_ctl0 (line 47) | static inline void __mpy_clear_ctl0(void) function __mpy_set_frac (line 58) | static inline void __mpy_set_frac(void) function __mpy_stop (line 69) | static inline void __mpy_stop(uint_fast16_t *ui16IntState, uint_fast16_t... function int_fast16_t (line 85) | static inline int_fast16_t __mpy_w(int_fast16_t arg1, int_fast16_t arg2) function uint_fast16_t (line 95) | static inline uint_fast16_t __mpy_uw(uint_fast16_t arg1, uint_fast16_t a... function int_fast32_t (line 105) | static inline int_fast32_t __mpyx_w(int_fast16_t arg1, int_fast16_t arg2) function uint_fast32_t (line 115) | static inline uint_fast32_t __mpyx_uw(uint_fast16_t arg1, uint_fast16_t ... function int_fast16_t (line 125) | static inline int_fast16_t __mpyf_w(int_fast16_t arg1, int_fast16_t arg2) function int_fast16_t (line 135) | static inline int_fast16_t __mpyf_w_reuse_arg1(int_fast16_t arg1, int_fa... function uint_fast16_t (line 146) | static inline uint_fast16_t __mpyf_uw(uint_fast16_t arg1, uint_fast16_t ... function uint_fast16_t (line 156) | static inline uint_fast16_t __mpyf_uw_reuse_arg1(uint_fast16_t arg1, uin... function int_fast32_t (line 167) | static inline int_fast32_t __mpyfx_w(int_fast16_t arg1, int_fast16_t arg2) function int_fast32_t (line 177) | static inline int_fast32_t __mpyfx_uw(uint_fast16_t arg1, uint_fast16_t ... function int_fast32_t (line 193) | static inline int_fast32_t __mpy_l(int_fast32_t arg1, int_fast32_t arg2) function uint_fast32_t (line 203) | static inline uint_fast32_t __mpy_ul(uint_fast32_t arg1, uint_fast32_t a... function int_fast64_t (line 213) | static inline int_fast64_t __mpyx(int_fast32_t arg1, int_fast32_t arg2) function uint_fast64_t (line 223) | static inline uint_fast64_t __mpyx_u(uint_fast32_t arg1, uint_fast32_t a... function int_fast32_t (line 233) | static inline int_fast32_t __mpyf_l(int_fast32_t arg1, int_fast32_t arg2) function int_fast32_t (line 243) | static inline int_fast32_t __mpyf_l_reuse_arg1(int_fast32_t arg1, int_fa... function uint_fast32_t (line 254) | static inline uint_fast32_t __mpyf_ul(uint_fast32_t arg1, uint_fast32_t ... function int_fast32_t (line 264) | static inline int_fast32_t __mpyf_ul_reuse_arg1(uint_fast32_t arg1, uint... function int_fast64_t (line 275) | static inline int_fast64_t __mpyfx(int_fast32_t arg1, int_fast32_t arg2) function uint_fast64_t (line 285) | static inline uint_fast64_t __mpyfx_u(uint_fast32_t arg1, uint_fast32_t ... FILE: iqmath/test_apps/main/test_app_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: iqmath/test_apps/pytest_iqmath.py function test_iqmath (line 7) | def test_iqmath(dut) -> None: FILE: jsmn/include/jsmn.h type jsmntype_t (line 46) | typedef enum { type jsmnerr (line 54) | enum jsmnerr { type jsmntok_t (line 69) | typedef struct jsmntok { type jsmn_parser (line 83) | typedef struct jsmn_parser { function jsmntok_t (line 106) | static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser, jsmntok_t *tokens, function jsmn_fill_token (line 125) | static void jsmn_fill_token(jsmntok_t *token, const jsmntype_t type, function jsmn_parse_primitive (line 137) | static int jsmn_parse_primitive(jsmn_parser *parser, const char *js, function jsmn_parse_string (line 196) | static int jsmn_parse_string(jsmn_parser *parser, const char *js, function JSMN_API (line 272) | JSMN_API int jsmn_parse(jsmn_parser *parser, const char *js, const size_... function JSMN_API (line 464) | JSMN_API void jsmn_init(jsmn_parser *parser) FILE: jsmn/test_apps/main/jsmn_test.c function app_main (line 3) | void app_main(void) FILE: json_generator/include/json_generator.h type json_gen_str_t (line 58) | typedef struct { FILE: json_generator/src/json_generator.c function json_gen_get_empty_len (line 29) | static inline int json_gen_get_empty_len(json_gen_str_t *jstr) function json_gen_add_to_str (line 39) | static int json_gen_add_to_str(json_gen_str_t *jstr, const char *str) function json_gen_str_start (line 75) | void json_gen_str_start(json_gen_str_t *jstr, char *buf, int buf_size, function json_gen_str_end (line 86) | int json_gen_str_end(json_gen_str_t *jstr) function json_gen_handle_comma (line 99) | static inline void json_gen_handle_comma(json_gen_str_t *jstr) function json_gen_handle_name (line 107) | static int json_gen_handle_name(json_gen_str_t *jstr, const char *name) function json_gen_start_object (line 115) | int json_gen_start_object(json_gen_str_t *jstr) function json_gen_end_object (line 122) | int json_gen_end_object(json_gen_str_t *jstr) function json_gen_start_array (line 129) | int json_gen_start_array(json_gen_str_t *jstr) function json_gen_end_array (line 136) | int json_gen_end_array(json_gen_str_t *jstr) function json_gen_push_object (line 142) | int json_gen_push_object(json_gen_str_t *jstr, const char *name) function json_gen_pop_object (line 150) | int json_gen_pop_object(json_gen_str_t *jstr) function json_gen_push_object_str (line 156) | int json_gen_push_object_str(json_gen_str_t *jstr, const char *name, con... function json_gen_push_array (line 164) | int json_gen_push_array(json_gen_str_t *jstr, const char *name) function json_gen_pop_array (line 171) | int json_gen_pop_array(json_gen_str_t *jstr) function json_gen_push_array_str (line 177) | int json_gen_push_array_str(json_gen_str_t *jstr, const char *name, cons... function json_gen_set_bool (line 185) | static int json_gen_set_bool(json_gen_str_t *jstr, bool val) function json_gen_obj_set_bool (line 194) | int json_gen_obj_set_bool(json_gen_str_t *jstr, const char *name, bool val) function json_gen_arr_set_bool (line 201) | int json_gen_arr_set_bool(json_gen_str_t *jstr, bool val) function json_gen_set_int (line 207) | static int json_gen_set_int(json_gen_str_t *jstr, int val) function json_gen_obj_set_int (line 215) | int json_gen_obj_set_int(json_gen_str_t *jstr, const char *name, int val) function json_gen_arr_set_int (line 222) | int json_gen_arr_set_int(json_gen_str_t *jstr, int val) function json_gen_set_int64 (line 228) | static int json_gen_set_int64(json_gen_str_t *jstr, int64_t val) function json_gen_obj_set_int64 (line 236) | int json_gen_obj_set_int64(json_gen_str_t *jstr, const char *name, int64... function json_gen_arr_set_int64 (line 243) | int json_gen_arr_set_int64(json_gen_str_t *jstr, int64_t val) function json_gen_set_float (line 249) | static int json_gen_set_float(json_gen_str_t *jstr, float val) function json_gen_obj_set_float (line 256) | int json_gen_obj_set_float(json_gen_str_t *jstr, const char *name, float... function json_gen_arr_set_float (line 262) | int json_gen_arr_set_float(json_gen_str_t *jstr, float val) function json_gen_set_string (line 268) | static int json_gen_set_string(json_gen_str_t *jstr, const char *val) function json_gen_obj_set_string (line 276) | int json_gen_obj_set_string(json_gen_str_t *jstr, const char *name, cons... function json_gen_arr_set_string (line 283) | int json_gen_arr_set_string(json_gen_str_t *jstr, const char *val) function json_gen_set_long_string (line 289) | static int json_gen_set_long_string(json_gen_str_t *jstr, const char *val) function json_gen_obj_start_long_string (line 296) | int json_gen_obj_start_long_string(json_gen_str_t *jstr, const char *nam... function json_gen_arr_start_long_string (line 303) | int json_gen_arr_start_long_string(json_gen_str_t *jstr, const char *val) function json_gen_add_to_long_string (line 309) | int json_gen_add_to_long_string(json_gen_str_t *jstr, const char *val) function json_gen_end_long_string (line 314) | int json_gen_end_long_string(json_gen_str_t *jstr) function json_gen_set_null (line 318) | static int json_gen_set_null(json_gen_str_t *jstr) function json_gen_obj_set_null (line 323) | int json_gen_obj_set_null(json_gen_str_t *jstr, const char *name) function json_gen_arr_set_null (line 330) | int json_gen_arr_set_null(json_gen_str_t *jstr) FILE: json_generator/test_apps/main/json_generator_test.c function app_main (line 3) | void app_main(void) FILE: json_parser/include/json_parser.h type jsmn_parser (line 33) | typedef jsmn_parser json_parser_t; type jsmntok_t (line 34) | typedef jsmntok_t json_tok_t; type jparse_ctx_t (line 36) | typedef struct { FILE: json_parser/src/json_parser.c function token_matches_str (line 26) | static bool token_matches_str(jparse_ctx_t *ctx, json_tok_t *tok, const ... function json_tok_t (line 33) | static json_tok_t *json_skip_elem(json_tok_t *token) function json_tok_to_bool (line 44) | static int json_tok_to_bool(jparse_ctx_t *jctx, json_tok_t *tok, bool *val) function json_tok_to_int (line 56) | static int json_tok_to_int(jparse_ctx_t *jctx, json_tok_t *tok, int *val) function json_tok_to_int64 (line 69) | static int json_tok_to_int64(jparse_ctx_t *jctx, json_tok_t *tok, int64_... function json_tok_to_float (line 82) | static int json_tok_to_float(jparse_ctx_t *jctx, json_tok_t *tok, float ... function json_tok_to_string (line 95) | static int json_tok_to_string(jparse_ctx_t *jctx, json_tok_t *tok, char ... function json_tok_t (line 105) | static json_tok_t *json_obj_search(jparse_ctx_t *jctx, const char *key) function json_tok_t (line 126) | static json_tok_t *json_obj_get_val_tok(jparse_ctx_t *jctx, const char *... function json_obj_get_array (line 139) | int json_obj_get_array(jparse_ctx_t *jctx, const char *name, int *num_elem) function json_obj_leave_array (line 150) | int json_obj_leave_array(jparse_ctx_t *jctx) function json_obj_get_object (line 166) | int json_obj_get_object(jparse_ctx_t *jctx, const char *name) function json_obj_leave_object (line 176) | int json_obj_leave_object(jparse_ctx_t *jctx) function json_obj_get_bool (line 192) | int json_obj_get_bool(jparse_ctx_t *jctx, const char *name, bool *val) function json_obj_get_int (line 201) | int json_obj_get_int(jparse_ctx_t *jctx, const char *name, int *val) function json_obj_get_int64 (line 210) | int json_obj_get_int64(jparse_ctx_t *jctx, const char *name, int64_t *val) function json_obj_get_float (line 219) | int json_obj_get_float(jparse_ctx_t *jctx, const char *name, float *val) function json_obj_get_string (line 228) | int json_obj_get_string(jparse_ctx_t *jctx, const char *name, char *val,... function json_obj_get_strlen (line 237) | int json_obj_get_strlen(jparse_ctx_t *jctx, const char *name, int *strlen) function json_obj_get_object_str (line 247) | int json_obj_get_object_str(jparse_ctx_t *jctx, const char *name, char *... function json_obj_get_object_strlen (line 256) | int json_obj_get_object_strlen(jparse_ctx_t *jctx, const char *name, int... function json_obj_get_array_str (line 265) | int json_obj_get_array_str(jparse_ctx_t *jctx, const char *name, char *v... function json_obj_get_array_strlen (line 274) | int json_obj_get_array_strlen(jparse_ctx_t *jctx, const char *name, int ... function json_tok_t (line 284) | static json_tok_t *json_arr_search(jparse_ctx_t *ctx, uint32_t index) function json_tok_t (line 301) | static json_tok_t *json_arr_get_val_tok(jparse_ctx_t *jctx, uint32_t ind... function json_arr_get_array (line 313) | int json_arr_get_array(jparse_ctx_t *jctx, uint32_t index) function json_arr_leave_array (line 323) | int json_arr_leave_array(jparse_ctx_t *jctx) function json_arr_get_object (line 332) | int json_arr_get_object(jparse_ctx_t *jctx, uint32_t index) function json_arr_leave_object (line 342) | int json_arr_leave_object(jparse_ctx_t *jctx) function json_arr_get_bool (line 351) | int json_arr_get_bool(jparse_ctx_t *jctx, uint32_t index, bool *val) function json_arr_get_int (line 360) | int json_arr_get_int(jparse_ctx_t *jctx, uint32_t index, int *val) function json_arr_get_int64 (line 369) | int json_arr_get_int64(jparse_ctx_t *jctx, uint32_t index, int64_t *val) function json_arr_get_float (line 378) | int json_arr_get_float(jparse_ctx_t *jctx, uint32_t index, float *val) function json_arr_get_string (line 387) | int json_arr_get_string(jparse_ctx_t *jctx, uint32_t index, char *val, i... function json_arr_get_strlen (line 396) | int json_arr_get_strlen(jparse_ctx_t *jctx, uint32_t index, int *strlen) function json_parse_start (line 406) | int json_parse_start(jparse_ctx_t *jctx, const char *js, int len) function json_parse_end (line 431) | int json_parse_end(jparse_ctx_t *jctx) function json_parse_start_static (line 440) | int json_parse_start_static(jparse_ctx_t *jctx, const char *js, int len,... function json_parse_end_static (line 469) | int json_parse_end_static(jparse_ctx_t *jctx) FILE: json_parser/test_apps/main/test_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: json_parser/test_apps/pytest_json_parser.py function test_json_parser (line 5) | def test_json_parser(dut) -> None: FILE: led_strip/examples/led_strip_rmt_ws2812/main/led_strip_rmt_ws2812_main.c function led_strip_handle_t (line 35) | led_strip_handle_t configure_led(void) function app_main (line 65) | void app_main(void) FILE: led_strip/examples/led_strip_spi_ws2812/main/led_strip_spi_ws2812_main.c function led_strip_handle_t (line 20) | led_strip_handle_t configure_led(void) function app_main (line 57) | void app_main(void) FILE: led_strip/include/led_strip_rmt.h type led_strip_rmt_config_t (line 21) | typedef struct { FILE: led_strip/include/led_strip_spi.h type led_strip_spi_config_t (line 20) | typedef struct { FILE: led_strip/include/led_strip_types.h type led_strip_t (line 17) | struct led_strip_t type led_model_t (line 23) | typedef enum { type led_color_component_format_t (line 35) | typedef union { type led_strip_config_t (line 62) | typedef struct { FILE: led_strip/interface/led_strip_interface.h type led_strip_t (line 15) | typedef struct led_strip_t led_strip_t; type led_strip_t (line 20) | struct led_strip_t { FILE: led_strip/src/led_strip_api.c function esp_err_t (line 13) | esp_err_t led_strip_set_pixel(led_strip_handle_t strip, uint32_t index, ... function esp_err_t (line 19) | esp_err_t led_strip_set_pixel_hsv(led_strip_handle_t strip, uint32_t ind... function esp_err_t (line 72) | esp_err_t led_strip_set_pixel_hsv_16(led_strip_handle_t strip, uint32_t ... function esp_err_t (line 125) | esp_err_t led_strip_set_pixel_rgbw(led_strip_handle_t strip, uint32_t in... function esp_err_t (line 131) | esp_err_t led_strip_refresh(led_strip_handle_t strip) function esp_err_t (line 137) | esp_err_t led_strip_clear(led_strip_handle_t strip) function esp_err_t (line 143) | esp_err_t led_strip_del(led_strip_handle_t strip) FILE: led_strip/src/led_strip_rmt_dev.c type led_strip_rmt_obj (line 27) | typedef struct { function esp_err_t (line 37) | static esp_err_t led_strip_rmt_set_pixel(led_strip_t *strip, uint32_t in... function esp_err_t (line 59) | static esp_err_t led_strip_rmt_set_pixel_rgbw(led_strip_t *strip, uint32... function esp_err_t (line 80) | static esp_err_t led_strip_rmt_refresh(led_strip_t *strip) function esp_err_t (line 95) | static esp_err_t led_strip_rmt_clear(led_strip_t *strip) function esp_err_t (line 103) | static esp_err_t led_strip_rmt_del(led_strip_t *strip) function esp_err_t (line 112) | esp_err_t led_strip_new_rmt_device(const led_strip_config_t *led_config,... FILE: led_strip/src/led_strip_rmt_encoder.c type rmt_led_strip_encoder_t (line 23) | typedef struct { function RMT_ENCODER_FUNC_ATTR (line 31) | RMT_ENCODER_FUNC_ATTR function esp_err_t (line 68) | static esp_err_t rmt_del_led_strip_encoder(rmt_encoder_t *encoder) function RMT_ENCODER_FUNC_ATTR (line 77) | RMT_ENCODER_FUNC_ATTR function esp_err_t (line 87) | esp_err_t rmt_new_led_strip_encoder(const led_strip_encoder_config_t *co... FILE: led_strip/src/led_strip_rmt_encoder.h type led_strip_encoder_config_t (line 19) | typedef struct { FILE: led_strip/src/led_strip_spi_dev.c type led_strip_spi_obj (line 25) | typedef struct { function __led_strip_spi_bit (line 36) | static void __led_strip_spi_bit(uint8_t data, uint8_t *buf) function esp_err_t (line 51) | static esp_err_t led_strip_spi_set_pixel(led_strip_t *strip, uint32_t in... function esp_err_t (line 74) | static esp_err_t led_strip_spi_set_pixel_rgbw(led_strip_t *strip, uint32... function esp_err_t (line 97) | static esp_err_t led_strip_spi_refresh(led_strip_t *strip) function esp_err_t (line 111) | static esp_err_t led_strip_spi_clear(led_strip_t *strip) function esp_err_t (line 125) | static esp_err_t led_strip_spi_del(led_strip_t *strip) function esp_err_t (line 136) | esp_err_t led_strip_new_spi_device(const led_strip_config_t *led_config,... FILE: libjpeg-turbo/examples/hello_jpeg/main/decode_image.c type my_error_mgr (line 28) | struct my_error_mgr { type my_error_mgr (line 34) | struct my_error_mgr function my_error_exit (line 37) | void my_error_exit(j_common_ptr cinfo) function esp_err_t (line 44) | esp_err_t decode_image(uint16_t **pixels) FILE: libjpeg-turbo/examples/hello_jpeg/main/main.c function app_main (line 22) | void app_main(void) FILE: libpng/test_apps/main/test_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: libpng/test_apps/pytest_libpng.py function test_libpng (line 5) | def test_libpng(dut) -> None: FILE: libsodium/port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.c function crypto_hash_sha256_init (line 27) | int function crypto_hash_sha256_update (line 59) | int function crypto_hash_sha256_final (line 88) | int function crypto_hash_sha256 (line 110) | int FILE: libsodium/port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.c function crypto_hash_sha512_init (line 27) | int function crypto_hash_sha512_update (line 59) | int function crypto_hash_sha512_final (line 88) | int function crypto_hash_sha512 (line 110) | int FILE: libsodium/port/randombytes_esp32.c type randombytes_implementation (line 26) | struct randombytes_implementation FILE: libsodium/port_include/sodium/crypto_hash_sha256.h type crypto_hash_sha256_state (line 28) | typedef struct crypto_hash_sha256_state { FILE: libsodium/port_include/sodium/crypto_hash_sha512.h type crypto_hash_sha512_state (line 28) | typedef struct crypto_hash_sha512_state { FILE: libsodium/test_apps/main/test_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: libsodium/test_apps/pytest_libsodium.py function test_libsodium (line 5) | def test_libsodium(dut) -> None: FILE: network_provisioning/examples/thread_prov/main/app_main.c function esp_err_t (line 83) | static esp_err_t example_get_sec2_salt(const char **salt, uint16_t *salt... function esp_err_t (line 96) | static esp_err_t example_get_sec2_verifier(const char **verifier, uint16... function event_handler (line 120) | static void event_handler(void *arg, esp_event_base_t event_base, function get_device_service_name (line 169) | static void get_device_service_name(char *service_name, size_t max) function esp_err_t (line 182) | esp_err_t custom_prov_data_handler(uint32_t session_id, const uint8_t *i... function network_prov_print_qr (line 199) | static void network_prov_print_qr(const char *name, const char *username... function esp_netif_t (line 230) | static esp_netif_t *init_openthread_netif(const esp_openthread_platform_... function ot_task_worker (line 240) | static void ot_task_worker(void *aContext) function app_main (line 276) | void app_main(void) FILE: network_provisioning/examples/wifi_prov/main/app_main.c function esp_err_t (line 75) | static esp_err_t example_get_sec2_salt(const char **salt, uint16_t *salt... function esp_err_t (line 88) | static esp_err_t example_get_sec2_verifier(const char **verifier, uint16... function event_handler (line 113) | static void event_handler(void *arg, esp_event_base_t event_base, function wifi_init_sta (line 215) | static void wifi_init_sta(void) function get_device_service_name (line 222) | static void get_device_service_name(char *service_name, size_t max) function esp_err_t (line 237) | esp_err_t custom_prov_data_handler(uint32_t session_id, const uint8_t *i... function wifi_prov_print_qr (line 254) | static void wifi_prov_print_qr(const char *name, const char *username, c... function wifi_prov_app_callback (line 286) | void wifi_prov_app_callback(void *user_data, wifi_prov_cb_event_t event,... function app_main (line 313) | void app_main(void) FILE: network_provisioning/include/network_provisioning/manager.h type network_prov_cb_event_t (line 33) | typedef enum { type network_prov_event_handler_t (line 117) | typedef struct { type network_prov_wifi_conn_cfg_t (line 132) | typedef struct { type network_prov_scheme_t (line 157) | typedef struct network_prov_scheme { type network_prov_mgr_config_t (line 210) | typedef struct { type network_prov_security_t (line 249) | typedef enum network_prov_security { type network_prov_security1_params_t (line 282) | typedef const char network_prov_security1_params_t; type protocomm_security2_params_t (line 288) | typedef protocomm_security2_params_t network_prov_security2_params_t; FILE: network_provisioning/include/network_provisioning/network_config.h type network_prov_wifi_sta_state_t (line 21) | typedef enum { type network_prov_wifi_sta_fail_reason_t (line 31) | typedef enum { type network_prov_wifi_sta_conn_info_t (line 39) | typedef struct { type network_prov_wifi_sta_connecting_info_t (line 54) | typedef struct { type network_prov_config_get_wifi_data_t (line 61) | typedef struct { type network_prov_config_set_wifi_data_t (line 84) | typedef struct { type network_prov_thread_state_t (line 96) | typedef enum { type network_prov_thread_fail_reason_t (line 105) | typedef enum { type network_prov_thread_conn_info_t (line 113) | typedef struct { type network_prov_config_get_thread_data_t (line 123) | typedef struct { type network_prov_config_set_thread_data_t (line 141) | typedef struct { type network_prov_ctx_t (line 154) | typedef struct network_prov_ctx network_prov_ctx_t; type network_prov_config_handlers_t (line 163) | typedef struct network_prov_config_handlers { FILE: network_provisioning/include/network_provisioning/network_scan.h type network_prov_scan_ctx_t (line 33) | typedef struct network_prov_scan_ctx network_prov_scan_ctx_t; type network_prov_scan_wifi_result_t (line 39) | typedef struct { type network_prov_scan_thread_result_t (line 68) | typedef struct { type network_prov_scan_handlers_t (line 86) | typedef struct network_prov_scan_handlers { FILE: network_provisioning/proto-c/network_config.pb-c.c function cmd_get_wifi_status__init (line 10) | void cmd_get_wifi_status__init function cmd_get_wifi_status__get_packed_size (line 16) | size_t cmd_get_wifi_status__get_packed_size function cmd_get_wifi_status__pack (line 22) | size_t cmd_get_wifi_status__pack function cmd_get_wifi_status__pack_to_buffer (line 29) | size_t cmd_get_wifi_status__pack_to_buffer function CmdGetWifiStatus (line 36) | CmdGetWifiStatus * function cmd_get_wifi_status__free_unpacked (line 46) | void cmd_get_wifi_status__free_unpacked function resp_get_wifi_status__init (line 55) | void resp_get_wifi_status__init function resp_get_wifi_status__get_packed_size (line 61) | size_t resp_get_wifi_status__get_packed_size function resp_get_wifi_status__pack (line 67) | size_t resp_get_wifi_status__pack function resp_get_wifi_status__pack_to_buffer (line 74) | size_t resp_get_wifi_status__pack_to_buffer function RespGetWifiStatus (line 81) | RespGetWifiStatus * function resp_get_wifi_status__free_unpacked (line 91) | void resp_get_wifi_status__free_unpacked function cmd_get_thread_status__init (line 100) | void cmd_get_thread_status__init function cmd_get_thread_status__get_packed_size (line 106) | size_t cmd_get_thread_status__get_packed_size function cmd_get_thread_status__pack (line 112) | size_t cmd_get_thread_status__pack function cmd_get_thread_status__pack_to_buffer (line 119) | size_t cmd_get_thread_status__pack_to_buffer function CmdGetThreadStatus (line 126) | CmdGetThreadStatus * function cmd_get_thread_status__free_unpacked (line 136) | void cmd_get_thread_status__free_unpacked function resp_get_thread_status__init (line 145) | void resp_get_thread_status__init function resp_get_thread_status__get_packed_size (line 151) | size_t resp_get_thread_status__get_packed_size function resp_get_thread_status__pack (line 157) | size_t resp_get_thread_status__pack function resp_get_thread_status__pack_to_buffer (line 164) | size_t resp_get_thread_status__pack_to_buffer function RespGetThreadStatus (line 171) | RespGetThreadStatus * function resp_get_thread_status__free_unpacked (line 181) | void resp_get_thread_status__free_unpacked function cmd_set_wifi_config__init (line 190) | void cmd_set_wifi_config__init function cmd_set_wifi_config__get_packed_size (line 196) | size_t cmd_set_wifi_config__get_packed_size function cmd_set_wifi_config__pack (line 202) | size_t cmd_set_wifi_config__pack function cmd_set_wifi_config__pack_to_buffer (line 209) | size_t cmd_set_wifi_config__pack_to_buffer function CmdSetWifiConfig (line 216) | CmdSetWifiConfig * function cmd_set_wifi_config__free_unpacked (line 226) | void cmd_set_wifi_config__free_unpacked function cmd_set_thread_config__init (line 235) | void cmd_set_thread_config__init function cmd_set_thread_config__get_packed_size (line 241) | size_t cmd_set_thread_config__get_packed_size function cmd_set_thread_config__pack (line 247) | size_t cmd_set_thread_config__pack function cmd_set_thread_config__pack_to_buffer (line 254) | size_t cmd_set_thread_config__pack_to_buffer function CmdSetThreadConfig (line 261) | CmdSetThreadConfig * function cmd_set_thread_config__free_unpacked (line 271) | void cmd_set_thread_config__free_unpacked function resp_set_wifi_config__init (line 280) | void resp_set_wifi_config__init function resp_set_wifi_config__get_packed_size (line 286) | size_t resp_set_wifi_config__get_packed_size function resp_set_wifi_config__pack (line 292) | size_t resp_set_wifi_config__pack function resp_set_wifi_config__pack_to_buffer (line 299) | size_t resp_set_wifi_config__pack_to_buffer function RespSetWifiConfig (line 306) | RespSetWifiConfig * function resp_set_wifi_config__free_unpacked (line 316) | void resp_set_wifi_config__free_unpacked function resp_set_thread_config__init (line 325) | void resp_set_thread_config__init function resp_set_thread_config__get_packed_size (line 331) | size_t resp_set_thread_config__get_packed_size function resp_set_thread_config__pack (line 337) | size_t resp_set_thread_config__pack function resp_set_thread_config__pack_to_buffer (line 344) | size_t resp_set_thread_config__pack_to_buffer function RespSetThreadConfig (line 351) | RespSetThreadConfig * function resp_set_thread_config__free_unpacked (line 361) | void resp_set_thread_config__free_unpacked function cmd_apply_wifi_config__init (line 370) | void cmd_apply_wifi_config__init function cmd_apply_wifi_config__get_packed_size (line 376) | size_t cmd_apply_wifi_config__get_packed_size function cmd_apply_wifi_config__pack (line 382) | size_t cmd_apply_wifi_config__pack function cmd_apply_wifi_config__pack_to_buffer (line 389) | size_t cmd_apply_wifi_config__pack_to_buffer function CmdApplyWifiConfig (line 396) | CmdApplyWifiConfig * function cmd_apply_wifi_config__free_unpacked (line 406) | void cmd_apply_wifi_config__free_unpacked function cmd_apply_thread_config__init (line 415) | void cmd_apply_thread_config__init function cmd_apply_thread_config__get_packed_size (line 421) | size_t cmd_apply_thread_config__get_packed_size function cmd_apply_thread_config__pack (line 427) | size_t cmd_apply_thread_config__pack function cmd_apply_thread_config__pack_to_buffer (line 434) | size_t cmd_apply_thread_config__pack_to_buffer function CmdApplyThreadConfig (line 441) | CmdApplyThreadConfig * function cmd_apply_thread_config__free_unpacked (line 451) | void cmd_apply_thread_config__free_unpacked function resp_apply_wifi_config__init (line 460) | void resp_apply_wifi_config__init function resp_apply_wifi_config__get_packed_size (line 466) | size_t resp_apply_wifi_config__get_packed_size function resp_apply_wifi_config__pack (line 472) | size_t resp_apply_wifi_config__pack function resp_apply_wifi_config__pack_to_buffer (line 479) | size_t resp_apply_wifi_config__pack_to_buffer function RespApplyWifiConfig (line 486) | RespApplyWifiConfig * function resp_apply_wifi_config__free_unpacked (line 496) | void resp_apply_wifi_config__free_unpacked function resp_apply_thread_config__init (line 505) | void resp_apply_thread_config__init function resp_apply_thread_config__get_packed_size (line 511) | size_t resp_apply_thread_config__get_packed_size function resp_apply_thread_config__pack (line 517) | size_t resp_apply_thread_config__pack function resp_apply_thread_config__pack_to_buffer (line 524) | size_t resp_apply_thread_config__pack_to_buffer function RespApplyThreadConfig (line 531) | RespApplyThreadConfig * function resp_apply_thread_config__free_unpacked (line 541) | void resp_apply_thread_config__free_unpacked function network_config_payload__init (line 550) | void network_config_payload__init function network_config_payload__get_packed_size (line 556) | size_t network_config_payload__get_packed_size function network_config_payload__pack (line 562) | size_t network_config_payload__pack function network_config_payload__pack_to_buffer (line 569) | size_t network_config_payload__pack_to_buffer function NetworkConfigPayload (line 576) | NetworkConfigPayload * function network_config_payload__free_unpacked (line 586) | void network_config_payload__free_unpacked FILE: network_provisioning/proto-c/network_config.pb-c.h type CmdGetWifiStatus (line 20) | typedef struct CmdGetWifiStatus CmdGetWifiStatus; type RespGetWifiStatus (line 21) | typedef struct RespGetWifiStatus RespGetWifiStatus; type CmdGetThreadStatus (line 22) | typedef struct CmdGetThreadStatus CmdGetThreadStatus; type RespGetThreadStatus (line 23) | typedef struct RespGetThreadStatus RespGetThreadStatus; type CmdSetWifiConfig (line 24) | typedef struct CmdSetWifiConfig CmdSetWifiConfig; type CmdSetThreadConfig (line 25) | typedef struct CmdSetThreadConfig CmdSetThreadConfig; type RespSetWifiConfig (line 26) | typedef struct RespSetWifiConfig RespSetWifiConfig; type RespSetThreadConfig (line 27) | typedef struct RespSetThreadConfig RespSetThreadConfig; type CmdApplyWifiConfig (line 28) | typedef struct CmdApplyWifiConfig CmdApplyWifiConfig; type CmdApplyThreadConfig (line 29) | typedef struct CmdApplyThreadConfig CmdApplyThreadConfig; type RespApplyWifiConfig (line 30) | typedef struct RespApplyWifiConfig RespApplyWifiConfig; type RespApplyThreadConfig (line 31) | typedef struct RespApplyThreadConfig RespApplyThreadConfig; type NetworkConfigPayload (line 32) | typedef struct NetworkConfigPayload NetworkConfigPayload; type NetworkConfigMsgType (line 37) | typedef enum _NetworkConfigMsgType { type CmdGetWifiStatus (line 55) | struct CmdGetWifiStatus type RespGetWifiStatus__StateCase (line 64) | typedef enum { type RespGetWifiStatus (line 72) | struct RespGetWifiStatus type CmdGetThreadStatus (line 89) | struct CmdGetThreadStatus type RespGetThreadStatus__StateCase (line 98) | typedef enum { type RespGetThreadStatus (line 105) | struct RespGetThreadStatus type CmdSetWifiConfig (line 121) | struct CmdSetWifiConfig type CmdSetThreadConfig (line 134) | struct CmdSetThreadConfig type RespSetWifiConfig (line 144) | struct RespSetWifiConfig type RespSetThreadConfig (line 154) | struct RespSetThreadConfig type CmdApplyWifiConfig (line 164) | struct CmdApplyWifiConfig type CmdApplyThreadConfig (line 173) | struct CmdApplyThreadConfig type RespApplyWifiConfig (line 182) | struct RespApplyWifiConfig type RespApplyThreadConfig (line 192) | struct RespApplyThreadConfig type NetworkConfigPayload__PayloadCase (line 202) | typedef enum { type NetworkConfigPayload (line 219) | struct NetworkConfigPayload FILE: network_provisioning/proto-c/network_constants.pb-c.c function wifi_connected_state__init (line 10) | void wifi_connected_state__init function wifi_connected_state__get_packed_size (line 16) | size_t wifi_connected_state__get_packed_size function wifi_connected_state__pack (line 22) | size_t wifi_connected_state__pack function wifi_connected_state__pack_to_buffer (line 29) | size_t wifi_connected_state__pack_to_buffer function WifiConnectedState (line 36) | WifiConnectedState * function wifi_connected_state__free_unpacked (line 46) | void wifi_connected_state__free_unpacked function wifi_attempt_failed__init (line 55) | void wifi_attempt_failed__init function wifi_attempt_failed__get_packed_size (line 61) | size_t wifi_attempt_failed__get_packed_size function wifi_attempt_failed__pack (line 67) | size_t wifi_attempt_failed__pack function wifi_attempt_failed__pack_to_buffer (line 74) | size_t wifi_attempt_failed__pack_to_buffer function WifiAttemptFailed (line 81) | WifiAttemptFailed * function wifi_attempt_failed__free_unpacked (line 91) | void wifi_attempt_failed__free_unpacked function thread_attach_state__init (line 100) | void thread_attach_state__init function thread_attach_state__get_packed_size (line 106) | size_t thread_attach_state__get_packed_size function thread_attach_state__pack (line 112) | size_t thread_attach_state__pack function thread_attach_state__pack_to_buffer (line 119) | size_t thread_attach_state__pack_to_buffer function ThreadAttachState (line 126) | ThreadAttachState * function thread_attach_state__free_unpacked (line 136) | void thread_attach_state__free_unpacked FILE: network_provisioning/proto-c/network_constants.pb-c.h type WifiConnectedState (line 18) | typedef struct WifiConnectedState WifiConnectedState; type WifiAttemptFailed (line 19) | typedef struct WifiAttemptFailed WifiAttemptFailed; type ThreadAttachState (line 20) | typedef struct ThreadAttachState ThreadAttachState; type WifiStationState (line 25) | typedef enum _WifiStationState { type WifiConnectFailedReason (line 32) | typedef enum _WifiConnectFailedReason { type WifiAuthMode (line 37) | typedef enum _WifiAuthMode { type ThreadNetworkState (line 48) | typedef enum _ThreadNetworkState { type ThreadAttachFailedReason (line 55) | typedef enum _ThreadAttachFailedReason { type WifiConnectedState (line 63) | struct WifiConnectedState type WifiAttemptFailed (line 77) | struct WifiAttemptFailed type ThreadAttachState (line 87) | struct ThreadAttachState FILE: network_provisioning/proto-c/network_ctrl.pb-c.c function cmd_ctrl_wifi_reset__init (line 10) | void cmd_ctrl_wifi_reset__init function cmd_ctrl_wifi_reset__get_packed_size (line 16) | size_t cmd_ctrl_wifi_reset__get_packed_size function cmd_ctrl_wifi_reset__pack (line 22) | size_t cmd_ctrl_wifi_reset__pack function cmd_ctrl_wifi_reset__pack_to_buffer (line 29) | size_t cmd_ctrl_wifi_reset__pack_to_buffer function CmdCtrlWifiReset (line 36) | CmdCtrlWifiReset * function cmd_ctrl_wifi_reset__free_unpacked (line 46) | void cmd_ctrl_wifi_reset__free_unpacked function resp_ctrl_wifi_reset__init (line 55) | void resp_ctrl_wifi_reset__init function resp_ctrl_wifi_reset__get_packed_size (line 61) | size_t resp_ctrl_wifi_reset__get_packed_size function resp_ctrl_wifi_reset__pack (line 67) | size_t resp_ctrl_wifi_reset__pack function resp_ctrl_wifi_reset__pack_to_buffer (line 74) | size_t resp_ctrl_wifi_reset__pack_to_buffer function RespCtrlWifiReset (line 81) | RespCtrlWifiReset * function resp_ctrl_wifi_reset__free_unpacked (line 91) | void resp_ctrl_wifi_reset__free_unpacked function cmd_ctrl_wifi_reprov__init (line 100) | void cmd_ctrl_wifi_reprov__init function cmd_ctrl_wifi_reprov__get_packed_size (line 106) | size_t cmd_ctrl_wifi_reprov__get_packed_size function cmd_ctrl_wifi_reprov__pack (line 112) | size_t cmd_ctrl_wifi_reprov__pack function cmd_ctrl_wifi_reprov__pack_to_buffer (line 119) | size_t cmd_ctrl_wifi_reprov__pack_to_buffer function CmdCtrlWifiReprov (line 126) | CmdCtrlWifiReprov * function cmd_ctrl_wifi_reprov__free_unpacked (line 136) | void cmd_ctrl_wifi_reprov__free_unpacked function resp_ctrl_wifi_reprov__init (line 145) | void resp_ctrl_wifi_reprov__init function resp_ctrl_wifi_reprov__get_packed_size (line 151) | size_t resp_ctrl_wifi_reprov__get_packed_size function resp_ctrl_wifi_reprov__pack (line 157) | size_t resp_ctrl_wifi_reprov__pack function resp_ctrl_wifi_reprov__pack_to_buffer (line 164) | size_t resp_ctrl_wifi_reprov__pack_to_buffer function RespCtrlWifiReprov (line 171) | RespCtrlWifiReprov * function resp_ctrl_wifi_reprov__free_unpacked (line 181) | void resp_ctrl_wifi_reprov__free_unpacked function cmd_ctrl_thread_reset__init (line 190) | void cmd_ctrl_thread_reset__init function cmd_ctrl_thread_reset__get_packed_size (line 196) | size_t cmd_ctrl_thread_reset__get_packed_size function cmd_ctrl_thread_reset__pack (line 202) | size_t cmd_ctrl_thread_reset__pack function cmd_ctrl_thread_reset__pack_to_buffer (line 209) | size_t cmd_ctrl_thread_reset__pack_to_buffer function CmdCtrlThreadReset (line 216) | CmdCtrlThreadReset * function cmd_ctrl_thread_reset__free_unpacked (line 226) | void cmd_ctrl_thread_reset__free_unpacked function resp_ctrl_thread_reset__init (line 235) | void resp_ctrl_thread_reset__init function resp_ctrl_thread_reset__get_packed_size (line 241) | size_t resp_ctrl_thread_reset__get_packed_size function resp_ctrl_thread_reset__pack (line 247) | size_t resp_ctrl_thread_reset__pack function resp_ctrl_thread_reset__pack_to_buffer (line 254) | size_t resp_ctrl_thread_reset__pack_to_buffer function RespCtrlThreadReset (line 261) | RespCtrlThreadReset * function resp_ctrl_thread_reset__free_unpacked (line 271) | void resp_ctrl_thread_reset__free_unpacked function cmd_ctrl_thread_reprov__init (line 280) | void cmd_ctrl_thread_reprov__init function cmd_ctrl_thread_reprov__get_packed_size (line 286) | size_t cmd_ctrl_thread_reprov__get_packed_size function cmd_ctrl_thread_reprov__pack (line 292) | size_t cmd_ctrl_thread_reprov__pack function cmd_ctrl_thread_reprov__pack_to_buffer (line 299) | size_t cmd_ctrl_thread_reprov__pack_to_buffer function CmdCtrlThreadReprov (line 306) | CmdCtrlThreadReprov * function cmd_ctrl_thread_reprov__free_unpacked (line 316) | void cmd_ctrl_thread_reprov__free_unpacked function resp_ctrl_thread_reprov__init (line 325) | void resp_ctrl_thread_reprov__init function resp_ctrl_thread_reprov__get_packed_size (line 331) | size_t resp_ctrl_thread_reprov__get_packed_size function resp_ctrl_thread_reprov__pack (line 337) | size_t resp_ctrl_thread_reprov__pack function resp_ctrl_thread_reprov__pack_to_buffer (line 344) | size_t resp_ctrl_thread_reprov__pack_to_buffer function RespCtrlThreadReprov (line 351) | RespCtrlThreadReprov * function resp_ctrl_thread_reprov__free_unpacked (line 361) | void resp_ctrl_thread_reprov__free_unpacked function network_ctrl_payload__init (line 370) | void network_ctrl_payload__init function network_ctrl_payload__get_packed_size (line 376) | size_t network_ctrl_payload__get_packed_size function network_ctrl_payload__pack (line 382) | size_t network_ctrl_payload__pack function network_ctrl_payload__pack_to_buffer (line 389) | size_t network_ctrl_payload__pack_to_buffer function NetworkCtrlPayload (line 396) | NetworkCtrlPayload * function network_ctrl_payload__free_unpacked (line 406) | void network_ctrl_payload__free_unpacked FILE: network_provisioning/proto-c/network_ctrl.pb-c.h type CmdCtrlWifiReset (line 19) | typedef struct CmdCtrlWifiReset CmdCtrlWifiReset; type RespCtrlWifiReset (line 20) | typedef struct RespCtrlWifiReset RespCtrlWifiReset; type CmdCtrlWifiReprov (line 21) | typedef struct CmdCtrlWifiReprov CmdCtrlWifiReprov; type RespCtrlWifiReprov (line 22) | typedef struct RespCtrlWifiReprov RespCtrlWifiReprov; type CmdCtrlThreadReset (line 23) | typedef struct CmdCtrlThreadReset CmdCtrlThreadReset; type RespCtrlThreadReset (line 24) | typedef struct RespCtrlThreadReset RespCtrlThreadReset; type CmdCtrlThreadReprov (line 25) | typedef struct CmdCtrlThreadReprov CmdCtrlThreadReprov; type RespCtrlThreadReprov (line 26) | typedef struct RespCtrlThreadReprov RespCtrlThreadReprov; type NetworkCtrlPayload (line 27) | typedef struct NetworkCtrlPayload NetworkCtrlPayload; type NetworkCtrlMsgType (line 32) | typedef enum _NetworkCtrlMsgType { type CmdCtrlWifiReset (line 47) | struct CmdCtrlWifiReset type RespCtrlWifiReset (line 56) | struct RespCtrlWifiReset type CmdCtrlWifiReprov (line 65) | struct CmdCtrlWifiReprov type RespCtrlWifiReprov (line 74) | struct RespCtrlWifiReprov type CmdCtrlThreadReset (line 83) | struct CmdCtrlThreadReset type RespCtrlThreadReset (line 92) | struct RespCtrlThreadReset type CmdCtrlThreadReprov (line 101) | struct CmdCtrlThreadReprov type RespCtrlThreadReprov (line 110) | struct RespCtrlThreadReprov type NetworkCtrlPayload__PayloadCase (line 119) | typedef enum { type NetworkCtrlPayload (line 132) | struct NetworkCtrlPayload FILE: network_provisioning/proto-c/network_scan.pb-c.c function cmd_scan_wifi_start__init (line 10) | void cmd_scan_wifi_start__init function cmd_scan_wifi_start__get_packed_size (line 16) | size_t cmd_scan_wifi_start__get_packed_size function cmd_scan_wifi_start__pack (line 22) | size_t cmd_scan_wifi_start__pack function cmd_scan_wifi_start__pack_to_buffer (line 29) | size_t cmd_scan_wifi_start__pack_to_buffer function CmdScanWifiStart (line 36) | CmdScanWifiStart * function cmd_scan_wifi_start__free_unpacked (line 46) | void cmd_scan_wifi_start__free_unpacked function cmd_scan_thread_start__init (line 55) | void cmd_scan_thread_start__init function cmd_scan_thread_start__get_packed_size (line 61) | size_t cmd_scan_thread_start__get_packed_size function cmd_scan_thread_start__pack (line 67) | size_t cmd_scan_thread_start__pack function cmd_scan_thread_start__pack_to_buffer (line 74) | size_t cmd_scan_thread_start__pack_to_buffer function CmdScanThreadStart (line 81) | CmdScanThreadStart * function cmd_scan_thread_start__free_unpacked (line 91) | void cmd_scan_thread_start__free_unpacked function resp_scan_wifi_start__init (line 100) | void resp_scan_wifi_start__init function resp_scan_wifi_start__get_packed_size (line 106) | size_t resp_scan_wifi_start__get_packed_size function resp_scan_wifi_start__pack (line 112) | size_t resp_scan_wifi_start__pack function resp_scan_wifi_start__pack_to_buffer (line 119) | size_t resp_scan_wifi_start__pack_to_buffer function RespScanWifiStart (line 126) | RespScanWifiStart * function resp_scan_wifi_start__free_unpacked (line 136) | void resp_scan_wifi_start__free_unpacked function resp_scan_thread_start__init (line 145) | void resp_scan_thread_start__init function resp_scan_thread_start__get_packed_size (line 151) | size_t resp_scan_thread_start__get_packed_size function resp_scan_thread_start__pack (line 157) | size_t resp_scan_thread_start__pack function resp_scan_thread_start__pack_to_buffer (line 164) | size_t resp_scan_thread_start__pack_to_buffer function RespScanThreadStart (line 171) | RespScanThreadStart * function resp_scan_thread_start__free_unpacked (line 181) | void resp_scan_thread_start__free_unpacked function cmd_scan_wifi_status__init (line 190) | void cmd_scan_wifi_status__init function cmd_scan_wifi_status__get_packed_size (line 196) | size_t cmd_scan_wifi_status__get_packed_size function cmd_scan_wifi_status__pack (line 202) | size_t cmd_scan_wifi_status__pack function cmd_scan_wifi_status__pack_to_buffer (line 209) | size_t cmd_scan_wifi_status__pack_to_buffer function CmdScanWifiStatus (line 216) | CmdScanWifiStatus * function cmd_scan_wifi_status__free_unpacked (line 226) | void cmd_scan_wifi_status__free_unpacked function cmd_scan_thread_status__init (line 235) | void cmd_scan_thread_status__init function cmd_scan_thread_status__get_packed_size (line 241) | size_t cmd_scan_thread_status__get_packed_size function cmd_scan_thread_status__pack (line 247) | size_t cmd_scan_thread_status__pack function cmd_scan_thread_status__pack_to_buffer (line 254) | size_t cmd_scan_thread_status__pack_to_buffer function CmdScanThreadStatus (line 261) | CmdScanThreadStatus * function cmd_scan_thread_status__free_unpacked (line 271) | void cmd_scan_thread_status__free_unpacked function resp_scan_wifi_status__init (line 280) | void resp_scan_wifi_status__init function resp_scan_wifi_status__get_packed_size (line 286) | size_t resp_scan_wifi_status__get_packed_size function resp_scan_wifi_status__pack (line 292) | size_t resp_scan_wifi_status__pack function resp_scan_wifi_status__pack_to_buffer (line 299) | size_t resp_scan_wifi_status__pack_to_buffer function RespScanWifiStatus (line 306) | RespScanWifiStatus * function resp_scan_wifi_status__free_unpacked (line 316) | void resp_scan_wifi_status__free_unpacked function resp_scan_thread_status__init (line 325) | void resp_scan_thread_status__init function resp_scan_thread_status__get_packed_size (line 331) | size_t resp_scan_thread_status__get_packed_size function resp_scan_thread_status__pack (line 337) | size_t resp_scan_thread_status__pack function resp_scan_thread_status__pack_to_buffer (line 344) | size_t resp_scan_thread_status__pack_to_buffer function RespScanThreadStatus (line 351) | RespScanThreadStatus * function resp_scan_thread_status__free_unpacked (line 361) | void resp_scan_thread_status__free_unpacked function cmd_scan_wifi_result__init (line 370) | void cmd_scan_wifi_result__init function cmd_scan_wifi_result__get_packed_size (line 376) | size_t cmd_scan_wifi_result__get_packed_size function cmd_scan_wifi_result__pack (line 382) | size_t cmd_scan_wifi_result__pack function cmd_scan_wifi_result__pack_to_buffer (line 389) | size_t cmd_scan_wifi_result__pack_to_buffer function CmdScanWifiResult (line 396) | CmdScanWifiResult * function cmd_scan_wifi_result__free_unpacked (line 406) | void cmd_scan_wifi_result__free_unpacked function cmd_scan_thread_result__init (line 415) | void cmd_scan_thread_result__init function cmd_scan_thread_result__get_packed_size (line 421) | size_t cmd_scan_thread_result__get_packed_size function cmd_scan_thread_result__pack (line 427) | size_t cmd_scan_thread_result__pack function cmd_scan_thread_result__pack_to_buffer (line 434) | size_t cmd_scan_thread_result__pack_to_buffer function CmdScanThreadResult (line 441) | CmdScanThreadResult * function cmd_scan_thread_result__free_unpacked (line 451) | void cmd_scan_thread_result__free_unpacked function wi_fi_scan_result__init (line 460) | void wi_fi_scan_result__init function wi_fi_scan_result__get_packed_size (line 466) | size_t wi_fi_scan_result__get_packed_size function wi_fi_scan_result__pack (line 472) | size_t wi_fi_scan_result__pack function wi_fi_scan_result__pack_to_buffer (line 479) | size_t wi_fi_scan_result__pack_to_buffer function WiFiScanResult (line 486) | WiFiScanResult * function wi_fi_scan_result__free_unpacked (line 496) | void wi_fi_scan_result__free_unpacked function thread_scan_result__init (line 505) | void thread_scan_result__init function thread_scan_result__get_packed_size (line 511) | size_t thread_scan_result__get_packed_size function thread_scan_result__pack (line 517) | size_t thread_scan_result__pack function thread_scan_result__pack_to_buffer (line 524) | size_t thread_scan_result__pack_to_buffer function ThreadScanResult (line 531) | ThreadScanResult * function thread_scan_result__free_unpacked (line 541) | void thread_scan_result__free_unpacked function resp_scan_wifi_result__init (line 550) | void resp_scan_wifi_result__init function resp_scan_wifi_result__get_packed_size (line 556) | size_t resp_scan_wifi_result__get_packed_size function resp_scan_wifi_result__pack (line 562) | size_t resp_scan_wifi_result__pack function resp_scan_wifi_result__pack_to_buffer (line 569) | size_t resp_scan_wifi_result__pack_to_buffer function RespScanWifiResult (line 576) | RespScanWifiResult * function resp_scan_wifi_result__free_unpacked (line 586) | void resp_scan_wifi_result__free_unpacked function resp_scan_thread_result__init (line 595) | void resp_scan_thread_result__init function resp_scan_thread_result__get_packed_size (line 601) | size_t resp_scan_thread_result__get_packed_size function resp_scan_thread_result__pack (line 607) | size_t resp_scan_thread_result__pack function resp_scan_thread_result__pack_to_buffer (line 614) | size_t resp_scan_thread_result__pack_to_buffer function RespScanThreadResult (line 621) | RespScanThreadResult * function resp_scan_thread_result__free_unpacked (line 631) | void resp_scan_thread_result__free_unpacked function network_scan_payload__init (line 640) | void network_scan_payload__init function network_scan_payload__get_packed_size (line 646) | size_t network_scan_payload__get_packed_size function network_scan_payload__pack (line 652) | size_t network_scan_payload__pack function network_scan_payload__pack_to_buffer (line 659) | size_t network_scan_payload__pack_to_buffer function NetworkScanPayload (line 666) | NetworkScanPayload * function network_scan_payload__free_unpacked (line 676) | void network_scan_payload__free_unpacked FILE: network_provisioning/proto-c/network_scan.pb-c.h type CmdScanWifiStart (line 20) | typedef struct CmdScanWifiStart CmdScanWifiStart; type CmdScanThreadStart (line 21) | typedef struct CmdScanThreadStart CmdScanThreadStart; type RespScanWifiStart (line 22) | typedef struct RespScanWifiStart RespScanWifiStart; type RespScanThreadStart (line 23) | typedef struct RespScanThreadStart RespScanThreadStart; type CmdScanWifiStatus (line 24) | typedef struct CmdScanWifiStatus CmdScanWifiStatus; type CmdScanThreadStatus (line 25) | typedef struct CmdScanThreadStatus CmdScanThreadStatus; type RespScanWifiStatus (line 26) | typedef struct RespScanWifiStatus RespScanWifiStatus; type RespScanThreadStatus (line 27) | typedef struct RespScanThreadStatus RespScanThreadStatus; type CmdScanWifiResult (line 28) | typedef struct CmdScanWifiResult CmdScanWifiResult; type CmdScanThreadResult (line 29) | typedef struct CmdScanThreadResult CmdScanThreadResult; type WiFiScanResult (line 30) | typedef struct WiFiScanResult WiFiScanResult; type ThreadScanResult (line 31) | typedef struct ThreadScanResult ThreadScanResult; type RespScanWifiResult (line 32) | typedef struct RespScanWifiResult RespScanWifiResult; type RespScanThreadResult (line 33) | typedef struct RespScanThreadResult RespScanThreadResult; type NetworkScanPayload (line 34) | typedef struct NetworkScanPayload NetworkScanPayload; type NetworkScanMsgType (line 39) | typedef enum _NetworkScanMsgType { type CmdScanWifiStart (line 57) | struct CmdScanWifiStart type CmdScanThreadStart (line 70) | struct CmdScanThreadStart type RespScanWifiStart (line 81) | struct RespScanWifiStart type RespScanThreadStart (line 90) | struct RespScanThreadStart type CmdScanWifiStatus (line 99) | struct CmdScanWifiStatus type CmdScanThreadStatus (line 108) | struct CmdScanThreadStatus type RespScanWifiStatus (line 117) | struct RespScanWifiStatus type RespScanThreadStatus (line 128) | struct RespScanThreadStatus type CmdScanWifiResult (line 139) | struct CmdScanWifiResult type CmdScanThreadResult (line 150) | struct CmdScanThreadResult type WiFiScanResult (line 161) | struct WiFiScanResult type ThreadScanResult (line 175) | struct ThreadScanResult type RespScanWifiResult (line 191) | struct RespScanWifiResult type RespScanThreadResult (line 202) | struct RespScanThreadResult type NetworkScanPayload__PayloadCase (line 213) | typedef enum { type NetworkScanPayload (line 230) | struct NetworkScanPayload FILE: network_provisioning/src/handlers.c type network_prov_ctx (line 30) | struct network_prov_ctx { function free_network_prov_ctx (line 39) | static void free_network_prov_ctx(network_prov_ctx_t **ctx) function wifi_config_t (line 47) | static wifi_config_t *get_wifi_config(network_prov_ctx_t **ctx) function wifi_config_t (line 52) | static wifi_config_t *new_wifi_config(network_prov_ctx_t **ctx) function esp_err_t (line 59) | static esp_err_t wifi_get_status_handler(network_prov_config_get_wifi_da... function esp_err_t (line 103) | static esp_err_t wifi_set_config_handler(const network_prov_config_set_w... function esp_err_t (line 141) | static esp_err_t wifi_apply_config_handler(network_prov_ctx_t **ctx) function otOperationalDatasetTlvs (line 162) | static otOperationalDatasetTlvs *get_thread_dataset(network_prov_ctx_t *... function otOperationalDatasetTlvs (line 167) | static otOperationalDatasetTlvs *new_thread_dataset(network_prov_ctx_t *... function esp_err_t (line 174) | static esp_err_t thread_get_status_handler(network_prov_config_get_threa... function esp_err_t (line 209) | static esp_err_t thread_set_config_handler(const network_prov_config_set... function esp_err_t (line 230) | static esp_err_t thread_apply_config_handler(network_prov_ctx_t **ctx) function esp_err_t (line 251) | esp_err_t get_network_prov_handlers(network_prov_config_handlers_t *ptr) function esp_err_t (line 272) | static esp_err_t wifi_scan_start(bool blocking, bool passive, function esp_err_t (line 279) | static esp_err_t wifi_scan_status(bool *scan_finished, function esp_err_t (line 288) | static esp_err_t wifi_scan_result(uint16_t result_index, function esp_err_t (line 311) | static esp_err_t thread_scan_start(bool blocking, uint32_t channel_mask,... function esp_err_t (line 316) | static esp_err_t thread_scan_status(bool *scan_finished, function esp_err_t (line 325) | static esp_err_t thread_scan_result(uint16_t result_index, function esp_err_t (line 353) | esp_err_t get_network_scan_handlers(network_prov_scan_handlers_t *ptr) function esp_err_t (line 375) | static esp_err_t wifi_ctrl_reset(void) function esp_err_t (line 380) | static esp_err_t wifi_ctrl_reprov(void) function esp_err_t (line 387) | static esp_err_t thread_ctrl_reset(void) function esp_err_t (line 392) | static esp_err_t thread_ctrl_reprov(void) function esp_err_t (line 398) | esp_err_t get_network_ctrl_handlers(network_ctrl_handlers_t *ptr) FILE: network_provisioning/src/manager.c type network_prov_mgr_state_t (line 49) | typedef enum { type network_prov_mgr_pvt_event_t (line 64) | typedef enum { type network_prov_capabilities (line 72) | struct network_prov_capabilities { type network_prov_info (line 89) | struct network_prov_info { type network_prov_mgr_ctx (line 97) | struct network_prov_mgr_ctx { type network_prov_mgr_ctx (line 189) | struct network_prov_mgr_ctx function execute_event_cb (line 203) | static void execute_event_cb(network_prov_cb_event_t event_id, void *eve... function esp_err_t (line 238) | esp_err_t network_prov_mgr_set_app_info(const char *label, const char *v... function cJSON (line 281) | static cJSON *network_prov_get_info_json(void) function esp_err_t (line 333) | static esp_err_t network_prov_mgr_start_service(const char *service_name... function esp_err_t (line 548) | esp_err_t network_prov_mgr_endpoint_create(const char *ep_name) function esp_err_t (line 573) | esp_err_t network_prov_mgr_endpoint_register(const char *ep_name, protoc... function network_prov_mgr_endpoint_unregister (line 596) | void network_prov_mgr_endpoint_unregister(const char *ep_name) function prov_stop_and_notify (line 612) | static void prov_stop_and_notify(bool is_async) function network_prov_mgr_stop_service (line 705) | static bool network_prov_mgr_stop_service(bool blocking) function stop_prov_timer_cb (line 829) | static void stop_prov_timer_cb(void *arg) function cleanup_delay_timer_cb (line 834) | static void cleanup_delay_timer_cb(void *arg) function esp_err_t (line 842) | esp_err_t network_prov_mgr_disable_auto_stop(uint32_t cleanup_delay) function esp_err_t (line 865) | esp_err_t network_prov_mgr_done(void) function esp_err_t (line 887) | static esp_err_t update_wifi_scan_results(void) function esp_err_t (line 1003) | esp_err_t network_prov_mgr_wifi_scan_start(bool blocking, bool passive, function network_prov_mgr_wifi_scan_finished (line 1082) | bool network_prov_mgr_wifi_scan_finished(void) function network_prov_mgr_wifi_scan_result_count (line 1102) | uint16_t network_prov_mgr_wifi_scan_result_count(void) function wifi_ap_record_t (line 1127) | const wifi_ap_record_t *network_prov_mgr_wifi_scan_result(uint16_t index) function esp_err_t (line 1149) | esp_err_t network_prov_mgr_get_wifi_state(network_prov_wifi_sta_state_t ... function esp_err_t (line 1167) | esp_err_t network_prov_mgr_get_wifi_remaining_conn_attempts(uint32_t *at... function esp_err_t (line 1186) | esp_err_t network_prov_mgr_get_wifi_disconnect_reason(network_prov_wifi_... function debug_print_wifi_credentials (line 1209) | static void debug_print_wifi_credentials(wifi_sta_config_t sta, const ch... function esp_err_t (line 1222) | esp_err_t network_prov_mgr_is_wifi_provisioned(bool *provisioned) function network_prov_mgr_is_sm_idle (line 1243) | bool network_prov_mgr_is_sm_idle(void) function wifi_connect_timer_cb (line 1248) | static void wifi_connect_timer_cb(void *arg) function esp_err_t (line 1255) | esp_err_t network_prov_mgr_configure_wifi_sta(wifi_config_t *wifi_cfg) function hex_byte_to_char (line 1326) | static char hex_byte_to_char(uint8_t byte) function hex_to_string (line 1335) | static bool hex_to_string(uint8_t *hex, size_t hex_len, char *str, size_... function debug_print_thread_dataset (line 1348) | static void debug_print_thread_dataset(otOperationalDataset *dataset) function thread_timeout_timer_cb (line 1364) | static void thread_timeout_timer_cb(void *arg) function esp_err_t (line 1388) | static esp_err_t set_thread_enable(bool val) function esp_err_t (line 1416) | static esp_err_t set_thread_dataset(otOperationalDatasetTlvs *dataset_tlvs) function update_thread_scan_result (line 1426) | static void update_thread_scan_result(otActiveScanResult *result, void *... function esp_err_t (line 1468) | esp_err_t network_prov_mgr_thread_scan_start(bool blocking, uint32_t cha... function network_prov_mgr_thread_scan_finished (line 1539) | bool network_prov_mgr_thread_scan_finished(void) function network_prov_mgr_thread_scan_result_count (line 1559) | uint16_t network_prov_mgr_thread_scan_result_count(void) function otActiveScanResult (line 1579) | const otActiveScanResult *network_prov_mgr_thread_scan_result(uint16_t i... function esp_err_t (line 1601) | esp_err_t network_prov_mgr_get_thread_state(network_prov_thread_state_t ... function esp_err_t (line 1619) | esp_err_t network_prov_mgr_get_thread_detached_reason(network_prov_threa... function esp_err_t (line 1642) | esp_err_t network_prov_mgr_is_thread_provisioned(bool *provisioned) function esp_err_t (line 1662) | esp_err_t network_prov_mgr_configure_thread_dataset(otOperationalDataset... function network_prov_mgr_event_handler_internal (line 1732) | static void network_prov_mgr_event_handler_internal( function esp_err_t (line 1875) | esp_err_t network_prov_mgr_init(network_prov_mgr_config_t config) function network_prov_mgr_wait (line 1986) | void network_prov_mgr_wait(void) function esp_err_t (line 2006) | esp_err_t network_prov_mgr_deinit(void) function esp_err_t (line 2090) | esp_err_t network_prov_mgr_start_provisioning(network_prov_security_t se... function network_prov_mgr_stop_provisioning (line 2312) | void network_prov_mgr_stop_provisioning(void) function esp_err_t (line 2333) | esp_err_t network_prov_mgr_reset_wifi_provisioning(void) function esp_err_t (line 2345) | esp_err_t network_prov_mgr_reset_wifi_sm_state_on_failure(void) function esp_err_t (line 2385) | esp_err_t network_prov_mgr_reset_wifi_sm_state_for_reprovision(void) function esp_err_t (line 2436) | esp_err_t network_prov_mgr_reset_thread_provisioning(void) function esp_err_t (line 2449) | esp_err_t network_prov_mgr_reset_thread_sm_state_on_failure(void) function esp_err_t (line 2501) | esp_err_t network_prov_mgr_reset_thread_sm_state_for_reprovision(void) FILE: network_provisioning/src/network_config.c type network_prov_config_cmd_t (line 19) | typedef struct network_prov_config_cmd { function esp_err_t (line 61) | static esp_err_t cmd_get_status_handler(NetworkConfigPayload *req, function esp_err_t (line 232) | static esp_err_t cmd_set_config_handler(NetworkConfigPayload *req, function esp_err_t (line 334) | static esp_err_t cmd_apply_config_handler(NetworkConfigPayload *req, function lookup_cmd_handler (line 383) | static int lookup_cmd_handler(int cmd_id) function network_prov_config_command_cleanup (line 393) | static void network_prov_config_command_cleanup(NetworkConfigPayload *re... function esp_err_t (line 479) | static esp_err_t network_prov_config_command_dispatcher(NetworkConfigPay... function esp_err_t (line 501) | esp_err_t network_prov_config_data_handler(uint32_t session_id, const ui... FILE: network_provisioning/src/network_ctrl.c type network_ctrl_cmd_t (line 18) | typedef struct network_ctrl_cmd { function esp_err_t (line 51) | static esp_err_t cmd_ctrl_reset_handler(NetworkCtrlPayload *req, function esp_err_t (line 99) | static esp_err_t cmd_ctrl_reprov_handler(NetworkCtrlPayload *req, function lookup_cmd_handler (line 147) | static int lookup_cmd_handler(int cmd_id) function network_ctrl_cmd_cleanup (line 158) | static void network_ctrl_cmd_cleanup(NetworkCtrlPayload *resp, void *pri... function esp_err_t (line 184) | static esp_err_t network_ctrl_cmd_dispatcher(NetworkCtrlPayload *req, function esp_err_t (line 205) | esp_err_t network_ctrl_handler(uint32_t session_id, const uint8_t *inbuf... FILE: network_provisioning/src/network_ctrl.h type network_ctrl_handlers_t (line 23) | typedef struct network_ctrl_handlers { FILE: network_provisioning/src/network_scan.c type network_prov_scan_cmd_t (line 19) | typedef struct network_prov_scan_cmd { function esp_err_t (line 64) | static esp_err_t cmd_scan_start_handler(NetworkScanPayload *req, function esp_err_t (line 132) | static esp_err_t cmd_scan_status_handler(NetworkScanPayload *req, function esp_err_t (line 189) | static esp_err_t cmd_scan_result_handler(NetworkScanPayload *req, function lookup_cmd_handler (line 409) | static int lookup_cmd_handler(int cmd_id) function network_prov_scan_cmd_cleanup (line 420) | static void network_prov_scan_cmd_cleanup(NetworkScanPayload *resp, void... function esp_err_t (line 490) | static esp_err_t network_prov_scan_cmd_dispatcher(NetworkScanPayload *req, function esp_err_t (line 512) | esp_err_t network_prov_scan_handler(uint32_t session_id, const uint8_t *... FILE: network_provisioning/src/scheme_ble.c function esp_err_t (line 33) | static esp_err_t prov_start(protocomm_t *pc, void *config) function esp_err_t (line 75) | esp_err_t network_prov_scheme_ble_set_random_addr(const uint8_t *addr) function esp_err_t (line 91) | esp_err_t network_prov_mgr_keep_ble_on(uint8_t is_on_after_ble_stop) function esp_err_t (line 103) | esp_err_t network_prov_scheme_ble_set_service_uuid(uint8_t *uuid128) function esp_err_t (line 112) | esp_err_t network_prov_scheme_ble_set_mfg_data(uint8_t *mfg_data, ssize_... function delete_config (line 149) | static void delete_config(void *config) function esp_err_t (line 164) | static esp_err_t set_config_service(void *config, const char *service_na... function esp_err_t (line 219) | static esp_err_t set_config_endpoint(void *config, const char *endpoint_... function network_prov_scheme_ble_event_cb_free_btdm (line 255) | void network_prov_scheme_ble_event_cb_free_btdm(void *user_data, network... function network_prov_scheme_ble_event_cb_free_bt (line 289) | void network_prov_scheme_ble_event_cb_free_bt(void *user_data, network_p... function network_prov_scheme_ble_event_cb_free_ble (line 311) | void network_prov_scheme_ble_event_cb_free_ble(void *user_data, network_... FILE: network_provisioning/src/scheme_console.c function esp_err_t (line 22) | static esp_err_t prov_start(protocomm_t *pc, void *config) function delete_config (line 57) | static void delete_config(void *config) function esp_err_t (line 66) | static esp_err_t set_config_service(void *config, const char *service_na... function esp_err_t (line 71) | static esp_err_t set_config_endpoint(void *config, const char *endpoint_... FILE: network_provisioning/src/scheme_softap.c type network_prov_softap_config_t (line 19) | typedef struct softap_config { function esp_err_t (line 29) | static esp_err_t start_wifi_ap(const char *ssid, const char *pass) function esp_err_t (line 67) | static esp_err_t prov_start(protocomm_t *pc, void *config) function esp_err_t (line 106) | static esp_err_t prov_stop(protocomm_t *pc) function delete_config (line 132) | static void delete_config(void *config) function esp_err_t (line 143) | static esp_err_t set_config_service(void *config, const char *service_na... function esp_err_t (line 168) | static esp_err_t set_config_endpoint(void *config, const char *endpoint_... function network_prov_scheme_softap_set_httpd_handle (line 173) | void network_prov_scheme_softap_set_httpd_handle(void *handle) FILE: network_provisioning/tool/esp_prov/esp_prov.py function on_except (line 36) | def on_except(err): function get_security (line 43) | def get_security(secver, sec_patch_ver, username, password, pop='', verb... function get_thread_dataset_tlvs (line 53) | def get_thread_dataset_tlvs(network_info, network_key): function get_transport (line 62) | async def get_transport(sel_transport, service_name, ble_adapter=transpo... function version_match (line 89) | async def version_match(tp, protover, verbose=False): function has_capability (line 118) | async def has_capability(tp, capability='none', verbose=False): function get_version (line 152) | async def get_version(tp): function get_sec_patch_ver (line 162) | async def get_sec_patch_ver(tp, verbose=False): function establish_session (line 183) | async def establish_session(tp, sec): function custom_config (line 199) | async def custom_config(tp, sec, custom_info, custom_ver): function custom_data (line 209) | async def custom_data(tp, sec, custom_data): function scan_wifi_APs (line 219) | async def scan_wifi_APs(sel_transport, tp, sec): function send_wifi_config (line 269) | async def send_wifi_config(tp, sec, ssid, passphrase): function apply_wifi_config (line 279) | async def apply_wifi_config(tp, sec): function get_wifi_config (line 289) | async def get_wifi_config(tp, sec): function wait_wifi_connected (line 299) | async def wait_wifi_connected(tp, sec): function reset_wifi (line 325) | async def reset_wifi(tp, sec): function reprov_wifi (line 336) | async def reprov_wifi(tp, sec): function scan_thread_networks (line 347) | async def scan_thread_networks(sel_transport, tp, sec): function send_thread_config (line 384) | async def send_thread_config(tp, sec, dataset_tlvs): function apply_thread_config (line 394) | async def apply_thread_config(tp, sec): function get_thread_config (line 404) | async def get_thread_config(tp, sec): function wait_thread_connected (line 414) | async def wait_thread_connected(tp, sec): function reset_thread (line 440) | async def reset_thread(tp, sec): function reprov_thread (line 451) | async def reprov_thread(tp, sec): function desc_format (line 462) | def desc_format(*args): function main (line 469) | async def main(): FILE: network_provisioning/tool/esp_prov/proto/__init__.py function _load_source (line 12) | def _load_source(name: str, path: str) -> Any: FILE: network_provisioning/tool/esp_prov/prov/custom_prov.py function print_verbose (line 10) | def print_verbose(security_ctx, data): function custom_data_request (line 15) | def custom_data_request(security_ctx, data): function custom_data_response (line 22) | def custom_data_response(security_ctx, response_data): FILE: network_provisioning/tool/esp_prov/prov/network_ctrl.py function print_verbose (line 11) | def print_verbose(security_ctx, data): function ctrl_reset_request (line 16) | def ctrl_reset_request(network_type, security_ctx): function ctrl_reset_response (line 30) | def ctrl_reset_response(security_ctx, response_data): function ctrl_reprov_request (line 40) | def ctrl_reprov_request(network_type, security_ctx): function ctrl_reprov_response (line 54) | def ctrl_reprov_response(security_ctx, response_data): FILE: network_provisioning/tool/esp_prov/prov/network_prov.py function print_verbose (line 11) | def print_verbose(security_ctx, data): function config_get_status_request (line 16) | def config_get_status_request(network_type, security_ctx): function config_get_status_response (line 34) | def config_get_status_response(security_ctx, response_data): function config_set_config_request (line 86) | def config_set_config_request(network_type, security_ctx, ssid_or_datase... function config_set_config_response (line 103) | def config_set_config_response(security_ctx, response_data): function config_apply_config_request (line 116) | def config_apply_config_request(network_type, security_ctx): function config_apply_config_response (line 130) | def config_apply_config_response(security_ctx, response_data): FILE: network_provisioning/tool/esp_prov/prov/network_scan.py function print_verbose (line 10) | def print_verbose(security_ctx, data): function scan_start_request (line 15) | def scan_start_request(network_type, security_ctx, blocking=True, passiv... function scan_start_response (line 36) | def scan_start_response(security_ctx, response_data): function scan_status_request (line 46) | def scan_status_request(network_type, security_ctx): function scan_status_response (line 60) | def scan_status_response(security_ctx, response_data): function scan_result_request (line 76) | def scan_result_request(network_type, security_ctx, index, count): function scan_result_response (line 94) | def scan_result_response(security_ctx, response_data): FILE: network_provisioning/tool/esp_prov/security/security.py class Security (line 8) | class Security: method __init__ (line 9) | def __init__(self, security_session): FILE: network_provisioning/tool/esp_prov/security/security0.py class Security0 (line 14) | class Security0(Security): method __init__ (line 15) | def __init__(self, verbose): method security0_session (line 21) | def security0_session(self, response_data): method setup0_request (line 31) | def setup0_request(self): method setup0_response (line 39) | def setup0_response(self, response_data): method encrypt_data (line 47) | def encrypt_data(self, data): method decrypt_data (line 51) | def decrypt_data(self, data): FILE: network_provisioning/tool/esp_prov/security/security1.py function a_xor_b (line 18) | def a_xor_b(a: bytes, b: bytes) -> bytes: class security_state (line 23) | class security_state: class Security1 (line 30) | class Security1(Security): method __init__ (line 31) | def __init__(self, pop, verbose): method security1_session (line 38) | def security1_session(self, response_data): method __generate_key (line 56) | def __generate_key(self): method _print_verbose (line 63) | def _print_verbose(self, data): method setup0_request (line 67) | def setup0_request(self): method setup0_response (line 76) | def setup0_response(self, response_data): method setup1_request (line 108) | def setup1_request(self): method setup1_response (line 119) | def setup1_response(self, response_data): method encrypt_data (line 136) | def encrypt_data(self, data): method decrypt_data (line 139) | def decrypt_data(self, data): FILE: network_provisioning/tool/esp_prov/security/security2.py class security_state (line 22) | class security_state: function sec2_gen_salt_verifier (line 29) | def sec2_gen_salt_verifier(username: str, password: str, salt_len: int) ... class Security2 (line 41) | class Security2(Security): method __init__ (line 42) | def __init__(self, sec_patch_ver:int, username: str, password: str, ve... method security2_session (line 58) | def security2_session(self, response_data: bytes) -> Any: method _print_verbose (line 78) | def _print_verbose(self, data: str) -> None: method setup0_request (line 82) | def setup0_request(self) -> Any: method setup0_response (line 99) | def setup0_response(self, response_data: bytes) -> None: method setup1_request (line 114) | def setup1_request(self) -> Any: method setup1_response (line 129) | def setup1_response(self, response_data: bytes) -> Any: method _increment_nonce (line 163) | def _increment_nonce(self) -> None: method encrypt_data (line 172) | def encrypt_data(self, data: bytes) -> Any: method decrypt_data (line 178) | def decrypt_data(self, data: bytes) -> Any: FILE: network_provisioning/tool/esp_prov/security/srp6a.py function get_ng (line 144) | def get_ng(ng_type: int) -> Tuple[int, int]: function get_random (line 149) | def get_random(nbytes: int) -> Any: function get_random_of_length (line 153) | def get_random_of_length(nbytes: int) -> Any: function H (line 158) | def H(hash_class: Callable, *args: Any, **kwargs: Any) -> int: function H_N_xor_g (line 173) | def H_N_xor_g(hash_class: Callable, N: int, g: int) -> bytes: function calculate_x (line 185) | def calculate_x(hash_class: Callable, s: Any, Iu: str, p: str) -> int: function generate_salt_and_verifier (line 192) | def generate_salt_and_verifier(Iu: str, p: str, len_s: int, hash_alg: in... function calculate_M (line 202) | def calculate_M(hash_class: Callable, N: int, g: int, Iu: str, s: int, A... function calculate_H_AMK (line 214) | def calculate_H_AMK(hash_class: Callable, A: int, M: bytes, K: bytes) ->... class Srp6a (line 222) | class Srp6a (object): method __init__ (line 223) | def __init__(self, username: str, password: str, hash_alg: int = SHA51... method authenticated (line 245) | def authenticated(self) -> bool: method get_username (line 248) | def get_username(self) -> str: method get_ephemeral_secret (line 251) | def get_ephemeral_secret(self) -> Any: method get_session_key (line 254) | def get_session_key(self) -> Any: method start_authentication (line 257) | def start_authentication(self) -> Tuple[str, bytes]: method process_challenge (line 261) | def process_challenge(self, bytes_s: bytes, bytes_B: bytes) -> Any: method verify_session (line 295) | def verify_session(self, host_HAMK: bytes) -> None: class AuthenticationFailed (line 300) | class AuthenticationFailed (Exception): FILE: network_provisioning/tool/esp_prov/transport/ble_cli.py function device_sort (line 23) | def device_sort(device): class BLE_Bleak_Client (line 27) | class BLE_Bleak_Client: method __init__ (line 28) | def __init__(self): method connect (line 41) | async def connect(self, devname, iface, chrc_names, fallback_srv_uuid): method get_nu_lookup (line 144) | def get_nu_lookup(self): method has_characteristic (line 147) | def has_characteristic(self, uuid): method disconnect (line 153) | async def disconnect(self): method send_data (line 163) | async def send_data(self, characteristic_uuid, data): class BLE_Console_Client (line 171) | class BLE_Console_Client: method connect (line 172) | async def connect(self, devname, iface, chrc_names, fallback_srv_uuid): method get_nu_lookup (line 186) | def get_nu_lookup(self): method has_characteristic (line 189) | def has_characteristic(self, uuid): method disconnect (line 195) | async def disconnect(self): method send_data (line 198) | async def send_data(self, characteristic_uuid, data): function get_client (line 210) | def get_client(): FILE: network_provisioning/tool/esp_prov/transport/transport.py class Transport (line 10) | class Transport(): method send_session_data (line 13) | def send_session_data(self, data): method send_config_data (line 17) | def send_config_data(self, data): method disconnect (line 20) | async def disconnect(self): FILE: network_provisioning/tool/esp_prov/transport/transport_ble.py class Transport_BLE (line 11) | class Transport_BLE(Transport): method __init__ (line 12) | def __init__(self, service_uuid, nu_lookup, ble_adapter=DEFAULT_BLE_AD... method connect (line 26) | async def connect(self, devname): method disconnect (line 46) | async def disconnect(self): method send_data (line 49) | async def send_data(self, ep_name, data): FILE: network_provisioning/tool/esp_prov/transport/transport_console.py class Transport_Console (line 10) | class Transport_Console(Transport): method send_data (line 12) | async def send_data(self, path, data, session_id=0): FILE: network_provisioning/tool/esp_prov/transport/transport_http.py class Transport_HTTP (line 12) | class Transport_HTTP(Transport): method __init__ (line 13) | def __init__(self, hostname, ssl_context=None): method _send_post_request (line 30) | def _send_post_request(self, path, data): method send_data (line 48) | async def send_data(self, ep_name, data): FILE: network_provisioning/tool/esp_prov/utils/convenience.py function bytes_to_long (line 7) | def bytes_to_long(s: bytes) -> int: function long_to_bytes (line 11) | def long_to_bytes(n: int) -> bytes: function str_to_bytes (line 18) | def str_to_bytes(s: str) -> bytes: function hex_str_to_bytes (line 23) | def hex_str_to_bytes(s: str) -> bytes: function int_to_hex_str (line 27) | def int_to_hex_str(n: int) -> str: FILE: onewire_bus/include/onewire_bus_impl_rmt.h type onewire_bus_rmt_config_t (line 19) | typedef struct { FILE: onewire_bus/include/onewire_bus_impl_uart.h type onewire_bus_uart_config_t (line 19) | typedef struct { FILE: onewire_bus/include/onewire_device.h type onewire_device_t (line 19) | typedef struct onewire_device_t { FILE: onewire_bus/include/onewire_types.h type onewire_bus_t (line 17) | struct onewire_bus_t type onewire_device_address_t (line 22) | typedef uint64_t onewire_device_address_t; type onewire_device_iter_t (line 27) | struct onewire_device_iter_t type onewire_bus_config_t (line 32) | typedef struct { FILE: onewire_bus/interface/onewire_bus_interface.h type onewire_bus_t (line 15) | typedef struct onewire_bus_t onewire_bus_t; type onewire_bus_t (line 20) | struct onewire_bus_t { FILE: onewire_bus/src/onewire_bus_api.c function esp_err_t (line 13) | esp_err_t onewire_bus_reset(onewire_bus_handle_t bus) function esp_err_t (line 19) | esp_err_t onewire_bus_write_bytes(onewire_bus_handle_t bus, const uint8_... function esp_err_t (line 25) | esp_err_t onewire_bus_read_bytes(onewire_bus_handle_t bus, uint8_t *rx_b... function esp_err_t (line 31) | esp_err_t onewire_bus_write_bit(onewire_bus_handle_t bus, uint8_t tx_bit) function esp_err_t (line 37) | esp_err_t onewire_bus_read_bit(onewire_bus_handle_t bus, uint8_t *rx_bit) function esp_err_t (line 43) | esp_err_t onewire_bus_del(onewire_bus_handle_t bus) FILE: onewire_bus/src/onewire_bus_impl_rmt.c type onewire_bus_rmt_obj_t (line 115) | typedef struct { function IRAM_ATTR (line 172) | IRAM_ATTR function onewire_rmt_check_presence_pulse (line 213) | static bool onewire_rmt_check_presence_pulse(rmt_symbol_word_t *rmt_symb... function onewire_rmt_decode_data (line 232) | static void onewire_rmt_decode_data(rmt_symbol_word_t *rmt_symbols, size... function esp_err_t (line 253) | esp_err_t onewire_new_bus_rmt(const onewire_bus_config_t *bus_config, co... function esp_err_t (line 365) | static esp_err_t onewire_bus_rmt_destroy(onewire_bus_rmt_obj_t *bus_rmt) function esp_err_t (line 399) | static esp_err_t onewire_bus_rmt_del(onewire_bus_handle_t bus) function esp_err_t (line 405) | static esp_err_t onewire_bus_rmt_reset(onewire_bus_handle_t bus) function esp_err_t (line 430) | static esp_err_t onewire_bus_rmt_write_bytes(onewire_bus_handle_t bus, c... function esp_err_t (line 449) | static esp_err_t onewire_bus_rmt_read_bytes(onewire_bus_handle_t bus, ui... function esp_err_t (line 478) | static esp_err_t onewire_bus_rmt_write_bit(onewire_bus_handle_t bus, uin... function esp_err_t (line 497) | static esp_err_t onewire_bus_rmt_read_bit(onewire_bus_handle_t bus, uint... FILE: onewire_bus/src/onewire_bus_impl_uart.c type onewire_bus_uart_obj_t (line 33) | typedef struct { function esp_err_t (line 55) | esp_err_t onewire_new_bus_uart(const onewire_bus_config_t *bus_config, c... function esp_err_t (line 127) | static esp_err_t onewire_bus_uart_destroy(onewire_bus_uart_obj_t *bus_uart) function esp_err_t (line 142) | static esp_err_t onewire_bus_uart_set_baud_rate(onewire_bus_uart_obj_t *... function esp_err_t (line 162) | static esp_err_t onewire_bus_uart_exchange_byte(onewire_bus_uart_obj_t *... function esp_err_t (line 177) | static esp_err_t onewire_bus_uart_write_bit_nolock(onewire_bus_uart_obj_... function esp_err_t (line 188) | static esp_err_t onewire_bus_uart_read_bit_nolock(onewire_bus_uart_obj_t... function esp_err_t (line 201) | static esp_err_t onewire_bus_uart_del(onewire_bus_handle_t bus) function esp_err_t (line 207) | static esp_err_t onewire_bus_uart_reset(onewire_bus_handle_t bus) function esp_err_t (line 223) | static esp_err_t onewire_bus_uart_write_bytes(onewire_bus_handle_t bus, ... function esp_err_t (line 245) | static esp_err_t onewire_bus_uart_read_bytes(onewire_bus_handle_t bus, u... function esp_err_t (line 272) | static esp_err_t onewire_bus_uart_write_bit(onewire_bus_handle_t bus, ui... function esp_err_t (line 285) | static esp_err_t onewire_bus_uart_read_bit(onewire_bus_handle_t bus, uin... FILE: onewire_bus/src/onewire_crc.c function onewire_crc8 (line 32) | uint8_t onewire_crc8(uint8_t init_crc, uint8_t *input, size_t input_size) function onewire_crc8 (line 43) | uint8_t onewire_crc8(uint8_t init_crc, uint8_t *input, size_t input_size) FILE: onewire_bus/src/onewire_device.c type onewire_device_iter_t (line 17) | typedef struct onewire_device_iter_t { function esp_err_t (line 24) | esp_err_t onewire_new_device_iter(onewire_bus_handle_t bus, onewire_devi... function esp_err_t (line 37) | esp_err_t onewire_del_device_iter(onewire_device_iter_handle_t iter) function esp_err_t (line 47) | esp_err_t onewire_device_iter_get_next(onewire_device_iter_handle_t iter... FILE: onewire_bus/test_apps/main/onewire_bus_test.c function app_main (line 27) | void app_main(void) FILE: onewire_bus/test_apps/pytest_onewire_bus.py function test_onewire_bus (line 8) | def test_onewire_bus(dut: Dut, config: str) -> None: FILE: pcap/include/pcap.h type pcap_file_t (line 23) | struct pcap_file_t type pcap_link_type_t (line 29) | typedef enum { type pcap_config_t (line 52) | typedef struct { FILE: pcap/src/pcap.c type pcap_file_t (line 20) | typedef struct pcap_file_t pcap_file_t; type pcap_file_header_t (line 26) | typedef struct { type pcap_packet_header_t (line 40) | typedef struct { type pcap_file_t (line 51) | struct pcap_file_t { function esp_err_t (line 60) | esp_err_t pcap_new_session(const pcap_config_t *config, pcap_file_handle... function esp_err_t (line 82) | esp_err_t pcap_del_session(pcap_file_handle_t pcap) function esp_err_t (line 93) | esp_err_t pcap_write_header(pcap_file_handle_t pcap, pcap_link_type_t li... function esp_err_t (line 115) | esp_err_t pcap_capture_packet(pcap_file_handle_t pcap, void *payload, ui... function esp_err_t (line 134) | esp_err_t pcap_print_summary(pcap_file_handle_t pcap, FILE *print_file) FILE: pcap/test_apps/main/pcap_test.c function app_main (line 3) | void app_main(void) FILE: pid_ctrl/include/pid_ctrl.h type pid_calculate_type_t (line 19) | typedef enum { type pid_ctrl_block_t (line 28) | struct pid_ctrl_block_t type pid_ctrl_parameter_t (line 34) | typedef struct { type pid_ctrl_config_t (line 49) | typedef struct { FILE: pid_ctrl/src/pid_ctrl.c type pid_ctrl_block_t (line 15) | typedef struct pid_ctrl_block_t pid_ctrl_block_t; type pid_ctrl_block_t (line 18) | struct pid_ctrl_block_t { function pid_calc_positional (line 33) | static float pid_calc_positional(pid_ctrl_block_t *pid, float error) function pid_calc_incremental (line 58) | static float pid_calc_incremental(pid_ctrl_block_t *pid, float error) function esp_err_t (line 84) | esp_err_t pid_new_control_block(const pid_ctrl_config_t *config, pid_ctr... function esp_err_t (line 104) | esp_err_t pid_del_control_block(pid_ctrl_block_handle_t pid) function esp_err_t (line 111) | esp_err_t pid_compute(pid_ctrl_block_handle_t pid, float input_error, fl... function esp_err_t (line 118) | esp_err_t pid_update_parameters(pid_ctrl_block_handle_t pid, const pid_c... function esp_err_t (line 142) | esp_err_t pid_reset_ctrl_block(pid_ctrl_block_handle_t pid) FILE: pid_ctrl/test_apps/main/pid_ctrl_test.c function app_main (line 3) | void app_main(void) FILE: qrcode/esp_qrcode_main.c function esp_qrcode_print_console (line 35) | void esp_qrcode_print_console(esp_qrcode_handle_t qrcode) function esp_err_t (line 63) | esp_err_t esp_qrcode_generate(esp_qrcode_config_t *cfg, const char *text) FILE: qrcode/esp_qrcode_wrapper.c function esp_qrcode_get_size (line 13) | int esp_qrcode_get_size(esp_qrcode_handle_t qrcode) function esp_qrcode_get_module (line 18) | bool esp_qrcode_get_module(esp_qrcode_handle_t qrcode, int x, int y) FILE: qrcode/include/qrcode.h type esp_qrcode_config_t (line 23) | typedef struct { FILE: qrcode/qrcodegen.c type qrcodegen_Ecc (line 57) | enum qrcodegen_Ecc type qrcodegen_Ecc (line 58) | enum qrcodegen_Ecc type qrcodegen_Ecc (line 68) | enum qrcodegen_Ecc type qrcodegen_Mask (line 68) | enum qrcodegen_Mask type qrcodegen_Mask (line 73) | enum qrcodegen_Mask type qrcodegen_Mode (line 84) | enum qrcodegen_Mode type qrcodegen_Segment (line 85) | struct qrcodegen_Segment type qrcodegen_Mode (line 86) | enum qrcodegen_Mode function qrcodegen_encodeText (line 129) | bool qrcodegen_encodeText(const char *text, uint8_t tempBuffer[], uint8_... function qrcodegen_encodeBinary (line 174) | bool qrcodegen_encodeBinary(uint8_t dataAndTemp[], size_t dataLen, uint8... function testable (line 193) | testable void appendBitsToBuffer(unsigned int val, int numBits, uint8_t ... function qrcodegen_encodeSegments (line 206) | bool qrcodegen_encodeSegments(const struct qrcodegen_Segment segs[], siz... function qrcodegen_encodeSegmentsAdvanced (line 215) | bool qrcodegen_encodeSegmentsAdvanced(const struct qrcodegen_Segment seg... function testable (line 310) | testable void addEccAndInterleave(uint8_t data[], int version, enum qrco... function testable (line 346) | testable int getNumDataCodewords(int version, enum qrcodegen_Ecc ecl) function testable (line 359) | testable int getNumRawDataModules(int ver) function testable (line 380) | testable void reedSolomonComputeDivisor(int degree, uint8_t result[]) function testable (line 408) | testable void reedSolomonComputeRemainder(const uint8_t data[], int data... function testable (line 428) | testable uint8_t reedSolomonMultiply(uint8_t x, uint8_t y) function testable (line 445) | testable void initializeFunctionModules(int version, uint8_t qrcode[]) function drawWhiteFunctionModules (line 484) | static void drawWhiteFunctionModules(uint8_t qrcode[], int version) function drawFormatBits (line 550) | static void drawFormatBits(enum qrcodegen_Ecc ecl, enum qrcodegen_Mask m... function testable (line 590) | testable int getAlignmentPatternPositions(int version, uint8_t result[7]) function fillRectangle (line 607) | static void fillRectangle(int left, int top, int width, int height, uint... function drawCodewords (line 622) | static void drawCodewords(const uint8_t data[], int dataLen, uint8_t qrc... function applyMask (line 655) | static void applyMask(const uint8_t functionModules[], uint8_t qrcode[],... function getPenaltyScore (line 685) | static long getPenaltyScore(const uint8_t qrcode[]) function finderPenaltyCountPatterns (line 774) | static int finderPenaltyCountPatterns(const int runHistory[7], int qrsize) function finderPenaltyTerminateAndCount (line 787) | static int finderPenaltyTerminateAndCount(bool currentRunColor, int curr... function finderPenaltyAddHistory (line 800) | static void finderPenaltyAddHistory(int currentRunLength, int runHistory... function qrcodegen_getSize (line 811) | int qrcodegen_getSize(const uint8_t qrcode[]) function qrcodegen_getModule (line 822) | bool qrcodegen_getModule(const uint8_t qrcode[], int x, int y) function testable (line 831) | testable bool getModule(const uint8_t qrcode[], int x, int y) function testable (line 841) | testable void setModule(uint8_t qrcode[], int x, int y, bool isBlack) function testable (line 857) | testable void setModuleBounded(uint8_t qrcode[], int x, int y, bool isBl... function getBit (line 867) | static bool getBit(int x, int i) function qrcodegen_isAlphanumeric (line 877) | bool qrcodegen_isAlphanumeric(const char *text) function qrcodegen_isNumeric (line 890) | bool qrcodegen_isNumeric(const char *text) function qrcodegen_calcSegmentBufferSize (line 903) | size_t qrcodegen_calcSegmentBufferSize(enum qrcodegen_Mode mode, size_t ... function testable (line 922) | testable int calcSegmentBitLength(enum qrcodegen_Mode mode, size_t numCh... function qrcodegen_makeBytes (line 952) | struct qrcodegen_Segment qrcodegen_makeBytes(const uint8_t data[], size_... function qrcodegen_makeNumeric (line 969) | struct qrcodegen_Segment qrcodegen_makeNumeric(const char *digits, uint8... function qrcodegen_makeAlphanumeric (line 1006) | struct qrcodegen_Segment qrcodegen_makeAlphanumeric(const char *text, ui... function qrcodegen_makeEci (line 1043) | struct qrcodegen_Segment qrcodegen_makeEci(long assignVal, uint8_t buf[]) function testable (line 1074) | testable int getTotalBits(const struct qrcodegen_Segment segs[], size_t ... function numCharCountBits (line 1100) | static int numCharCountBits(enum qrcodegen_Mode mode, int version) FILE: qrcode/qrcodegen.h type qrcodegen_Ecc (line 57) | enum qrcodegen_Ecc { type qrcodegen_Mask (line 70) | enum qrcodegen_Mask { type qrcodegen_Mode (line 89) | enum qrcodegen_Mode { type qrcodegen_Segment (line 109) | struct qrcodegen_Segment { type qrcodegen_Ecc (line 170) | enum qrcodegen_Ecc type qrcodegen_Mask (line 170) | enum qrcodegen_Mask type qrcodegen_Ecc (line 192) | enum qrcodegen_Ecc type qrcodegen_Mask (line 192) | enum qrcodegen_Mask type qrcodegen_Segment (line 209) | struct qrcodegen_Segment type qrcodegen_Ecc (line 210) | enum qrcodegen_Ecc type qrcodegen_Segment (line 228) | struct qrcodegen_Segment type qrcodegen_Ecc (line 228) | enum qrcodegen_Ecc type qrcodegen_Mask (line 229) | enum qrcodegen_Mask type qrcodegen_Mode (line 258) | enum qrcodegen_Mode type qrcodegen_Segment (line 266) | struct qrcodegen_Segment type qrcodegen_Segment (line 272) | struct qrcodegen_Segment type qrcodegen_Segment (line 280) | struct qrcodegen_Segment type qrcodegen_Segment (line 287) | struct qrcodegen_Segment FILE: qrcode/test_apps/main/qrcode_test.c function app_main (line 3) | void app_main(void) FILE: quirc/test_apps/main/test_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: quirc/test_apps/main/test_quirc.c function copy_test_image_into_quirc_buffer (line 22) | static void copy_test_image_into_quirc_buffer(struct quirc *q) type quirc_decode_task_args_t (line 41) | typedef struct { function quirc_decode_task (line 48) | static void quirc_decode_task(void *arg) type quirc (line 64) | struct quirc FILE: quirc/test_apps/pytest_quirc.py function test_quirc (line 5) | def test_quirc(dut) -> None: FILE: sh2lib/examples/http2_request/main/http2_request_example_main.c function handle_get_response (line 48) | int handle_get_response(struct sh2lib_handle *handle, const char *data, ... function handle_echo_response (line 63) | int handle_echo_response(struct sh2lib_handle *handle, const char *data,... function send_put_data (line 77) | int send_put_data(struct sh2lib_handle *handle, char *buf, size_t length... function set_time (line 92) | static void set_time(void) function http2_task (line 116) | static void http2_task(void *args) function app_main (line 164) | void app_main(void) FILE: sh2lib/examples/http2_request/pytest_http2_request.py function is_test_server_available (line 17) | def is_test_server_available(): # type: () -> bool function test_examples_protocol_http2_request (line 32) | def test_examples_protocol_http2_request(dut: Dut) -> None: FILE: sh2lib/sh2lib.c function callback_send_inner (line 32) | static ssize_t callback_send_inner(struct sh2lib_handle *hd, const uint8... function callback_error (line 47) | static int callback_error(nghttp2_session *session, int lib_error_code, function callback_send (line 54) | static ssize_t callback_send(nghttp2_session *session, const uint8_t *data, function callback_recv (line 87) | static ssize_t callback_recv(nghttp2_session *session, uint8_t *buf, function callback_on_frame_send (line 136) | static int callback_on_frame_send(nghttp2_session *session, function callback_on_frame_not_send (line 156) | static int callback_on_frame_not_send(nghttp2_session *session, function callback_on_frame_recv (line 163) | static int callback_on_frame_recv(nghttp2_session *session, function callback_on_stream_close (line 179) | static int callback_on_stream_close(nghttp2_session *session, int32_t st... function callback_on_data_chunk_recv (line 191) | static int callback_on_data_chunk_recv(nghttp2_session *session, uint8_t... function callback_on_header (line 209) | static int callback_on_header(nghttp2_session *session, const nghttp2_fr... function callback_on_invalid_header (line 217) | static int callback_on_invalid_header(nghttp2_session *session, const ng... function do_http2_connect (line 225) | static int do_http2_connect(struct sh2lib_handle *hd) type sh2lib_config_t (line 264) | struct sh2lib_config_t type sh2lib_handle (line 264) | struct sh2lib_handle type http_parser_url (line 300) | struct http_parser_url function sh2lib_free (line 328) | void sh2lib_free(struct sh2lib_handle *hd) function sh2lib_execute (line 348) | int sh2lib_execute(struct sh2lib_handle *hd) function sh2lib_execute_recv (line 369) | int sh2lib_execute_recv(struct sh2lib_handle *hd) function sh2lib_execute_send (line 384) | int sh2lib_execute_send(struct sh2lib_handle *hd) function sh2lib_do_get_with_nv (line 399) | int sh2lib_do_get_with_nv(struct sh2lib_handle *hd, const nghttp2_nv *nv... function sh2lib_do_get (line 413) | int sh2lib_do_get(struct sh2lib_handle *hd, const char *path, sh2lib_fra... function sh2lib_data_provider_cb (line 428) | ssize_t sh2lib_data_provider_cb(nghttp2_session *session, int32_t stream... function sh2lib_do_putpost_with_nv (line 437) | int sh2lib_do_putpost_with_nv(struct sh2lib_handle *hd, const nghttp2_nv... function sh2lib_do_post (line 456) | int sh2lib_do_post(struct sh2lib_handle *hd, const char *path, function sh2lib_do_put (line 473) | int sh2lib_do_put(struct sh2lib_handle *hd, const char *path, FILE: sh2lib/sh2lib.h type sh2lib_handle (line 32) | struct sh2lib_handle { type sh2lib_config_t (line 43) | struct sh2lib_config_t { type sh2lib_handle (line 75) | struct sh2lib_handle type sh2lib_handle (line 93) | struct sh2lib_handle type sh2lib_config_t (line 109) | struct sh2lib_config_t type sh2lib_handle (line 109) | struct sh2lib_handle type sh2lib_handle (line 120) | struct sh2lib_handle type sh2lib_handle (line 140) | struct sh2lib_handle type sh2lib_handle (line 162) | struct sh2lib_handle type sh2lib_handle (line 186) | struct sh2lib_handle type sh2lib_handle (line 204) | struct sh2lib_handle type sh2lib_handle (line 220) | struct sh2lib_handle type sh2lib_handle (line 236) | struct sh2lib_handle type sh2lib_handle (line 270) | struct sh2lib_handle type sh2lib_handle (line 301) | struct sh2lib_handle FILE: spi_nand_flash/host_test/main/test_app_main.cpp function app_main (line 12) | void app_main(void) FILE: spi_nand_flash/host_test/main/test_nand_flash_ftl.cpp function spi_nand_flash_device_t (line 44) | static spi_nand_flash_device_t *make_ftl_dev(size_t flash_size = FTL_TES... function destroy_ftl_dev (line 55) | static void destroy_ftl_dev(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/host_test/pytest_nand_flash_linux.py function test_nand_flash_linux (line 16) | def test_nand_flash_linux(dut: Dut) -> None: FILE: spi_nand_flash/include/esp_nand_blockdev.h type esp_blockdev_cmd_arg_status_t (line 150) | typedef struct { type esp_blockdev_cmd_arg_status_t (line 155) | typedef esp_blockdev_cmd_arg_status_t esp_blockdev_cmd_arg_is_bad_block_t; type esp_blockdev_cmd_arg_status_t (line 156) | typedef esp_blockdev_cmd_arg_status_t esp_blockdev_cmd_arg_is_free_page_t; type esp_blockdev_cmd_arg_ecc_status_t (line 163) | typedef struct { type esp_blockdev_cmd_arg_ecc_stats_t (line 173) | typedef struct { type esp_blockdev_cmd_arg_nand_flash_info_t (line 185) | typedef struct { type esp_blockdev_cmd_arg_copy_page_t (line 195) | typedef struct { FILE: spi_nand_flash/include/nand_device_types.h type nand_ecc_status_t (line 18) | typedef enum { type nand_ecc_data_t (line 30) | typedef struct { type nand_flash_geometry_t (line 37) | typedef struct { type nand_device_info_t (line 58) | typedef struct { FILE: spi_nand_flash/include/nand_linux_mmap_emul.h type nand_file_mmap_emul_config_t (line 19) | typedef struct { type nand_mmap_emul_handle_t (line 42) | typedef struct { FILE: spi_nand_flash/include/spi_nand_flash.h type spi_nand_flash_device_t (line 27) | typedef struct spi_nand_flash_device_t spi_nand_flash_device_t; type spi_nand_flash_io_mode_t (line 35) | typedef enum { type spi_nand_flash_config_t (line 47) | struct spi_nand_flash_config_t { type spi_nand_flash_config_t (line 60) | typedef struct spi_nand_flash_config_t spi_nand_flash_config_t; FILE: spi_nand_flash/priv_include/nand.h type nand_flash_geometry_t (line 35) | typedef nand_flash_geometry_t spi_nand_chip_t; type spi_nand_ops (line 37) | typedef struct { type spi_nand_flash_device_t (line 51) | struct spi_nand_flash_device_t { function nand_ecc_exceeds_data_refresh_threshold (line 67) | static inline bool nand_ecc_exceeds_data_refresh_threshold(const spi_nan... FILE: spi_nand_flash/priv_include/spi_nand_oper.h type spi_nand_transaction_t (line 20) | struct spi_nand_transaction_t { type spi_nand_transaction_t (line 32) | typedef struct spi_nand_transaction_t spi_nand_transaction_t; FILE: spi_nand_flash/src/devices/nand_alliance.c function esp_err_t (line 17) | esp_err_t spi_nand_alliance_init(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/src/devices/nand_gigadevice.c function esp_err_t (line 17) | esp_err_t spi_nand_gigadevice_init(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/src/devices/nand_micron.c function esp_err_t (line 17) | esp_err_t spi_nand_micron_init(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/src/devices/nand_winbond.c function esp_err_t (line 19) | esp_err_t spi_nand_winbond_init(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/src/devices/nand_xtx.c function esp_err_t (line 17) | esp_err_t spi_nand_xtx_init(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/src/devices/nand_zetta.c function esp_err_t (line 17) | esp_err_t spi_nand_zetta_init(spi_nand_flash_device_t *dev) FILE: spi_nand_flash/src/dhara_glue.c type spi_nand_flash_dhara_priv_data_t (line 27) | typedef struct { function esp_err_t (line 36) | static esp_err_t dhara_init(spi_nand_flash_device_t *handle, void *bdl_h... function esp_err_t (line 61) | static esp_err_t dhara_deinit(spi_nand_flash_device_t *handle) function esp_err_t (line 70) | static esp_err_t dhara_read(spi_nand_flash_device_t *handle, uint8_t *bu... function esp_err_t (line 81) | static esp_err_t dhara_write(spi_nand_flash_device_t *handle, const uint... function esp_err_t (line 91) | static esp_err_t dhara_copy_sector(spi_nand_flash_device_t *handle, dhar... function esp_err_t (line 101) | static esp_err_t dhara_trim(spi_nand_flash_device_t *handle, dhara_secto... function esp_err_t (line 111) | static esp_err_t dhara_sync(spi_nand_flash_device_t *handle) function esp_err_t (line 121) | static esp_err_t dhara_get_capacity(spi_nand_flash_device_t *handle, dha... function esp_err_t (line 128) | static esp_err_t dhara_gc(spi_nand_flash_device_t *handle) function esp_err_t (line 138) | static esp_err_t dhara_erase_chip(spi_nand_flash_device_t *handle) function esp_err_t (line 143) | static esp_err_t dhara_erase_block(spi_nand_flash_device_t *handle, uint... function esp_err_t (line 163) | esp_err_t nand_wl_attach_ops(spi_nand_flash_device_t *handle) function esp_err_t (line 172) | esp_err_t nand_wl_detach_ops(spi_nand_flash_device_t *handle) function dhara_nand_read (line 185) | int dhara_nand_read(const struct dhara_nand *n, dhara_page_t p, size_t o... function dhara_nand_prog (line 210) | int dhara_nand_prog(const struct dhara_nand *n, dhara_page_t p, const ui... function dhara_nand_erase (line 232) | int dhara_nand_erase(const struct dhara_nand *n, dhara_block_t b, dhara_... function dhara_nand_is_bad (line 254) | int dhara_nand_is_bad(const struct dhara_nand *n, dhara_block_t b) function dhara_nand_mark_bad (line 275) | void dhara_nand_mark_bad(const struct dhara_nand *n, dhara_block_t b) function dhara_nand_is_free (line 290) | int dhara_nand_is_free(const struct dhara_nand *n, dhara_page_t p) function dhara_nand_copy (line 315) | int dhara_nand_copy(const struct dhara_nand *n, dhara_page_t src, dhara_... FILE: spi_nand_flash/src/nand.c function esp_err_t (line 23) | esp_err_t spi_nand_flash_init_device(spi_nand_flash_config_t *config, sp... function esp_err_t (line 55) | esp_err_t spi_nand_erase_chip(spi_nand_flash_device_t *handle) function esp_err_t (line 76) | esp_err_t spi_nand_flash_read_page(spi_nand_flash_device_t *handle, uint... function esp_err_t (line 98) | esp_err_t spi_nand_flash_read_sector(spi_nand_flash_device_t *handle, ui... function esp_err_t (line 103) | esp_err_t spi_nand_flash_copy_page(spi_nand_flash_device_t *handle, uint... function esp_err_t (line 118) | esp_err_t spi_nand_flash_copy_sector(spi_nand_flash_device_t *handle, ui... function esp_err_t (line 123) | esp_err_t spi_nand_flash_write_page(spi_nand_flash_device_t *handle, con... function esp_err_t (line 138) | esp_err_t spi_nand_flash_write_sector(spi_nand_flash_device_t *handle, c... function esp_err_t (line 143) | esp_err_t spi_nand_flash_trim(spi_nand_flash_device_t *handle, uint32_t ... function esp_err_t (line 158) | esp_err_t spi_nand_flash_sync(spi_nand_flash_device_t *handle) function esp_err_t (line 173) | esp_err_t spi_nand_flash_gc(spi_nand_flash_device_t *handle) function esp_err_t (line 188) | esp_err_t spi_nand_flash_get_page_count(spi_nand_flash_device_t *handle,... function esp_err_t (line 197) | esp_err_t spi_nand_flash_get_capacity(spi_nand_flash_device_t *handle, u... function esp_err_t (line 202) | esp_err_t spi_nand_flash_get_page_size(spi_nand_flash_device_t *handle, ... function esp_err_t (line 208) | esp_err_t spi_nand_flash_get_sector_size(spi_nand_flash_device_t *handle... function esp_err_t (line 213) | esp_err_t spi_nand_flash_get_block_size(spi_nand_flash_device_t *handle,... function esp_err_t (line 219) | esp_err_t spi_nand_flash_get_block_num(spi_nand_flash_device_t *handle, ... function esp_err_t (line 225) | esp_err_t spi_nand_flash_deinit_device(spi_nand_flash_device_t *handle) function esp_err_t (line 248) | esp_err_t spi_nand_flash_init_with_layers(spi_nand_flash_config_t *config, FILE: spi_nand_flash/src/nand_diag_api.c function esp_err_t (line 21) | esp_err_t nand_get_bad_block_stats(spi_nand_flash_device_t *flash, uint3... function esp_err_t (line 42) | esp_err_t nand_get_ecc_stats(spi_nand_flash_device_t *flash) FILE: spi_nand_flash/src/nand_flash_blockdev.c function esp_err_t (line 31) | static esp_err_t nand_flash_blockdev_read(esp_blockdev_handle_t handle, ... function esp_err_t (line 81) | static esp_err_t nand_flash_blockdev_write(esp_blockdev_handle_t handle,... function esp_err_t (line 126) | static esp_err_t nand_flash_blockdev_erase(esp_blockdev_handle_t handle,... function esp_err_t (line 164) | static esp_err_t nand_flash_blockdev_sync_no_op(esp_blockdev_handle_t ha... function esp_err_t (line 169) | static esp_err_t nand_flash_blockdev_ioctl(esp_blockdev_handle_t handle,... function esp_err_t (line 287) | static esp_err_t nand_flash_blockdev_release(esp_blockdev_handle_t handle) function esp_err_t (line 314) | esp_err_t nand_flash_get_blockdev(spi_nand_flash_config_t *config, esp_b... FILE: spi_nand_flash/src/nand_impl.c function esp_err_t (line 21) | static esp_err_t detect_chip(spi_nand_flash_device_t *dev) function esp_err_t (line 47) | static esp_err_t enable_quad_io_mode(spi_nand_flash_device_t *dev) function esp_err_t (line 65) | static esp_err_t unprotect_chip(spi_nand_flash_device_t *dev) function esp_err_t (line 80) | esp_err_t nand_init_device(spi_nand_flash_config_t *config, spi_nand_fla... function esp_err_t (line 141) | static esp_err_t s_verify_write(spi_nand_flash_device_t *handle, const u... function esp_err_t (line 162) | static esp_err_t wait_for_ready(spi_nand_flash_device_t *dev, uint32_t e... function esp_err_t (line 187) | static esp_err_t read_page_and_wait(spi_nand_flash_device_t *dev, uint32... function esp_err_t (line 194) | static esp_err_t program_execute_and_wait(spi_nand_flash_device_t *dev, ... function get_column_address (line 201) | static uint16_t get_column_address(spi_nand_flash_device_t *handle, uint... function esp_err_t (line 219) | esp_err_t nand_is_bad(spi_nand_flash_device_t *handle, uint32_t block, b... function esp_err_t (line 244) | esp_err_t nand_mark_bad(spi_nand_flash_device_t *handle, uint32_t block) function esp_err_t (line 286) | esp_err_t nand_erase_block(spi_nand_flash_device_t *handle, uint32_t block) function esp_err_t (line 311) | static esp_err_t nand_erase_good_block(spi_nand_flash_device_t *handle, ... function esp_err_t (line 329) | esp_err_t nand_erase_chip(spi_nand_flash_device_t *handle) function esp_err_t (line 344) | esp_err_t nand_prog(spi_nand_flash_device_t *handle, uint32_t page, cons... function esp_err_t (line 388) | esp_err_t nand_is_free(spi_nand_flash_device_t *handle, uint32_t page, b... function is_ecc_error (line 415) | static bool is_ecc_error(spi_nand_flash_device_t *dev, uint8_t status) function esp_err_t (line 438) | esp_err_t nand_read(spi_nand_flash_device_t *handle, uint32_t page, size... function esp_err_t (line 463) | esp_err_t nand_copy(spi_nand_flash_device_t *handle, uint32_t src, uint3... function esp_err_t (line 557) | esp_err_t nand_get_ecc_status(spi_nand_flash_device_t *handle, uint32_t ... FILE: spi_nand_flash/src/nand_impl_linux.c function esp_err_t (line 25) | static esp_err_t linux_mmap_block_file_offset(const spi_nand_flash_devic... function esp_err_t (line 40) | static esp_err_t detect_chip(spi_nand_flash_device_t *dev) function esp_err_t (line 92) | esp_err_t nand_init_device(spi_nand_flash_config_t *config, spi_nand_fla... function esp_err_t (line 139) | esp_err_t nand_is_bad(spi_nand_flash_device_t *handle, uint32_t block, b... function esp_err_t (line 154) | esp_err_t nand_mark_bad(spi_nand_flash_device_t *handle, uint32_t block) function esp_err_t (line 170) | esp_err_t nand_erase_block(spi_nand_flash_device_t *handle, uint32_t block) function esp_err_t (line 182) | static esp_err_t nand_erase_good_block(spi_nand_flash_device_t *handle, ... function esp_err_t (line 200) | esp_err_t nand_erase_chip(spi_nand_flash_device_t *handle) function esp_err_t (line 215) | esp_err_t nand_prog(spi_nand_flash_device_t *handle, uint32_t page, cons... function esp_err_t (line 228) | esp_err_t nand_is_free(spi_nand_flash_device_t *handle, uint32_t page, b... function esp_err_t (line 242) | esp_err_t nand_read(spi_nand_flash_device_t *handle, uint32_t page, size... function esp_err_t (line 254) | esp_err_t nand_copy(spi_nand_flash_device_t *handle, uint32_t src, uint3... function esp_err_t (line 271) | esp_err_t nand_get_ecc_status(spi_nand_flash_device_t *handle, uint32_t ... FILE: spi_nand_flash/src/nand_impl_wrap.c function esp_err_t (line 14) | esp_err_t nand_wrap_is_bad(spi_nand_flash_device_t *handle, uint32_t blo... function esp_err_t (line 23) | esp_err_t nand_wrap_mark_bad(spi_nand_flash_device_t *handle, uint32_t b... function esp_err_t (line 32) | esp_err_t nand_wrap_erase_chip(spi_nand_flash_device_t *handle) function esp_err_t (line 41) | esp_err_t nand_wrap_erase_block(spi_nand_flash_device_t *handle, uint32_... function esp_err_t (line 50) | esp_err_t nand_wrap_prog(spi_nand_flash_device_t *handle, uint32_t page,... function esp_err_t (line 59) | esp_err_t nand_wrap_is_free(spi_nand_flash_device_t *handle, uint32_t pa... function esp_err_t (line 68) | esp_err_t nand_wrap_read(spi_nand_flash_device_t *handle, uint32_t page,... function esp_err_t (line 77) | esp_err_t nand_wrap_copy(spi_nand_flash_device_t *handle, uint32_t src, ... function esp_err_t (line 86) | esp_err_t nand_wrap_get_ecc_status(spi_nand_flash_device_t *handle, uint... FILE: spi_nand_flash/src/nand_linux_mmap_emul.c function esp_err_t (line 26) | static esp_err_t nand_emul_mmap_init(nand_mmap_emul_handle_t *emul_handle) function esp_err_t (line 73) | static esp_err_t nand_emul_mmap_deinit(nand_mmap_emul_handle_t *emul_han... function esp_err_t (line 107) | esp_err_t nand_emul_init(spi_nand_flash_device_t *handle, nand_file_mmap... function esp_err_t (line 158) | esp_err_t nand_emul_deinit(spi_nand_flash_device_t *handle) function esp_err_t (line 170) | esp_err_t nand_emul_read(spi_nand_flash_device_t *handle, size_t addr, v... function esp_err_t (line 200) | esp_err_t nand_emul_write(spi_nand_flash_device_t *handle, size_t addr, ... function esp_err_t (line 231) | esp_err_t nand_emul_erase_block(spi_nand_flash_device_t *handle, size_t ... function nand_emul_clear_stats (line 262) | void nand_emul_clear_stats(spi_nand_flash_device_t *handle) FILE: spi_nand_flash/src/nand_wl_blockdev.c function esp_err_t (line 23) | static esp_err_t spi_nand_flash_wl_blockdev_read(esp_blockdev_handle_t h... function esp_err_t (line 63) | static esp_err_t spi_nand_flash_wl_blockdev_write(esp_blockdev_handle_t ... function esp_err_t (line 101) | static esp_err_t spi_nand_flash_wl_blockdev_erase(esp_blockdev_handle_t ... function esp_err_t (line 137) | static esp_err_t spi_nand_flash_wl_blockdev_sync(esp_blockdev_handle_t h... function esp_err_t (line 143) | static esp_err_t spi_nand_flash_wl_blockdev_ioctl(esp_blockdev_handle_t ... function esp_err_t (line 199) | static esp_err_t spi_nand_flash_wl_blockdev_release(esp_blockdev_handle_... function esp_err_t (line 220) | esp_err_t spi_nand_flash_wl_get_blockdev(esp_blockdev_handle_t nand_bdl,... FILE: spi_nand_flash/src/spi_nand_flash_test_helpers.c function spi_nand_flash_fill_buffer (line 11) | void spi_nand_flash_fill_buffer(uint8_t *dst, size_t count) function spi_nand_flash_fill_buffer_seeded (line 19) | void spi_nand_flash_fill_buffer_seeded(uint8_t *dst, size_t count, uint3... function spi_nand_flash_check_buffer (line 27) | int spi_nand_flash_check_buffer(const uint8_t *src, size_t count) function spi_nand_flash_check_buffer_seeded (line 38) | int spi_nand_flash_check_buffer_seeded(const uint8_t *src, size_t count,... FILE: spi_nand_flash/src/spi_nand_oper.c function esp_err_t (line 17) | esp_err_t spi_nand_execute_transaction(spi_nand_flash_device_t *handle, ... function esp_err_t (line 58) | esp_err_t spi_nand_read_manufacturer_id(spi_nand_flash_device_t *handle,... function esp_err_t (line 73) | esp_err_t spi_nand_read_device_id(spi_nand_flash_device_t *handle, uint8... function esp_err_t (line 88) | esp_err_t spi_nand_read_register(spi_nand_flash_device_t *handle, uint8_... function esp_err_t (line 102) | esp_err_t spi_nand_write_register(spi_nand_flash_device_t *handle, uint8... function esp_err_t (line 116) | esp_err_t spi_nand_write_enable(spi_nand_flash_device_t *handle) function esp_err_t (line 125) | esp_err_t spi_nand_read_page(spi_nand_flash_device_t *handle, uint32_t p... function spi_nand_get_dma_alignment (line 136) | size_t spi_nand_get_dma_alignment(void) function check_length_alignment (line 148) | static uint16_t check_length_alignment(spi_nand_flash_device_t *handle, ... function spi_nand_buf_dma_aligned (line 167) | static bool spi_nand_buf_dma_aligned(const void *buf, size_t alignment) function spi_nand_tx_prepare_write_buffers (line 183) | static void spi_nand_tx_prepare_write_buffers(spi_nand_flash_device_t *h... function spi_nand_rx_prepare_read_buffers (line 222) | static void spi_nand_rx_prepare_read_buffers(spi_nand_flash_device_t *ha... function esp_err_t (line 246) | static esp_err_t spi_nand_quad_read(spi_nand_flash_device_t *handle, uin... function esp_err_t (line 285) | static esp_err_t spi_nand_dual_read(spi_nand_flash_device_t *handle, uin... function esp_err_t (line 324) | static esp_err_t spi_nand_fast_read(spi_nand_flash_device_t *handle, uin... function esp_err_t (line 370) | esp_err_t spi_nand_read(spi_nand_flash_device_t *handle, uint8_t *data, ... function esp_err_t (line 380) | esp_err_t spi_nand_program_execute(spi_nand_flash_device_t *handle, uint... function esp_err_t (line 391) | esp_err_t spi_nand_program_load(spi_nand_flash_device_t *handle, const u... function esp_err_t (line 421) | esp_err_t spi_nand_erase_block(spi_nand_flash_device_t *handle, uint32_t... FILE: spi_nand_flash/test_app/main/test_app_main.c function setUp (line 13) | void setUp(void) function tearDown (line 18) | void tearDown(void) function app_main (line 24) | void app_main(void) FILE: spi_nand_flash/test_app/main/test_spi_nand_flash.c function setup_bus (line 51) | static void setup_bus(spi_host_device_t host_id) function setup_chip (line 65) | static void setup_chip(spi_device_handle_t *spi, uint8_t flags) function setup_nand_flash (line 80) | static void setup_nand_flash(spi_nand_flash_device_t **out_handle, spi_d... function deinit_nand_flash (line 97) | static void deinit_nand_flash(spi_nand_flash_device_t *flash, spi_device... function do_single_write_test (line 114) | static void do_single_write_test(spi_nand_flash_device_t *flash, uint32_... function test_write_nand_flash_pages (line 155) | static void test_write_nand_flash_pages(spi_nand_flash_io_mode_t mode, u... function test_copy_nand_flash_pages (line 207) | static void test_copy_nand_flash_pages(spi_nand_flash_io_mode_t mode, ui... function test_nand_operations (line 257) | static void test_nand_operations(spi_nand_flash_io_mode_t mode, uint8_t ... FILE: spi_nand_flash/test_app/main/test_spi_nand_flash_bdl.c function setup_bus (line 53) | static void setup_bus(spi_host_device_t host_id) function setup_chip (line 67) | static void setup_chip(spi_device_handle_t *spi, uint8_t flags) function setup_nand_flash (line 82) | static void setup_nand_flash(spi_device_handle_t *spi_handle, spi_nand_f... function deinit_nand_flash (line 99) | static void deinit_nand_flash(spi_device_handle_t spi, esp_blockdev_hand... function do_single_write_test (line 121) | static void do_single_write_test(esp_blockdev_handle_t bdl, uint32_t sta... function do_multiple_page_write_test (line 162) | static int do_multiple_page_write_test(esp_blockdev_handle_t bdl, uint32... function test_write_nand_flash_pages (line 216) | static void test_write_nand_flash_pages(spi_nand_flash_io_mode_t mode, u... function flash_bdl_erase_block_if_good (line 242) | static bool flash_bdl_erase_block_if_good(esp_blockdev_handle_t bdl, uin... function test_nand_operations (line 254) | static void test_nand_operations(spi_nand_flash_io_mode_t mode, uint8_t ... FILE: spi_nand_flash/test_app/pytest_spi_nand_flash.py function test_spi_nand_flash (line 23) | def test_spi_nand_flash(dut: Dut, config: str) -> None: function test_spi_nand_flash_bdl (line 40) | def test_spi_nand_flash_bdl(dut: Dut, config: str) -> None: FILE: spi_nand_flash_fatfs/examples/nand_flash/main/spi_nand_flash_example_main.c function example_init_nand_flash (line 44) | static void example_init_nand_flash(spi_nand_flash_device_t **out_handle... function example_deinit_nand_flash (line 87) | static void example_deinit_nand_flash(spi_nand_flash_device_t *flash, sp... function app_main (line 94) | void app_main(void) FILE: spi_nand_flash_fatfs/examples/nand_flash/pytest_nand_flash_example.py function test_nand_flash_example (line 16) | def test_nand_flash_example(dut) -> None: FILE: spi_nand_flash_fatfs/examples/nand_flash_debug_app/main/spi_nand_flash_debug_app_main.c function example_init_nand_flash (line 48) | static void example_init_nand_flash(spi_nand_flash_device_t **out_handle... function example_deinit_nand_flash (line 90) | static void example_deinit_nand_flash(spi_nand_flash_device_t *flash, sp... function esp_err_t (line 97) | static esp_err_t read_write_pages_tp(spi_nand_flash_device_t *flash, uin... function app_main (line 146) | void app_main(void) FILE: spi_nand_flash_fatfs/examples/nand_flash_debug_app/pytest_nand_flash_debug_example.py function test_nand_flash_debug_example (line 16) | def test_nand_flash_debug_example(dut) -> None: FILE: spi_nand_flash_fatfs/src/diskio_nand.c function DSTATUS (line 20) | DSTATUS ff_nand_initialize(BYTE pdrv) function DSTATUS (line 25) | DSTATUS ff_nand_status(BYTE pdrv) function DRESULT (line 30) | DRESULT ff_nand_read(BYTE pdrv, BYTE *buff, DWORD sector, UINT count) function DRESULT (line 53) | DRESULT ff_nand_write(BYTE pdrv, const BYTE *buff, DWORD sector, UINT co... function DRESULT (line 76) | DRESULT ff_nand_trim(BYTE pdrv, DWORD start_sector, DWORD sector_count) function DRESULT (line 102) | DRESULT ff_nand_ioctl(BYTE pdrv, BYTE cmd, void *buff) function esp_err_t (line 148) | esp_err_t ff_diskio_register_nand(BYTE pdrv, spi_nand_flash_device_t *de... function BYTE (line 166) | BYTE ff_diskio_get_pdrv_nand(const spi_nand_flash_device_t *dev) function ff_diskio_clear_pdrv_nand (line 176) | void ff_diskio_clear_pdrv_nand(const spi_nand_flash_device_t *dev) FILE: spi_nand_flash_fatfs/src/vfs_fat_spinandflash.c function esp_err_t (line 22) | esp_err_t esp_vfs_fat_nand_mount(const char *base_path, spi_nand_flash_d... function esp_err_t (line 103) | esp_err_t esp_vfs_fat_nand_unmount(const char *base_path, spi_nand_flash... FILE: supertinycron/examples/cron_example/main/cron_example_main.c type tm (line 47) | struct tm function crons_equal (line 56) | static int crons_equal(cron_expr *cr1, cron_expr *cr2) function one_dec_num (line 98) | int one_dec_num(const char ch) function extract_digits (line 126) | int extract_digits(const char *str, int *digit_count) function poors_mans_strptime (line 147) | void poors_mans_strptime(const char *str, struct tm *cal) type time_t (line 163) | typedef time_t (*cron_find_fn)(cron_expr *, time_t); function count_fields (line 165) | int count_fields(const char *str, char del) function check_fn_line (line 181) | void check_fn_line(cron_find_fn fn, const char *pattern, const char *ini... function check_same (line 223) | void check_same(const char *expr1, const char *expr2) function check_calc_invalid (line 234) | void check_calc_invalid(void) function check_expr_invalid (line 245) | void check_expr_invalid(const char *pattern) function check_expr_valid_line (line 258) | void check_expr_valid_line(const char *pattern, int line) function test_expr (line 282) | void test_expr(void) function test_parse (line 634) | void test_parse(void) function test_bits (line 861) | void test_bits(void) function app_main (line 896) | void app_main(void) FILE: thorvg/examples/thorvg_lottie/main/thorvg_example_main.c function argb888_to_rgb565 (line 61) | static void argb888_to_rgb565(const uint32_t *in, uint16_t *out, size_t ... function play_lottie (line 75) | static void play_lottie(esp_lcd_panel_handle_t lcd_panel, uint32_t *canv... type lottie_render_ctx_t (line 131) | typedef struct { function esp_err_t (line 154) | static esp_err_t example_init_fs(void) function example_on_color_trans_done (line 185) | static bool example_on_color_trans_done(esp_lcd_panel_io_handle_t panel_... function app_main (line 193) | void app_main(void) FILE: touch_element/examples/touch_button/main/touch_button_example_main.c function button_handler_task (line 56) | static void button_handler_task(void *arg) function button_handler (line 79) | static void button_handler(touch_button_handle_t out_handle, touch_butto... function app_main (line 92) | void app_main(void) FILE: touch_element/examples/touch_button/pytest_touch_button.py function test_touch_button (line 14) | def test_touch_button(dut: Dut) -> None: FILE: touch_element/examples/touch_element_waterproof/main/waterproof_example_main.c function button_handler_task (line 32) | static void button_handler_task(void *arg) function app_main (line 48) | void app_main(void) FILE: touch_element/examples/touch_element_waterproof/pytest_touch_element_waterproof.py function test_touch_element_waterproof (line 14) | def test_touch_element_waterproof(dut: Dut) -> None: FILE: touch_element/examples/touch_elements_combination/main/touch_elements_example_main.c function button_handler (line 53) | static void button_handler(touch_elem_message_t element_message) function slider_handler (line 65) | static void slider_handler(touch_elem_message_t element_message) function event_handler_task (line 77) | static void event_handler_task(void *arg) function button_example_init (line 98) | void button_example_init(void) function slider_example_init (line 122) | void slider_example_init(void) function app_main (line 143) | void app_main(void) FILE: touch_element/examples/touch_elements_combination/pytest_touch_elements_combination.py function test_touch_elements_combination (line 14) | def test_touch_elements_combination(dut: Dut) -> None: FILE: touch_element/examples/touch_matrix/main/touch_matrix_example_main.c function matrix_handler_task (line 49) | static void matrix_handler_task(void *arg) function matrix_handler (line 75) | void matrix_handler(touch_matrix_handle_t out_handle, touch_matrix_messa... function app_main (line 94) | void app_main(void) FILE: touch_element/examples/touch_matrix/pytest_touch_matrix.py function test_touch_matrix (line 14) | def test_touch_matrix(dut: Dut) -> None: FILE: touch_element/examples/touch_slider/main/touch_slider_example_main.c function slider_handler_task (line 42) | static void slider_handler_task(void *arg) function slider_handler (line 66) | void slider_handler(touch_slider_handle_t out_handle, touch_slider_messa... function app_main (line 82) | void app_main(void) FILE: touch_element/examples/touch_slider/pytest_touch_slider.py function test_touch_slider (line 14) | def test_touch_slider(dut: Dut) -> None: FILE: touch_element/include/esp_private/touch_element_private.h type te_state_t (line 45) | typedef enum { type te_state_t (line 51) | typedef te_state_t te_dev_state_t; type touch_elem_type_t (line 52) | typedef touch_elem_type_t te_dev_type_t; type te_dev_t (line 54) | typedef struct { type te_class_type_t (line 62) | typedef enum { type te_object_methods_t (line 69) | typedef struct { type te_waterproof_s (line 78) | struct te_waterproof_s { type te_waterproof_s (line 84) | struct te_waterproof_s type te_sleep_s (line 86) | struct te_sleep_s { type te_sleep_s (line 94) | struct te_sleep_s type te_button_handle_config_t (line 96) | typedef struct { type te_state_t (line 103) | typedef te_state_t te_button_state_t; type te_button_s (line 105) | struct te_button_s { type te_button_s (line 115) | struct te_button_s type te_slider_handle_config_t (line 117) | typedef struct { type te_state_t (line 124) | typedef te_state_t te_slider_state_t; type te_slider_s (line 126) | struct te_slider_s { type te_slider_s (line 146) | struct te_slider_s type te_matrix_handle_config_t (line 148) | typedef struct { type te_state_t (line 155) | typedef te_state_t te_matrix_state_t; type te_matrix_s (line 157) | struct te_matrix_s { type te_matrix_s (line 170) | struct te_matrix_s FILE: touch_element/include/esp_private/touch_sensor_legacy_hal.h type touch_hal_volt_t (line 16) | typedef struct { type touch_hal_meas_mode_t (line 22) | typedef struct { FILE: touch_element/include/esp_private/touch_sensor_legacy_ll.h function touch_ll_get_current_meas_channel (line 61) | __attribute__((always_inline)) function touch_ll_is_measure_done (line 73) | __attribute__((always_inline)) function touch_ll_filter_enable (line 83) | static inline void touch_ll_filter_enable(bool enable) function touch_ll_denoise_enable (line 97) | static inline void touch_ll_denoise_enable(bool enable) function touch_ll_denoise_read_data (line 107) | static inline void touch_ll_denoise_read_data(uint32_t *data) function touch_ll_waterproof_enable (line 125) | static inline void touch_ll_waterproof_enable(bool enable) function touch_ll_sleep_enable_proximity_sensing (line 133) | static inline void touch_ll_sleep_enable_proximity_sensing(bool enable) function touch_ll_sleep_get_channel_num (line 144) | static inline void touch_ll_sleep_get_channel_num(uint32_t *touch_num) function touch_ll_sleep_set_threshold (line 156) | static inline void touch_ll_sleep_set_threshold(uint32_t touch_thres) function touch_ll_sleep_reset_benchmark (line 161) | static inline void touch_ll_sleep_reset_benchmark(void) function touch_ll_sleep_set_channel_num (line 172) | static inline void touch_ll_sleep_set_channel_num(uint32_t touch_num) function touch_ll_filter_set_filter_mode (line 183) | static inline void touch_ll_filter_set_filter_mode(touch_benchmark_filte... function touch_ll_filter_set_debounce (line 194) | static inline void touch_ll_filter_set_debounce(uint32_t dbc_cnt) function touch_ll_filter_set_jitter_step (line 206) | static inline void touch_ll_filter_set_jitter_step(uint32_t step) function touch_ll_filter_set_smooth_mode (line 217) | static inline void touch_ll_filter_set_smooth_mode(touch_smooth_filter_m... function touch_ll_waterproof_set_shield_driver (line 229) | static inline void touch_ll_waterproof_set_shield_driver(touch_chan_shie... function touch_ll_set_meas_times (line 244) | static inline void touch_ll_set_meas_times(uint16_t meas_time) function touch_ll_get_measure_times (line 257) | static inline void touch_ll_get_measure_times(uint16_t *meas_time) function touch_ll_set_sleep_time (line 270) | static inline void touch_ll_set_sleep_time(uint16_t sleep_time) function touch_ll_get_sleep_time (line 281) | static inline void touch_ll_get_sleep_time(uint16_t *sleep_time) function touch_ll_set_voltage_high (line 293) | static inline void touch_ll_set_voltage_high(touch_high_volt_t refh) function touch_ll_get_voltage_high (line 305) | static inline void touch_ll_get_voltage_high(touch_high_volt_t *refh) function touch_ll_set_voltage_low (line 316) | static inline void touch_ll_set_voltage_low(touch_low_volt_t refl) function touch_ll_get_voltage_low (line 327) | static inline void touch_ll_get_voltage_low(touch_low_volt_t *refl) function touch_ll_set_voltage_attenuation (line 339) | static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t a... function touch_ll_get_voltage_attenuation (line 351) | static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *... function touch_ll_set_slope (line 368) | static inline void touch_ll_set_slope(touch_pad_t touch_num, touch_cnt_s... function touch_ll_get_slope (line 402) | static inline void touch_ll_get_slope(touch_pad_t touch_num, touch_cnt_s... function touch_ll_set_tie_option (line 425) | static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_... function touch_ll_get_tie_option (line 441) | static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_... function touch_ll_set_fsm_mode (line 456) | __attribute__((always_inline)) function touch_ll_get_fsm_mode (line 468) | static inline void touch_ll_get_fsm_mode(touch_fsm_mode_t *mode) function touch_ll_clkgate (line 478) | static inline void touch_ll_clkgate(bool enable) function touch_ll_clkgate_get_state (line 489) | static inline bool touch_ll_clkgate_get_state(void) function touch_ll_timer_force_done (line 498) | static inline void touch_ll_timer_force_done(void) function touch_ll_start_fsm (line 508) | static inline void touch_ll_start_fsm(void) function touch_ll_stop_fsm (line 523) | __attribute__((always_inline)) function touch_ll_get_fsm_state (line 538) | static inline bool touch_ll_get_fsm_state(void) function touch_ll_start_sw_meas (line 546) | static inline void touch_ll_start_sw_meas(void) function touch_ll_set_threshold (line 561) | static inline void touch_ll_set_threshold(touch_pad_t touch_num, uint32_... function touch_ll_get_threshold (line 575) | static inline void touch_ll_get_threshold(touch_pad_t touch_num, uint32_... function touch_ll_set_channel_mask (line 593) | static inline void touch_ll_set_channel_mask(uint16_t enable_mask) function touch_ll_get_channel_mask (line 605) | static inline void touch_ll_get_channel_mask(uint16_t *enable_mask) function touch_ll_clear_channel_mask (line 618) | static inline void touch_ll_clear_channel_mask(uint16_t disable_mask) function touch_ll_read_trigger_status_mask (line 629) | static inline void touch_ll_read_trigger_status_mask(uint32_t *status_mask) function touch_ll_clear_trigger_status_mask (line 639) | static inline void touch_ll_clear_trigger_status_mask(void) function touch_ll_read_raw_data (line 650) | static inline uint32_t IRAM_ATTR touch_ll_read_raw_data(touch_pad_t touc... function touch_ll_reset (line 662) | static inline void touch_ll_reset(void) function touch_ll_set_idle_channel_connect (line 679) | static inline void touch_ll_set_idle_channel_connect(touch_pad_conn_type... function touch_ll_get_idle_channel_connect (line 694) | static inline void touch_ll_get_idle_channel_connect(touch_pad_conn_type... function touch_ll_intr_enable (line 706) | static inline void touch_ll_intr_enable(touch_pad_intr_mask_t int_mask) function touch_ll_intr_disable (line 733) | static inline void touch_ll_intr_disable(touch_pad_intr_mask_t int_mask) function touch_ll_intr_clear (line 760) | static inline void touch_ll_intr_clear(touch_pad_intr_mask_t int_mask) function touch_ll_read_intr_status_mask (line 787) | static inline uint32_t touch_ll_read_intr_status_mask(void) function touch_ll_intr_enable (line 821) | static inline void touch_ll_intr_enable(touch_pad_intr_mask_t int_mask) function touch_ll_intr_disable (line 845) | static inline void touch_ll_intr_disable(uint32_t int_mask) function touch_ll_intr_clear (line 869) | static inline void touch_ll_intr_clear(touch_pad_intr_mask_t int_mask) function touch_ll_read_intr_status_mask (line 893) | static inline uint32_t touch_ll_read_intr_status_mask(void) function touch_ll_timeout_enable (line 927) | static inline void touch_ll_timeout_enable(void) function touch_ll_timeout_disable (line 940) | static inline void touch_ll_timeout_disable(void) function touch_ll_timeout_set_threshold (line 951) | static inline void touch_ll_timeout_set_threshold(uint32_t threshold) function touch_ll_timeout_get_threshold (line 962) | static inline void touch_ll_timeout_get_threshold(uint32_t *threshold) function touch_ll_filter_read_smooth (line 975) | static inline void IRAM_ATTR touch_ll_filter_read_smooth(touch_pad_t tou... function touch_ll_read_benchmark (line 989) | static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_n... function touch_ll_reset_benchmark (line 1003) | static inline void touch_ll_reset_benchmark(touch_pad_t touch_num) function touch_ll_filter_get_filter_mode (line 1020) | static inline void touch_ll_filter_get_filter_mode(touch_filter_mode_t *... function touch_ll_filter_get_smooth_mode (line 1030) | static inline void touch_ll_filter_get_smooth_mode(touch_smooth_mode_t *... function touch_ll_filter_get_debounce (line 1040) | static inline void touch_ll_filter_get_debounce(uint32_t *dbc_cnt) function touch_ll_filter_set_noise_thres (line 1052) | static inline void touch_ll_filter_set_noise_thres(uint32_t noise_thr) function touch_ll_filter_get_noise_thres (line 1067) | static inline void touch_ll_filter_get_noise_thres(uint32_t *noise_thr) function touch_ll_filter_get_jitter_step (line 1079) | static inline void touch_ll_filter_get_jitter_step(uint32_t *step) function touch_ll_denoise_set_cap_level (line 1093) | static inline void touch_ll_denoise_set_cap_level(touch_pad_denoise_cap_... function touch_ll_denoise_get_cap_level (line 1105) | static inline void touch_ll_denoise_get_cap_level(touch_pad_denoise_cap_... function touch_ll_denoise_set_grade (line 1116) | static inline void touch_ll_denoise_set_grade(touch_pad_denoise_grade_t ... function touch_ll_denoise_get_grade (line 1127) | static inline void touch_ll_denoise_get_grade(touch_pad_denoise_grade_t ... function touch_ll_waterproof_set_guard_pad (line 1139) | static inline void touch_ll_waterproof_set_guard_pad(touch_pad_t pad_num) function touch_ll_waterproof_get_guard_pad (line 1149) | static inline void touch_ll_waterproof_get_guard_pad(touch_pad_t *pad_num) function touch_ll_waterproof_get_shield_driver (line 1161) | static inline void touch_ll_waterproof_get_shield_driver(touch_pad_shiel... function touch_ll_proximity_set_channel_num (line 1174) | static inline void touch_ll_proximity_set_channel_num(const touch_pad_t ... function touch_ll_proximity_get_channel_num (line 1187) | static inline void touch_ll_proximity_get_channel_num(touch_pad_t prox_p... function touch_ll_proximity_set_meas_times (line 1199) | static inline void touch_ll_proximity_set_meas_times(uint32_t times) function touch_ll_proximity_get_meas_times (line 1209) | static inline void touch_ll_proximity_get_meas_times(uint32_t *times) function touch_ll_proximity_read_meas_cnt (line 1219) | static inline void touch_ll_proximity_read_meas_cnt(touch_pad_t touch_nu... function touch_ll_proximity_pad_check (line 1235) | static inline bool touch_ll_proximity_pad_check(touch_pad_t touch_num) function touch_ll_sleep_get_threshold (line 1254) | static inline void touch_ll_sleep_get_threshold(uint32_t *touch_thres) function touch_ll_sleep_is_proximity_enabled (line 1262) | static inline bool touch_ll_sleep_is_proximity_enabled(void) function touch_ll_sleep_read_benchmark (line 1272) | static inline void touch_ll_sleep_read_benchmark(uint32_t *benchmark) function touch_ll_sleep_read_smooth (line 1278) | static inline void touch_ll_sleep_read_smooth(uint32_t *smooth_data) function touch_ll_sleep_read_data (line 1285) | static inline void touch_ll_sleep_read_data(uint32_t *raw_data) function touch_ll_sleep_read_chan_data (line 1304) | __attribute__((always_inline)) function touch_ll_sleep_low_power (line 1323) | static inline void touch_ll_sleep_low_power(bool is_low_power) function touch_ll_sleep_read_debounce (line 1333) | static inline void touch_ll_sleep_read_debounce(uint32_t *debounce) function touch_ll_sleep_read_proximity_cnt (line 1342) | static inline void touch_ll_sleep_read_proximity_cnt(uint32_t *prox_cnt) function touch_ll_get_wakeup_status (line 1352) | static inline void touch_ll_get_wakeup_status(touch_pad_t *pad_num) FILE: touch_element/include/touch_element/touch_button.h type touch_button_global_config_t (line 24) | typedef struct { type touch_button_config_t (line 32) | typedef struct { type touch_button_event_t (line 40) | typedef enum { type touch_button_message_t (line 50) | typedef struct { type touch_elem_handle_t (line 54) | typedef touch_elem_handle_t touch_button_handle_t; FILE: touch_element/include/touch_element/touch_element.h type touch_elem_sw_config_t (line 56) | typedef struct { type touch_elem_hw_config_t (line 66) | typedef struct { type touch_elem_global_config_t (line 85) | typedef struct { type touch_elem_waterproof_config_t (line 93) | typedef struct { type touch_elem_sleep_config_t (line 101) | typedef struct { type touch_elem_event_t (line 107) | typedef uint32_t touch_elem_event_t; type touch_elem_type_t (line 112) | typedef enum { type touch_elem_dispatch_t (line 121) | typedef enum { type touch_elem_message_t (line 130) | typedef struct { FILE: touch_element/include/touch_element/touch_matrix.h type touch_matrix_global_config_t (line 25) | typedef struct { type touch_matrix_config_t (line 33) | typedef struct { type touch_matrix_event_t (line 45) | typedef enum { type touch_matrix_position_t (line 55) | typedef struct { type touch_matrix_message_t (line 64) | typedef struct { type touch_elem_handle_t (line 69) | typedef touch_elem_handle_t touch_matrix_handle_t; FILE: touch_element/include/touch_element/touch_sensor_legacy_types.h type touch_filter_mode_t (line 18) | typedef touch_filter_mode_t touch_benchmark_filter_mode_t; type touch_smooth_mode_t (line 19) | typedef touch_smooth_mode_t touch_smooth_filter_mode_t; type touch_pad_shield_driver_t (line 20) | typedef touch_pad_shield_driver_t touch_chan_shield_cap_t; type touch_filter_mode_t (line 24) | typedef touch_filter_mode_t touch_benchmark_filter_mode_t; type touch_smooth_mode_t (line 25) | typedef touch_smooth_mode_t touch_smooth_filter_mode_t; type touch_pad_shield_driver_t (line 26) | typedef touch_pad_shield_driver_t touch_chan_shield_cap_t; type touch_pad_t (line 34) | typedef enum { type touch_high_volt_t (line 54) | typedef enum { type touch_low_volt_t (line 64) | typedef enum { type touch_volt_atten_t (line 74) | typedef enum { type touch_cnt_slope_t (line 84) | typedef enum { type touch_tie_opt_t (line 97) | typedef enum { type touch_fsm_mode_t (line 105) | typedef enum { type touch_trigger_mode_t (line 113) | typedef enum { type touch_trigger_src_t (line 119) | typedef enum { type touch_chan_shield_cap_t (line 129) | typedef enum { type touch_benchmark_filter_mode_t (line 144) | typedef enum { type touch_smooth_filter_mode_t (line 159) | typedef enum { type touch_pad_intr_mask_t (line 192) | typedef uint32_t touch_pad_intr_mask_t; type touch_pad_denoise_grade_t (line 194) | typedef enum { type touch_pad_denoise_cap_t (line 202) | typedef enum { type touch_pad_denoise_t (line 215) | typedef struct touch_pad_denoise { type touch_pad_shield_driver_t (line 226) | typedef enum { type touch_pad_waterproof_t (line 239) | typedef struct touch_pad_waterproof { type touch_pad_conn_type_t (line 253) | typedef enum { type touch_filter_mode_t (line 265) | typedef enum { type touch_smooth_mode_t (line 283) | typedef enum { type touch_filter_config_t (line 292) | typedef struct touch_filter_config { type touch_pad_sleep_channel_t (line 309) | typedef struct { FILE: touch_element/include/touch_element/touch_slider.h type touch_slider_global_config_t (line 31) | typedef struct { type touch_slider_config_t (line 44) | typedef struct { type touch_slider_event_t (line 54) | typedef enum { type touch_slider_position_t (line 61) | typedef uint32_t touch_slider_position_t; type touch_slider_message_t (line 66) | typedef struct { type touch_elem_handle_t (line 71) | typedef touch_elem_handle_t touch_slider_handle_t; FILE: touch_element/test_apps/main/test_app_main.c function check_leak (line 18) | static void check_leak(size_t before_free, size_t after_free, const char... function setUp (line 25) | void setUp(void) function tearDown (line 31) | void tearDown(void) function app_main (line 39) | void app_main(void) FILE: touch_element/test_apps/main/test_touch_button.c type test_monitor_t (line 43) | typedef struct { type test_concurrent_monitor_t (line 48) | typedef struct { function test_button_event_simulator (line 102) | void test_button_event_simulator(touch_button_handle_t button_handle, to... function test_button_event_check (line 118) | void test_button_event_check(touch_elem_message_t *valid_message, touch_... function test_button_callback_check (line 127) | static void test_button_callback_check(touch_button_handle_t current_han... function test_button_event_trigger_and_check (line 135) | void test_button_event_trigger_and_check(touch_button_handle_t handle, t... function test_button_callback_trigger_and_check (line 158) | void test_button_callback_trigger_and_check(touch_button_handle_t handle... function test_button_disp_event (line 185) | static void test_button_disp_event(void) function test_button_disp_callback (line 224) | static void test_button_disp_callback(void) function test_button_handler (line 270) | void test_button_handler(touch_button_handle_t handle, touch_button_mess... function test_button_event_change_lp (line 280) | static void test_button_event_change_lp(void) function test_button_callback_change_lp (line 333) | static void test_button_callback_change_lp(void) function test_button_change_lp_handler (line 387) | static void test_button_change_lp_handler(touch_button_handle_t handle, ... function test_button_event_concurrent (line 398) | static void test_button_event_concurrent(void) function test_button_random_trigger_concurrent (line 460) | static void test_button_random_trigger_concurrent(void) function test_random_trigger_concurrent_task (line 520) | void test_random_trigger_concurrent_task(void *arg) function random_trigger_concurrent_handler (line 566) | static void random_trigger_concurrent_handler(touch_button_handle_t hand... FILE: touch_element/test_apps/main/test_touch_element.c type test_monitor_t (line 39) | typedef struct { function test_system_waterproof_guard (line 76) | static void test_system_waterproof_guard(void) function test_waterproof_event_simulator (line 200) | static void test_waterproof_event_simulator(touch_pad_t guard_channel, t... function test_integrat_btn_sld_mat (line 215) | static void test_integrat_btn_sld_mat(void) function test_integration_monitor_task (line 402) | static void test_integration_monitor_task(void *arg) FILE: touch_element/test_apps/main/test_touch_matrix.c type test_monitor_t (line 43) | typedef struct { function test_matrix_event_simulator (line 93) | void test_matrix_event_simulator(touch_matrix_handle_t matrix_handle, to... function test_matrix_channel_simulator (line 116) | static void test_matrix_channel_simulator(touch_pad_t channel, touch_mat... function test_matrix_event_check (line 127) | void test_matrix_event_check(touch_elem_message_t *valid_message, touch_... function test_matrix_callback_check (line 139) | static inline void test_matrix_callback_check(touch_matrix_handle_t curr... function test_matrix_event_trigger_and_check (line 150) | void test_matrix_event_trigger_and_check(touch_matrix_handle_t handle, t... function test_matrix_callback_trigger_and_check (line 175) | void test_matrix_callback_trigger_and_check(touch_matrix_handle_t handle... function test_matrix_disp_event (line 205) | static void test_matrix_disp_event(void) function test_matrix_disp_callback (line 242) | static void test_matrix_disp_callback(void) function test_matrix_handler (line 287) | static void test_matrix_handler(touch_matrix_handle_t handle, touch_matr... function test_matrix_random_channel_trigger (line 297) | static void test_matrix_random_channel_trigger(void) function test_matrix_event_change_lp (line 364) | static void test_matrix_event_change_lp(void) function test_matrix_callback_change_lp (line 401) | static void test_matrix_callback_change_lp(void) function test_matrix_change_lp_handler (line 447) | static void test_matrix_change_lp_handler(touch_matrix_handle_t out_hand... FILE: touch_element/test_apps/main/test_touch_slider.c type test_monitor_t (line 36) | typedef struct { function test_slider_event_simulator (line 62) | void test_slider_event_simulator(touch_slider_handle_t slider_handle, to... function test_slider_event_check (line 75) | void test_slider_event_check(touch_elem_message_t *valid_message, touch_... function test_slider_callback_check (line 84) | static void test_slider_callback_check(touch_slider_handle_t current_han... function test_slider_event_trigger_and_check (line 92) | void test_slider_event_trigger_and_check(touch_slider_handle_t handle, t... function test_slider_callback_trigger_and_check (line 106) | void test_slider_callback_trigger_and_check(touch_slider_handle_t handle... function test_slider_disp_event (line 133) | static void test_slider_disp_event(void) function test_slider_disp_callback (line 168) | static void test_slider_disp_callback(void) function test_slider_handler (line 209) | static void test_slider_handler(touch_slider_handle_t handle, touch_slid... FILE: touch_element/test_apps/pytest_touch_element.py function test_touch_element (line 14) | def test_touch_element(dut: Dut) -> None: FILE: touch_element/touch_button.c type te_button_handle_list_t (line 15) | typedef struct te_button_handle_list { type te_button_obj_t (line 20) | typedef struct { function esp_err_t (line 45) | esp_err_t touch_button_install(const touch_button_global_config_t *globa... function touch_button_uninstall (line 78) | void touch_button_uninstall(void) function esp_err_t (line 97) | esp_err_t touch_button_create(const touch_button_config_t *button_config... function esp_err_t (line 140) | esp_err_t touch_button_delete(touch_button_handle_t button_handle) function esp_err_t (line 154) | esp_err_t touch_button_set_dispatch_method(touch_button_handle_t button_... function esp_err_t (line 166) | esp_err_t touch_button_subscribe_event(touch_button_handle_t button_hand... function esp_err_t (line 187) | esp_err_t touch_button_set_callback(touch_button_handle_t button_handle,... function esp_err_t (line 199) | esp_err_t touch_button_set_longpress(touch_button_handle_t button_handle... function touch_button_message_t (line 217) | const touch_button_message_t *touch_button_get_message(const touch_elem_... function button_object_check_channel (line 223) | static bool button_object_check_channel(touch_pad_t channel_num) function esp_err_t (line 234) | static esp_err_t button_object_set_threshold(void) function button_object_process_state (line 247) | static void button_object_process_state(void) function button_object_update_state (line 259) | static void button_object_update_state(touch_pad_t channel_num, te_state... function esp_err_t (line 270) | static esp_err_t button_object_add_instance(te_button_handle_t button_ha... function esp_err_t (line 281) | static esp_err_t button_object_remove_instance(te_button_handle_t button... function is_button_object_handle (line 298) | bool is_button_object_handle(touch_elem_handle_t element_handle) function button_channel_check (line 312) | static bool button_channel_check(te_button_handle_t button_handle, touch... function esp_err_t (line 317) | static esp_err_t button_set_threshold(te_button_handle_t button_handle) function button_update_state (line 322) | static void button_update_state(te_button_handle_t button_handle, touch_... function button_reset_state (line 331) | static void button_reset_state(te_button_handle_t button_handle) function button_event_give (line 338) | static void button_event_give(te_button_handle_t button_handle) function button_dispatch (line 351) | static inline void button_dispatch(te_button_handle_t button_handle, tou... function button_enable_wakeup_calibration (line 362) | void button_enable_wakeup_calibration(te_button_handle_t button_handle, ... function button_proc_state (line 378) | static void button_proc_state(te_button_handle_t button_handle) function te_state_t (line 428) | static inline te_state_t button_get_state(te_dev_t *device) FILE: touch_element/touch_element.c type te_intr_t (line 82) | typedef enum { type te_intr_msg_t (line 90) | typedef struct { type te_obj_t (line 96) | typedef struct { function esp_err_t (line 155) | esp_err_t touch_element_install(const touch_elem_global_config_t *global... function esp_err_t (line 190) | esp_err_t touch_element_start(void) function esp_err_t (line 221) | esp_err_t touch_element_stop(void) function touch_element_uninstall (line 238) | void touch_element_uninstall(void) function esp_err_t (line 266) | esp_err_t touch_element_message_receive(touch_elem_message_t *element_me... function te_read_raw_signal (line 276) | static uint32_t te_read_raw_signal(touch_pad_t channel_num) function te_read_smooth_signal (line 289) | uint32_t te_read_smooth_signal(touch_pad_t channel_num) function esp_err_t (line 302) | esp_err_t te_event_give(touch_elem_message_t te_message) function te_get_threshold (line 313) | uint32_t te_get_threshold(touch_pad_t channel_num) function te_is_touch_dsleep_wakeup (line 326) | bool te_is_touch_dsleep_wakeup(void) function touch_pad_t (line 339) | touch_pad_t te_get_sleep_channel(void) function te_intr_cb (line 352) | static void te_intr_cb(void *arg) function te_proc_timer_cb (line 437) | static void te_proc_timer_cb(void *arg) function te_object_method_register (line 487) | void te_object_method_register(te_object_methods_t *object_methods, te_c... function te_object_method_unregister (line 498) | void te_object_method_unregister(te_class_type_t object_type) function te_object_check_channel (line 519) | bool te_object_check_channel(const touch_pad_t *channel_array, uint8_t c... function esp_err_t (line 539) | static inline esp_err_t te_object_set_threshold(void) function te_object_process_state (line 549) | static inline void te_object_process_state(void) function te_object_update_state (line 554) | static inline void te_object_update_state(te_intr_msg_t te_intr_msg) function te_get_timer_period (line 563) | uint8_t te_get_timer_period(void) function esp_err_t (line 568) | esp_err_t te_dev_init(te_dev_t **device, uint8_t device_num, te_dev_type... function te_dev_deinit (line 593) | void te_dev_deinit(te_dev_t **device, uint8_t device_num) function esp_err_t (line 600) | static esp_err_t te_config_thresh(touch_pad_t channel_num, uint32_t thre... function esp_err_t (line 612) | esp_err_t te_dev_set_threshold(te_dev_t *device) function te_system_check_state (line 641) | bool te_system_check_state(void) function te_get_internal_equ_cap (line 646) | static inline float te_get_internal_equ_cap(touch_pad_denoise_cap_t deno... function te_channel_get_equ_cap (line 668) | static float te_channel_get_equ_cap(touch_pad_t channel_num) function esp_err_t (line 698) | static esp_err_t te_hw_init(const touch_elem_hw_config_t *hardware_init) function esp_err_t (line 738) | static esp_err_t te_sw_init(const touch_elem_sw_config_t *software_init) function esp_err_t (line 772) | esp_err_t touch_element_waterproof_install(const touch_elem_waterproof_c... function esp_err_t (line 822) | esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle) function esp_err_t (line 839) | esp_err_t touch_element_waterproof_remove(touch_elem_handle_t element_ha... function touch_element_waterproof_uninstall (line 857) | void touch_element_waterproof_uninstall(void) function touch_pad_shield_driver_t (line 868) | static touch_pad_shield_driver_t waterproof_get_shield_level(touch_pad_t... function waterproof_check_state (line 888) | static inline bool waterproof_check_state(void) function waterproof_shield_check_state (line 893) | static inline bool waterproof_shield_check_state(void) function waterproof_guard_check_state (line 898) | static inline bool waterproof_guard_check_state(void) function waterproof_channel_check (line 909) | static bool waterproof_channel_check(touch_pad_t channel_num) function waterproof_guard_set_threshold (line 932) | static void waterproof_guard_set_threshold(void) function waterproof_check_mask_handle (line 952) | bool waterproof_check_mask_handle(touch_elem_handle_t te_handle) function waterproof_guard_update_state (line 975) | static void waterproof_guard_update_state(touch_pad_t current_channel, t... function esp_err_t (line 984) | esp_err_t touch_element_enable_light_sleep(const touch_elem_sleep_config... function esp_err_t (line 1024) | esp_err_t touch_element_disable_light_sleep(void) function esp_err_t (line 1042) | esp_err_t touch_element_enable_deep_sleep(touch_elem_handle_t wakeup_ele... function esp_err_t (line 1089) | esp_err_t touch_element_disable_deep_sleep(void) function esp_err_t (line 1110) | esp_err_t touch_element_sleep_enable_wakeup_calibration(touch_elem_handl... FILE: touch_element/touch_matrix.c type te_matrix_handle_list_t (line 17) | typedef struct te_matrix_handle_list { type te_matrix_obj_t (line 22) | typedef struct { function esp_err_t (line 48) | esp_err_t touch_matrix_install(const touch_matrix_global_config_t *globa... function touch_matrix_uninstall (line 82) | void touch_matrix_uninstall(void) function esp_err_t (line 101) | esp_err_t touch_matrix_create(const touch_matrix_config_t *matrix_config... function esp_err_t (line 174) | esp_err_t touch_matrix_delete(touch_matrix_handle_t matrix_handle) function esp_err_t (line 193) | esp_err_t touch_matrix_set_dispatch_method(touch_matrix_handle_t matrix_... function esp_err_t (line 205) | esp_err_t touch_matrix_subscribe_event(touch_matrix_handle_t matrix_hand... function esp_err_t (line 226) | esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle,... function esp_err_t (line 238) | esp_err_t touch_matrix_set_longpress(touch_matrix_handle_t matrix_handle... function touch_matrix_message_t (line 256) | const touch_matrix_message_t *touch_matrix_get_message(const touch_elem_... function matrix_object_check_channel (line 262) | static bool matrix_object_check_channel(touch_pad_t channel_num) function esp_err_t (line 273) | static esp_err_t matrix_object_set_threshold(void) function matrix_object_process_state (line 286) | static void matrix_object_process_state(void) function matrix_object_update_state (line 298) | static void matrix_object_update_state(touch_pad_t channel_num, te_state... function esp_err_t (line 309) | static esp_err_t matrix_object_add_instance(te_matrix_handle_t matrix_ha... function esp_err_t (line 320) | static esp_err_t matrix_object_remove_instance(te_matrix_handle_t matrix... function is_matrix_object_handle (line 337) | bool is_matrix_object_handle(touch_elem_handle_t element_handle) function matrix_channel_check (line 351) | static bool matrix_channel_check(te_matrix_handle_t matrix_handle, touch... function esp_err_t (line 363) | static esp_err_t matrix_set_threshold(te_matrix_handle_t matrix_handle) function matrix_update_state (line 372) | static void matrix_update_state(te_matrix_handle_t matrix_handle, touch_... function matrix_reset_state (line 383) | static void matrix_reset_state(te_matrix_handle_t matrix_handle) function matrix_event_give (line 392) | static void matrix_event_give(te_matrix_handle_t matrix_handle) function matrix_dispatch (line 406) | static inline void matrix_dispatch(te_matrix_handle_t matrix_handle, tou... function matrix_enable_wakeup_calibration (line 419) | void matrix_enable_wakeup_calibration(te_matrix_handle_t matrix_handle, ... function matrix_scan_axis (line 434) | static void matrix_scan_axis(te_matrix_handle_t matrix_handle, touch_mat... function matrix_pre_fixed (line 468) | static void matrix_pre_fixed(te_matrix_handle_t matrix_handle, touch_mat... function esp_err_t (line 519) | static esp_err_t matrix_get_axis_state(touch_matrix_position_t *press_po... function matrix_proc_state (line 557) | static void matrix_proc_state(te_matrix_handle_t matrix_handle) function te_state_t (line 629) | static inline te_state_t matrix_get_state(te_matrix_state_t x_axis_state... function matrix_update_position (line 642) | static void matrix_update_position(te_matrix_handle_t matrix_handle, tou... FILE: touch_element/touch_sensor_legacy_hal.c function touch_hal_init (line 14) | void touch_hal_init(void) function touch_hal_deinit (line 39) | void touch_hal_deinit(void) function touch_hal_config (line 58) | void touch_hal_config(touch_pad_t touch_num) function touch_hal_set_voltage (line 65) | void touch_hal_set_voltage(const touch_hal_volt_t *volt) function touch_hal_get_voltage (line 72) | void touch_hal_get_voltage(touch_hal_volt_t *volt) function touch_hal_set_meas_mode (line 79) | void touch_hal_set_meas_mode(touch_pad_t touch_num, const touch_hal_meas... function touch_hal_get_meas_mode (line 85) | void touch_hal_get_meas_mode(touch_pad_t touch_num, touch_hal_meas_mode_... function touch_hal_filter_set_config (line 91) | void touch_hal_filter_set_config(const touch_filter_config_t *filter_info) function touch_hal_filter_get_config (line 100) | void touch_hal_filter_get_config(touch_filter_config_t *filter_info) function touch_hal_denoise_set_config (line 109) | void touch_hal_denoise_set_config(const touch_pad_denoise_t *denoise) function touch_hal_denoise_get_config (line 115) | void touch_hal_denoise_get_config(touch_pad_denoise_t *denoise) function touch_hal_denoise_enable (line 121) | void touch_hal_denoise_enable(void) function touch_hal_waterproof_set_config (line 127) | void touch_hal_waterproof_set_config(const touch_pad_waterproof_t *water... function touch_hal_waterproof_get_config (line 133) | void touch_hal_waterproof_get_config(touch_pad_waterproof_t *waterproof) function touch_hal_waterproof_enable (line 139) | void touch_hal_waterproof_enable(void) function touch_hal_enable_proximity (line 145) | bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled) function touch_hal_sleep_channel_enable (line 172) | void touch_hal_sleep_channel_enable(touch_pad_t pad_num, bool enable) function touch_hal_sleep_channel_get_config (line 183) | void touch_hal_sleep_channel_get_config(touch_pad_sleep_channel_t *slp_c... function touch_hal_sleep_channel_set_work_time (line 189) | void touch_hal_sleep_channel_set_work_time(uint16_t sleep_cycle, uint16_... function touch_hal_sleep_channel_get_work_time (line 195) | void touch_hal_sleep_channel_get_work_time(uint16_t *sleep_cycle, uint16... FILE: touch_element/touch_slider.c type te_slider_handle_list_t (line 21) | typedef struct te_slider_handle_list { type te_slider_obj_t (line 26) | typedef struct { function esp_err_t (line 54) | esp_err_t touch_slider_install(const touch_slider_global_config_t *globa... function touch_slider_uninstall (line 87) | void touch_slider_uninstall(void) function esp_err_t (line 106) | esp_err_t touch_slider_create(const touch_slider_config_t *slider_config... function esp_err_t (line 182) | esp_err_t touch_slider_delete(touch_slider_handle_t slider_handle) function esp_err_t (line 204) | esp_err_t touch_slider_set_dispatch_method(touch_slider_handle_t slider_... function esp_err_t (line 216) | esp_err_t touch_slider_subscribe_event(touch_slider_handle_t slider_hand... function esp_err_t (line 234) | esp_err_t touch_slider_set_callback(touch_slider_handle_t slider_handle,... function touch_slider_message_t (line 246) | const touch_slider_message_t *touch_slider_get_message(const touch_elem_... function slider_object_check_channel (line 252) | static bool slider_object_check_channel(touch_pad_t channel_num) function esp_err_t (line 263) | static esp_err_t slider_object_set_threshold(void) function slider_object_process_state (line 277) | __attribute__((optimize("-Os"))) function slider_object_update_state (line 291) | static void slider_object_update_state(touch_pad_t channel_num, te_state... function esp_err_t (line 302) | static esp_err_t slider_object_add_instance(te_slider_handle_t slider_ha... function esp_err_t (line 313) | static esp_err_t slider_object_remove_instance(te_slider_handle_t slider... function is_slider_object_handle (line 330) | bool is_slider_object_handle(touch_elem_handle_t element_handle) function slider_channel_check (line 344) | static bool slider_channel_check(te_slider_handle_t slider_handle, touch... function esp_err_t (line 356) | static esp_err_t slider_set_threshold(te_slider_handle_t slider_handle) function slider_update_benchmark (line 366) | static void slider_update_benchmark(te_slider_handle_t slider_handle) function slider_update_state (line 376) | static void slider_update_state(te_slider_handle_t slider_handle, touch_... function slider_reset_state (line 387) | static void slider_reset_state(te_slider_handle_t slider_handle) function slider_event_give (line 395) | static void slider_event_give(te_slider_handle_t slider_handle) function slider_dispatch (line 409) | static inline void slider_dispatch(te_slider_handle_t slider_handle, tou... function slider_enable_wakeup_calibration (line 422) | void slider_enable_wakeup_calibration(te_slider_handle_t slider_handle, ... function slider_proc_state (line 440) | static void slider_proc_state(te_slider_handle_t slider_handle) function te_state_t (line 495) | static inline te_state_t slider_get_state(te_dev_t **device, int device_... function slider_quantify_signal (line 523) | static inline void slider_quantify_signal(te_slider_handle_t slider_handle) function slider_search_max_subarray (line 550) | static inline float slider_search_max_subarray(const float *array, int a... function slider_get_non_zero_num (line 574) | static inline uint8_t slider_get_non_zero_num(const float *array, uint8_... function slider_calculate_position (line 583) | static inline uint32_t slider_calculate_position(te_slider_handle_t slid... function slider_filter_average (line 612) | static uint32_t slider_filter_average(te_slider_handle_t slider_handle, ... function slider_filter_iir (line 634) | static inline uint32_t slider_filter_iir(uint32_t in_now, uint32_t out_l... function slider_update_position (line 655) | static void slider_update_position(te_slider_handle_t slider_handle) function slider_reset_position (line 672) | static void slider_reset_position(te_slider_handle_t slider_handle) FILE: unit-test-app/examples/unit-test-app/idf_ext.py function action_extensions (line 9) | def action_extensions(base_actions, project_path=os.getcwd()): FILE: unit-test-app/examples/unit-test-app/main/app_main.c function app_main (line 3) | void app_main(void) FILE: unit-test-app/examples/unit-test-app/tools/CreateSectionTable.py class Section (line 5) | class Section(object): method __init__ (line 12) | def __init__(self, name, start_address, data): method __contains__ (line 17) | def __contains__(self, item): method __getitem__ (line 25) | def __getitem__(self, item): method __str__ (line 38) | def __str__(self): method parse_raw_data (line 44) | def parse_raw_data(cls, raw_data): class SectionTable (line 106) | class SectionTable(object): method __init__ (line 109) | def __init__(self, file_name): method get_unsigned_int (line 117) | def get_unsigned_int(self, section, address, size=4, endian='LE'): method get_string (line 146) | def get_string(self, section, address): FILE: unit-test-app/examples/unit-test-app/tools/ElfUnitTestParser.py function get_target_objdump (line 18) | def get_target_objdump(idf_target: str) -> str: function parse_elf_test_cases (line 29) | def parse_elf_test_cases(elf_file: str, idf_target: str) -> List[Dict]: FILE: zlib/test_apps/main/zlib_test.c function app_main (line 3) | void app_main(void)