Home
last modified time | relevance | path

Searched refs:re (Results 1 – 19 of 19) sorted by relevance

/subsys/modbus/
A Dmodbus_serial.c68 if (cfg->re != NULL) { in modbus_serial_rx_on()
69 gpio_pin_set(cfg->re->port, cfg->re->pin, 1); in modbus_serial_rx_on()
83 if (cfg->re != NULL) { in modbus_serial_rx_off()
84 gpio_pin_set(cfg->re->port, cfg->re->pin, 0); in modbus_serial_rx_off()
457 if (cfg->re != NULL) { in configure_gpio()
458 if (!device_is_ready(cfg->re->port)) { in configure_gpio()
462 if (gpio_pin_configure_dt(cfg->re, GPIO_OUTPUT_INACTIVE)) { in configure_gpio()
A Dmodbus_internal.h81 struct gpio_dt_spec *re; member
A Dmodbus_core.c40 .re = MB_RTU_ASSIGN_GPIO_CFG(inst, re_gpios), \
/subsys/mgmt/mcumgr/smp_client/
A DKconfig25 int "SMP command re-send period in ms"
29 The time (in ms) which the SMP client will wait for a response before re-sending
/subsys/net/lib/tftp/
A DKconfig35 However, if it doesn't arrive within the given time we will re-transmit
38 do re-tx of our request before giving up and exiting.
/subsys/net/lib/lwm2m/
A Dlwm2m_shell.c727 struct lwm2m_engine_res *re = &oi->resources[i]; in print_object_instance() local
729 for (int j = 0; j < re->res_inst_count; j++) { in print_object_instance()
730 struct lwm2m_engine_res_inst *ri = &re->res_instances[j]; in print_object_instance()
735 lwm2m_get_engine_obj_field(obj, re->res_id); in print_object_instance()
742 if (re->multi_res_inst) { in print_object_instance()
744 oi->obj_inst_id, re->res_id, ri->res_inst_id); in print_object_instance()
747 oi->obj_inst_id, re->res_id); in print_object_instance()
A DKconfig225 LTE link to be re-established).
535 If set to true, the LwM2M client will attempt to re-bootstrap if the registration fails.
/subsys/bluetooth/host/
A DKconfig.gatt72 bool "Automatic re-subscription to characteristics"
77 Quirk: upon re-establishing a bonded connection, assumes the remote
85 bool "Automatic security re-establishment request as a peripheral"
89 This option requests security re-establishment automatically whenever
95 bt_conn_set_security() to re-establish security prior to sending any
A DKconfig.l2cap66 Host's fixed-function SDU re-assembler, RX SDU buffer management and
A Dsmp.c3651 uint8_t re[16], e[16], r[16]; in compute_and_check_and_send_periph_dhcheck() local
3700 re)) { in compute_and_check_and_send_periph_dhcheck()
3706 if (memcmp(smp->e, re, 16)) { in compute_and_check_and_send_periph_dhcheck()
/subsys/net/l2/ieee802154/
A DKconfig.radio18 Number of re-transmission attempts radio driver should do, before
/subsys/net/lib/http/
A DKconfig177 int "Delay before re-initialization when restarting server"
181 In case server restarts for any reason, the server re-initialization
/subsys/logging/backends/
A DKconfig.net77 re-initialized." For Zephyr this is currently interpreted as the
/subsys/mgmt/mcumgr/grp/fs_mgmt/
A DKconfig166 function. This also, optionally, allows re-writing or changing of
/subsys/testsuite/ztest/
A DKconfig9 if you're writing automated tests.
/subsys/fs/
A DKconfig.fatfs254 Enable the FatFs re-entrancy (thread safe) option for file/directory
/subsys/bluetooth/
A DKconfig33 Select a custom, non-HCI based stack. If you're not sure what
/subsys/net/lib/sockets/
A DKconfig63 which DNS query is re-tried. If there is no reply, the backoff
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split1301 This option enables ticker extensions such as re-scheduling of

Completed in 72 milliseconds