/Zephyr-latest/tests/drivers/regulator/voltage/src/ |
D | main.c | 20 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), regulators, REG_INIT) 24 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), io_channels, ADC_INIT) 28 DT_PROP(DT_NODELABEL(resources), tolerance_microvolt); 30 static const unsigned int adc_avg_count = DT_PROP(DT_NODELABEL(resources), 32 static const int32_t set_read_delay_ms = DT_PROP(DT_NODELABEL(resources), 35 static const int32_t min_microvolt = DT_PROP(DT_NODELABEL(resources), min_microvolt); 36 static const int32_t max_microvolt = DT_PROP(DT_NODELABEL(resources), max_microvolt);
|
/Zephyr-latest/modules/acpica/ |
D | CMakeLists.txt | 116 ${COMP_DIR}/resources/rsxface.c 117 ${COMP_DIR}/resources/rsutils.c 118 ${COMP_DIR}/resources/rsaddr.c 119 ${COMP_DIR}/resources/rscalc.c 120 ${COMP_DIR}/resources/rscreate.c 121 ${COMP_DIR}/resources/rsdumpinfo.c 122 ${COMP_DIR}/resources/rsinfo.c 123 ${COMP_DIR}/resources/rsio.c 124 ${COMP_DIR}/resources/rsirq.c 125 ${COMP_DIR}/resources/rslist.c [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | conftest.py | 18 def resources() -> Path: function 40 def shell_simulator_path(resources: Path) -> str: 41 return str(resources / 'shell_simulator.py')
|
/Zephyr-latest/samples/net/sockets/coap_server/ |
D | README.rst | 5 Use the CoAP server subsystem to register CoAP resources. 10 This sample shows how to register CoAP resources to a main CoAP service. 11 The CoAP server implementation expects all services and resources to be 23 The sample exports the following resources: 35 These resources allow a good part of the ETSI test cases to be run
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_link_format.c | 435 int coap_well_known_core_get_len(struct coap_resource *resources, in coap_well_known_core_get_len() argument 452 if (!resources || !request || !response || !data || !len) { in coap_well_known_core_get_len() 515 if (!match_queries_resource(&resources[i], &query, num_queries)) { in coap_well_known_core_get_len() 529 r = format_resource(&resources[i], response, &remaining, &offset, in coap_well_known_core_get_len() 637 int coap_well_known_core_get_len(struct coap_resource *resources, in coap_well_known_core_get_len() argument 651 if (!resources || !request || !response || !data || !data_len) { in coap_well_known_core_get_len() 686 if (!match_queries_resource(&resources[i], &query, num_queries)) { in coap_well_known_core_get_len() 699 r = format_resource(&resources[i], response); in coap_well_known_core_get_len() 714 struct coap_resource *resources = resource + 1; in coap_well_known_core_get() local 721 while (resources[resources_len].path) { in coap_well_known_core_get() [all …]
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 126 def update_obj_instance(self, endpoint: str, path: str, resources: dict): 128 data = self._define_obj_inst(path, resources) 131 def replace_obj_instance(self, endpoint: str, path: str, resources: dict): 133 data = self._define_obj_inst(path, resources) 136 def create_obj_instance(self, endpoint: str, path: str, resources: dict): 138 data = self._define_obj_inst(path, resources) 174 def _define_obj_inst(cls, path: str, resources: dict): 181 for key, value in resources.items(): 238 resources = {} 240 resources.update(cls._decode_resource(resource)) [all …]
|
D | test_portfolio.py | 34 resources = { 38 assert leshan.create_obj_instance(endpoint, '16/1', resources)['status'] == 'CREATED(201)'
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | lpcxpresso55s36.overlay | 12 resources: resources {
|
D | frdm_mcxn947_mcxn947_cpu0.overlay | 13 resources: resources {
|
D | frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 13 resources: resources {
|
D | frdm_mcxn236.overlay | 13 resources: resources {
|
D | frdm_mcxw71.overlay | 13 resources: resources {
|
/Zephyr-latest/samples/subsys/lorawan/fuota/ |
D | README.rst | 24 .. _`TS003-2.0.0`: https://resources.lora-alliance.org/technical-specifications/ts003-2-0-0-applica… 25 .. _`TS005-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-remote-mult… 26 .. _`TS004-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-fragmented-…
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | qemu_adapter_test.py | 35 def test_if_qemu_adapter_runs_without_errors(resources, device: QemuAdapter) -> None: argument 37 script_path = resources.joinpath('fifo_mock.py')
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | imx93_evk_mimx9352_a55.overlay | 8 resources {
|
D | stm32f3_disco.overlay | 8 resources {
|
D | intel_rpl_p_crb.overlay | 7 resources {
|
D | intel_rpl_s_crb.overlay | 7 resources {
|
D | max32655evkit_max32655_m4.overlay | 8 resources {
|
D | max32675evkit.overlay | 8 resources {
|
D | max32680evkit_max32680_m4.overlay | 8 resources {
|
D | max32690evkit_max32690_m4.overlay | 8 resources {
|
D | max78002evkit_max78002_m4.overlay | 8 resources {
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/boards/ |
D | mec15xxevb_assy6853.overlay | 8 resources {
|
D | frdm_k64f.overlay | 8 resources {
|