/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_acpi_ec.h | 40 /* ACPI_PM1 RT/EC Status 1 */ 45 /* ACPI_PM1 RT/EC Status 2 */ 55 /* ACPI_PM1 RT/EC Enable 1 */ 60 /* ACPI_PM1 RT/EC Enable 2 */ 68 /* ACPI_PM1 RT/EC Control 1 */ 73 /* ACPI_PM1 RT/EC Control 2 */ 82 /* ACPI_PM1 RT/EC Control 21 */ 87 /* ACPI_PM1 RT/EC Control 22 */
|
/Zephyr-latest/lib/runtime/ |
D | Kconfig | 9 Selected when the compiler supports compiler-rt runtime library. 21 bool "LLVM compiler-rt" 24 Use LLVM compiler-rt as a runtime library.
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 26 # We are using c;rt;c (expands to '-lc -lgcc -lc') in code below. 30 set_property(TARGET linker APPEND PROPERTY link_order_library "math;c;rt;c") 32 set_property(TARGET linker APPEND PROPERTY link_order_library "c;rt")
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 100 (mod_rel_list[(idx)].elem_base == mod->rt->elem_idx && \ 101 mod_rel_list[(idx)].idx_base == mod->rt->mod_idx + (offset)) 104 (mod_rel_list[(idx)].elem_ext == mod->rt->elem_idx && \ 105 mod_rel_list[(idx)].idx_ext == mod->rt->mod_idx + (offset)) 390 elem->rt->addr); in comp_add_elem() 541 elem_offset = mod->rt->elem_idx - mod_rel_list[i].elem_base; in add_items_to_page() 577 offset = mod->rt->elem_idx - mod_rel_list[i].elem_base; in mod_items_size() 626 comp->elem[i].rt->addr); in bt_mesh_comp_data_get_page_1() 842 .src = bt_mesh_model_elem(mod)->rt->addr, in publish_transmit() 962 return &dev_comp->elem[mod->rt->elem_idx]; in bt_mesh_model_elem() [all …]
|
D | health_srv.c | 37 struct bt_mesh_health_srv *srv = mod->rt->user_data; in health_get_registered() 69 struct bt_mesh_health_srv *srv = mod->rt->user_data; in health_get_current() 131 struct bt_mesh_health_srv *srv = model->rt->user_data; in health_fault_clear_unrel() 150 struct bt_mesh_health_srv *srv = model->rt->user_data; in health_fault_clear() 179 struct bt_mesh_health_srv *srv = model->rt->user_data; in health_fault_test_unrel() 200 struct bt_mesh_health_srv *srv = model->rt->user_data; in health_fault_test() 235 struct bt_mesh_health_srv *srv = model->rt->user_data; in send_attention_status() 422 struct bt_mesh_health_srv *srv = model->rt->user_data; in health_srv_init() 464 srv = model->rt->user_data; in bt_mesh_attention()
|
D | health_cli.c | 43 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_fault_status() 96 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_current_status() 124 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_period_status() 158 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_attention_status() 407 struct bt_mesh_health_cli *cli = model->rt->user_data; in update_callback() 418 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_cli_init() 440 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_cli_reset()
|
D | dfd_srv.c | 119 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_receivers_add() 149 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_receivers_delete_all() 159 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_receivers_get() 229 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_capabilities_get() 274 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_get() 284 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_start() 317 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_suspend() 327 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_cancel() 337 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_apply() 399 struct bt_mesh_dfd_srv *srv = mod->rt->user_data; in handle_upload_get() [all …]
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,mcux-rt11xx-pinctrl.yaml | 5 The node has the 'pinctrl' node label set in MCUX RT SoC's devicetree. These 52 description: MCUX RT pin controller pin group 55 MCUX RT pin controller pin configuration node.
|
D | nxp,rt-iocon-pinctrl.yaml | 40 compatible: "nxp,rt-iocon-pinctrl" 45 description: iMX RT IOCON pin controller pin group 48 iMX RT IOCON pin controller pin configuration node
|
D | nxp,mcux-rt-pinctrl.yaml | 5 The node has the 'pinctrl' node label set in MCUX RT SoC's devicetree. These 49 compatible: "nxp,mcux-rt-pinctrl" 54 description: MCUX RT pin controller pin group 57 MCUX RT pin controller pin configuration node.
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfd.c | 73 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_receivers_add() 125 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_receivers_delete_all() 145 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_receivers_get() 200 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_get() 213 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_start() 270 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_suspend() 288 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_cancel() 306 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_apply() 367 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_fw_delete() 397 struct bt_mesh_dfd_srv *dfd_srv = mod->rt->user_data; in cmd_dfd_fw_delete_all()
|
D | health.c | 43 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_fault_get() 77 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_clear() 129 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_test() 182 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_period_get() 204 struct bt_mesh_health_cli *cli = mod->rt->user_data; in period_set() 254 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_attention_get() 276 struct bt_mesh_health_cli *cli = mod->rt->user_data; in attention_set()
|
D | rpr.c | 111 err = bt_mesh_rpr_scan_start((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan() 156 err = bt_mesh_rpr_scan_start_ext((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan_ext() 192 err = bt_mesh_rpr_scan_start_ext((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_scan_srv() 216 err = bt_mesh_rpr_scan_caps_get((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &caps); in cmd_scan_caps() 244 err = bt_mesh_rpr_scan_get((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_scan_get() 272 err = bt_mesh_rpr_scan_stop((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_scan_stop() 297 err = bt_mesh_rpr_link_get((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_link_get() 319 err = bt_mesh_rpr_link_close((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_link_close() 358 err = bt_mesh_provision_remote((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_provision_remote() 399 err = bt_mesh_reprovision_remote((struct bt_mesh_rpr_cli *)mod->rt->user_data, in cmd_reprovision_remote()
|
D | utils.c | 63 comp->elem[i].rt->addr, mod->rt->elem_idx); in bt_mesh_shell_mdl_print_all()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 62 static struct ztress_runtime rt; variable 147 int avg_load = (rt.cpu_load * rt.cpu_load_measurements + load) / in control_load() 148 (rt.cpu_load_measurements + 1); in control_load() 150 rt.cpu_load = avg_load; in control_load() 151 rt.cpu_load_measurements++; in control_load() 291 memset(&rt, 0, sizeof(rt)); in ztress_init() 420 rt.cpu_load / 10, rt.cpu_load_measurements); in ztress_report()
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | clang_compiler_rt.cfg | 4 --rtlib=compiler-rt
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | linker_libraries.cmake | 9 set_linker_property(PROPERTY link_order_library "c;rt;hal")
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | core.c | 56 "rt=core1", 71 "rt=core2",
|
/Zephyr-latest/cmake/linker/armlink/ |
D | linker_libraries.cmake | 8 set_property(TARGET linker APPEND PROPERTY link_order_library "c;rt")
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | timer_model.c | 379 * st = (rt - last_rt_adj_time)*ratio + last_dt_adj_time in hwtimer_get_pseudohost_rtc_time() 381 * rt = real time in hwtimer_get_pseudohost_rtc_time() 477 .option = "rt", in nsi_add_time_options() 481 "or a ratio of it (see --rt-ratio below)" in nsi_add_time_options() 485 .option = "no-rt", in nsi_add_time_options() 493 .option = "rt-drift", in nsi_add_time_options() 503 .option = "rt-ratio", in nsi_add_time_options() 511 "Note that both rt-drift & rt-ratio adjust the same clock " in nsi_add_time_options()
|
/Zephyr-latest/boards/native/native_posix/ |
D | timer_model.c | 387 * st = (rt - last_rt_adj_time)*ratio + last_dt_adj_time in hwtimer_get_pseudohost_rtc_time() 389 * rt = real time in hwtimer_get_pseudohost_rtc_time() 491 "rt", "", 'b', in native_add_time_options() 494 "or a ratio of it (see --rt-ratio below)"}, in native_add_time_options() 497 "no-rt", "", 'b', in native_add_time_options() 504 "rt-drift", "dratio", 'd', in native_add_time_options() 513 "rt-ratio", "ratio", 'd', in native_add_time_options() 518 "Note that both rt-drift & rt-ratio adjust the same clock " in native_add_time_options()
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | Kconfig.defconfig | 31 # RT Boot header is only needed on primary core
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | Kconfig.defconfig | 30 # RT Boot header is only needed on primary core
|
/Zephyr-latest/soc/nordic/common/vpr/ |
D | soc_init.c | 11 /* RT peripherals for VPR all share one enable. in vpr_init()
|
/Zephyr-latest/samples/drivers/video/capture/ |
D | README.rst | 17 Supported camera modules on some i.MX RT boards can be found below. 112 …_Camera iMXRT: https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Connecting-camera-and-LCD-to-i-…
|