Searched refs:re (Results 1 – 19 of 19) sorted by relevance
| /subsys/modbus/ |
| A D | modbus_serial.c | 68 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 D | modbus_internal.h | 81 struct gpio_dt_spec *re; member
|
| A D | modbus_core.c | 40 .re = MB_RTU_ASSIGN_GPIO_CFG(inst, re_gpios), \
|
| /subsys/mgmt/mcumgr/smp_client/ |
| A D | Kconfig | 25 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 D | Kconfig | 35 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 D | lwm2m_shell.c | 727 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 D | Kconfig | 225 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 D | Kconfig.gatt | 72 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 D | Kconfig.l2cap | 66 Host's fixed-function SDU re-assembler, RX SDU buffer management and
|
| A D | smp.c | 3651 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 D | Kconfig.radio | 18 Number of re-transmission attempts radio driver should do, before
|
| /subsys/net/lib/http/ |
| A D | Kconfig | 177 int "Delay before re-initialization when restarting server" 181 In case server restarts for any reason, the server re-initialization
|
| /subsys/logging/backends/ |
| A D | Kconfig.net | 77 re-initialized." For Zephyr this is currently interpreted as the
|
| /subsys/mgmt/mcumgr/grp/fs_mgmt/ |
| A D | Kconfig | 166 function. This also, optionally, allows re-writing or changing of
|
| /subsys/testsuite/ztest/ |
| A D | Kconfig | 9 if you're writing automated tests.
|
| /subsys/fs/ |
| A D | Kconfig.fatfs | 254 Enable the FatFs re-entrancy (thread safe) option for file/directory
|
| /subsys/bluetooth/ |
| A D | Kconfig | 33 Select a custom, non-HCI based stack. If you're not sure what
|
| /subsys/net/lib/sockets/ |
| A D | Kconfig | 63 which DNS query is re-tried. If there is no reply, the backoff
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig.ll_sw_split | 1301 This option enables ticker extensions such as re-scheduling of
|
Completed in 72 milliseconds