Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 91) sorted by relevance

1234

/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst447 .. _CMake package: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html
448 …ge registry: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#user-package-registry
449 …ke package version: https://cmake.org/cmake/help/latest/command/find_package.html#version-selection
450 …ge search procedure: https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.c25 char const *nrfx_error_string_get(nrfx_err_t code) in nrfx_error_string_get()
27 #define NRFX_ERROR_STRING_CASE(code) case code: return #code in nrfx_error_string_get() argument
/Zephyr-latest/include/zephyr/input/
Dinput.h47 uint16_t code; member
81 uint16_t code, int32_t value, bool sync, in input_report_key()
93 uint16_t code, int32_t value, bool sync, in input_report_rel()
105 uint16_t code, int32_t value, bool sync, in input_report_abs()
/Zephyr-latest/include/zephyr/dt-bindings/input/
Dkeymap.h10 #define MATRIX_KEY(row, col, code) \ argument
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dtest.c25 uint8_t code; in piggyback_get() local
89 uint8_t code; in test_del() local
130 uint8_t code; in test_put() local
182 uint8_t code; in test_post() local
Dlarge.c28 uint8_t code; in large_get() local
106 uint8_t code; in large_update_put() local
186 uint8_t code; in large_create_post() local
Dseparate.c23 uint8_t code; in separate_get() local
Dlocation_query.c26 uint8_t code; in location_query_post() local
Dquery.c24 uint8_t code; in query_get() local
/Zephyr-latest/boards/arm/mps3/
Dmps3_corstone300_an547_ns.dts84 code: memory@28080000 { label
Dmps3_corstone300_an552_ns.dts83 code: memory@28080000 { label
Dmps3_corstone300_fvp_ns.dts83 code: memory@28080000 { label
Dmps3_corstone310_an555_ns.dts83 code: memory@1000000 { label
Dmps3_corstone310_fvp_ns.dts83 code: memory@28080000 { label
/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c18 uint8_t code[4]; member
292 uint32_t code = sys_get_be32(entry->code); in huffman_bits_compare() local
431 uint32_t code; in http_hpack_huffman_encode() local
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_internal.h25 uint8_t code; member
65 uint8_t code; member
179 uint8_t code; member
212 uint8_t code) in ppp_my_option_is_acked()
Doptions.c23 int (*parse)(struct net_pkt *pkt, uint8_t code, in ppp_parse_options()
83 uint8_t code) in ppp_peer_option_info_get()
109 uint8_t code, uint8_t len, in ppp_parse_option_conf_req_unsupported()
142 uint8_t code, uint8_t len, in ppp_parse_option_conf_req_supported()
267 static int ppp_my_option_get(struct ppp_fsm *fsm, uint8_t code, in ppp_my_option_get()
284 static int ppp_my_option_parse(struct net_pkt *pkt, uint8_t code, in ppp_my_option_parse()
371 uint32_t ppp_my_option_flags(struct ppp_fsm *fsm, uint8_t code) in ppp_my_option_flags()
Dfsm.c567 enum ppp_packet_type code; in fsm_recv_configure_req() local
749 enum ppp_packet_type code, in fsm_recv_configure_nack_rej()
947 uint8_t code, id; in fsm_recv_code_rej() local
1030 uint8_t code, id; in ppp_fsm_input() local
1169 uint8_t code, id; in ppp_send_proto_rej() local
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
DREADME.md108 ##### Modify `src/tf_adc/tf_adc.c`
113 ##### Modify `src/main.c`
/Zephyr-latest/drivers/input/
Dlinux_evdev_bottom.c16 int linux_evdev_read(int fd, uint16_t *type, uint16_t *code, int32_t *value) in linux_evdev_read()
Dlinux_evdev.c70 uint16_t code; in linux_evdev_thread_fn() local
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0_ns.dts116 code: memory@100000 { label
Dmps2_an521_cpu1.dts118 code: memory@38B000 { label
/Zephyr-latest/subsys/input/
Dinput.c41 uint8_t type, uint16_t code, int32_t value, bool sync, in input_report()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c35 int coap_packet_append_option_fake_err(struct coap_packet *cpkt, uint16_t code, in coap_packet_append_option_fake_err()
44 int coap_find_options_do_registration_reply_cb_ok(const struct coap_packet *cpkt, uint16_t code, in coap_find_options_do_registration_reply_cb_ok()

1234