Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/Zephyr-latest/tests/drivers/regulator/voltage/src/
Dmain.c17 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(resources), regulators, DEVICE_DT_GET_BY_IDX, (,))
21 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), io_channels, ADC_INIT)
25 DT_PROP(DT_NODELABEL(resources), tolerance_microvolt);
27 static const unsigned int adc_avg_count = DT_PROP(DT_NODELABEL(resources),
29 static const int32_t set_read_delay_ms = DT_PROP(DT_NODELABEL(resources),
32 static const int32_t min_microvolt = DT_PROP(DT_NODELABEL(resources), min_microvolt);
33 static const int32_t max_microvolt = DT_PROP(DT_NODELABEL(resources), max_microvolt);
/Zephyr-latest/modules/acpica/
DCMakeLists.txt116 ${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/
Dconftest.py18 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/
DREADME.rst5 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/
Dcoap_link_format.c419 int coap_well_known_core_get_len(struct coap_resource *resources, in coap_well_known_core_get_len() argument
436 if (!resources || !request || !response || !data || !len) { in coap_well_known_core_get_len()
499 if (!match_queries_resource(&resources[i], &query, num_queries)) { in coap_well_known_core_get_len()
513 r = format_resource(&resources[i], response, &remaining, &offset, in coap_well_known_core_get_len()
621 int coap_well_known_core_get_len(struct coap_resource *resources, in coap_well_known_core_get_len() argument
635 if (!resources || !request || !response || !data || !data_len) { in coap_well_known_core_get_len()
670 if (!match_queries_resource(&resources[i], &query, num_queries)) { in coap_well_known_core_get_len()
683 r = format_resource(&resources[i], response); in coap_well_known_core_get_len()
698 struct coap_resource *resources = resource + 1; in coap_well_known_core_get() local
705 while (resources[resources_len].path) { in coap_well_known_core_get()
[all …]
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dlpcxpresso55s36.overlay12 resources: resources {
Dfrdm_mcxn236.overlay13 resources: resources {
Dfrdm_mcxn947_mcxn947_cpu0.overlay13 resources: resources {
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay13 resources: resources {
Dfrdm_mcxw71.overlay13 resources: resources {
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py126 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 …]
Dtest_portfolio.py34 resources = {
38 assert leshan.create_obj_instance(endpoint, '16/1', resources)['status'] == 'CREATED(201)'
/Zephyr-latest/samples/subsys/lorawan/fuota/
DREADME.rst24 .. _`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/
Dqemu_adapter_test.py35 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/
Dimx93_evk_mimx9352_a55.overlay8 resources {
Dstm32f3_disco.overlay8 resources {
Dintel_rpl_p_crb.overlay7 resources {
Dintel_rpl_s_crb.overlay7 resources {
Dmax32655evkit_max32655_m4.overlay8 resources {
Dmax32655fthr_max32655_m4.overlay8 resources {
Dmax32662evkit.overlay8 resources {
Dmax32666evkit_max32666_cpu0.overlay8 resources {
Dmax32666fthr_max32666_cpu0.overlay8 resources {
Dmax32670evkit.overlay8 resources {
/Zephyr-latest/tests/kernel/timer/timer_behavior/boards/
Dmec15xxevb_assy6853.overlay8 resources {

12345678910>>...16