Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt.c52 int err_code; in client_disconnect() local
75 int err_code; in client_connect() local
114 int err_code; in client_read() local
131 int err_code; in client_write() local
152 int err_code; in client_write_msg() local
206 int err_code; in mqtt_connect() local
242 int err_code; in mqtt_publish() local
293 int err_code; in mqtt_publish_qos1_ack() local
330 int err_code; in mqtt_publish_qos2_receive() local
367 int err_code; in mqtt_publish_qos2_release() local
[all …]
Dmqtt_rx.c24 int err_code = 0; in mqtt_handle_packet() local
201 int err_code; in mqtt_read_publish_var_header() local
238 int err_code; in mqtt_read_and_parse_fixed_header() local
258 int err_code; in mqtt_handle_rx() local
Dmqtt_decoder.c93 int err_code; in unpack_utf8_str() local
201 int err_code; in fixed_header_decode() local
214 int err_code; in connect_ack_decode() local
243 int err_code; in publish_decode() local
302 int err_code; in subscribe_ack_decode() local
Dmqtt_encoder.c256 int err_code; in mqtt_message_id_only_enc() local
284 int err_code; in connect_request_encode() local
403 int err_code; in publish_encode() local
498 int err_code, i; in subscribe_encode() local
535 int err_code, i; in unsubscribe_encode() local
/Zephyr-latest/drivers/watchdog/
Dwdt_nrfx.c31 nrfx_err_t err_code; in wdt_nrf_setup() local
66 nrfx_err_t err_code; in wdt_nrf_disable() local
96 nrfx_err_t err_code; in wdt_nrf_install_timeout() local
/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c168 nrfx_err_t err_code; in z_nrf_grtc_timer_chan_alloc() local
185 nrfx_err_t err_code = nrfx_grtc_channel_free(chan); in z_nrf_grtc_timer_chan_free() local
373 nrfx_err_t err_code; in z_nrf_grtc_wakeup_prepare() local
470 nrfx_err_t err_code; in sys_clock_driver_init() local
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c147 const uint8_t err_code = 0; in send_hw_error() local
/Zephyr-latest/drivers/i2c/
Di2c_ene_kb1200.c27 volatile int err_code; member
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.c145 static inline int send_err(int sock, struct tftpc *client, int err_code, char *err_msg) in send_err()
/Zephyr-latest/drivers/usb/udc/
Dudc_nrf.c261 nrf_usbd_common_ep_status_t err_code; in udc_event_xfer_out() local
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spim.c362 nrfx_err_t err_code; in anomaly_58_workaround_init() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_common.c1077 uint8_t err_code = 0; local
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c913 nrf_usbd_common_ep_status_t err_code; in usbd_event_transfer_ctrl() local
/Zephyr-latest/drivers/serial/
Duart_stm32.c1129 static inline void async_evt_rx_err(struct uart_stm32_data *data, int err_code) in async_evt_rx_err()