Home
last modified time | relevance | path

Searched defs:out (Results 51 – 75 of 131) sorted by relevance

123456

/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/
Dfrag_encoder.c101 uint8_t *out = coded + (uncoded_frags + i - 1) * frag_size; in lorawan_frag_encoder() local
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c228 const struct in6_addr *out; in ZTEST() local
377 const struct in_addr *out; in ZTEST() local
417 const struct in_addr *out; in ZTEST() local
467 const struct in_addr *out; in ZTEST() local
651 const struct in6_addr *out; in ZTEST() local
/Zephyr-latest/drivers/gpio/
Dgpio_esp32.c39 #define out out.val macro
48 #define out out.data macro
57 #define out out.out_data_orig macro
Dgpio_gecko.c105 unsigned int out = 0U; in gpio_gecko_configure() local
159 unsigned int out; in gpio_gecko_get_config() local
Dgpio_creg_gpio.c68 uint32_t out = 0; in port_write() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_opaque.c93 static int put_opaque(struct lwm2m_output_context *out, in put_opaque()
/Zephyr-latest/drivers/sensor/st/lps22hb/
Dlps22hb.c37 uint8_t out[5]; in lps22hb_sample_fetch() local
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c85 char out[20]; in do_work() local
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_shell.c211 static int shell_parse_cred_sectag(const struct shell *sh, char *arg, sec_tag_t *out, in shell_parse_cred_sectag()
245 static int shell_parse_cred_type(const struct shell *sh, char *arg, enum tls_credential_type *out, in shell_parse_cred_type()
287 enum cred_storage_fmt *out, bool *terminated) in shell_parse_cred_storage_format()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c54 struct ecb_job_ptr out[2]; member
163 struct ecb_job_ptr *out = (void *)((uint8_t *)in + 16U); in ecb_encrypt_nonblocking() local
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_decoder.c42 static inline void adxl367_temp_convert_q31(q31_t *out, const uint8_t *buff, in adxl367_temp_convert_q31()
103 static inline void adxl367_accel_convert_q31(q31_t *out, const uint8_t *buff, in adxl367_accel_convert_q31()
688 struct sensor_value *out = (struct sensor_value *) data_out; in adxl367_decode_sample() local
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h744 int cbvprintf(cbprintf_cb out, void *ctx, const char *format, va_list ap) in cbvprintf()
778 int cbvprintf_tagged_args(cbprintf_cb out, void *ctx, in cbvprintf_tagged_args()
803 int cbpprintf(cbprintf_cb out, void *ctx, void *packaged) in cbpprintf()
Dspsc_lockfree.h70 atomic_t out; member
/Zephyr-latest/tests/net/arp/src/
Dmain.c112 char out[sizeof("xx:xx:xx:xx:xx:xx")]; in tester_send() local
130 char out[sizeof("xx:xx:xx:xx:xx:xx")]; in tester_send() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dsettings.c66 void *out, size_t read_len) in bt_mesh_settings_set()
Dcrypto_psa.c387 int bt_mesh_key_import(enum bt_mesh_key_type type, const uint8_t in[16], struct bt_mesh_key *out) in bt_mesh_key_import()
505 uint8_t out[16]; in bt_mesh_key_compare() local
/Zephyr-latest/drivers/sensor/st/lps25hb/
Dlps25hb.c46 uint8_t out[5]; in lps25hb_sample_fetch() local
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake372 set(out) variable
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/
Dvcnl4040.c19 int vcnl4040_read(const struct device *dev, uint8_t reg, uint16_t *out) in vcnl4040_read()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c215 const uint8_t *out = data; in smp_shell_tx_raw() local
/Zephyr-latest/lib/os/
Dcbprintf_nano.c84 cbprintf_cb_local out = __out; in z_cbvprintf_impl() local
Dcbprintf.c11 int cbprintf(cbprintf_cb out, void *ctx, const char *format, ...) in cbprintf()
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_transport_udp.c66 char ip[30], *out; in tp_udp_init() local
/Zephyr-latest/drivers/flash/
Dflash_handlers.c138 const uintptr_t in, void *out) in z_vrfy_flash_ex_op()
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmock_frontend.c77 static int out(int c, void *ctx) in out() function

123456