/Zephyr-latest/doc/hardware/peripherals/ |
D | mipi_dbi.rst | 11 * Type A: Motorola 6800 parallel bus 13 * Type B: Intel 8080 parallel bus 15 * Type C: SPI Type serial bit bus with 3 options: 23 Currently, the API does not support Type C controllers with 16 write clocks
|
D | tcpc.rst | 3 USB Type-C Port Controller (TCPC) 9 `TCPC <tcpc-specification_>`_ (USB Type-C Port Controller) 13 * VBUS and VCONN control `USB Type-C <usb-type-c-specification_>`_:
|
D | usbc_vbus.rst | 9 USB-C VBUS is the line in a USB Type-C connection that delivers power from a
|
/Zephyr-latest/subsys/lorawan/ |
D | lorawan.c | 121 mib_req.Type = MIB_CHANNELS_DATARATE; in datarate_observe() 211 mib_req.Type = MIB_DEV_ADDR; in mlme_confirm_handler() 243 mlme_req.Type = MLME_JOIN; in lorawan_join_otaa() 249 mib_req.Type = MIB_NVM_CTXS; in lorawan_join_otaa() 259 mib_req.Type = MIB_DEV_EUI; in lorawan_join_otaa() 263 mib_req.Type = MIB_JOIN_EUI; in lorawan_join_otaa() 267 mib_req.Type = MIB_NWK_KEY; in lorawan_join_otaa() 271 mib_req.Type = MIB_APP_KEY; in lorawan_join_otaa() 283 mib_req.Type = MIB_ABP_LORAWAN_VERSION; in lorawan_join_abp() 287 mib_req.Type = MIB_NET_ID; in lorawan_join_abp() [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | factory.py | 8 from typing import Type 24 _devices: dict[str, Type[DeviceAdapter]] = {} 31 def register_device_class(cls, name: str, klass: Type[DeviceAdapter]): 36 def get_device(cls, name: str) -> Type[DeviceAdapter]:
|
/Zephyr-latest/tests/cmake/snippets/ |
D | Kconfig | 12 prompt "Snippet Test Type" 16 bool "Test Type: None" 21 bool "Test Type: Foo" 26 bool "Test Type: Bar" 31 bool "Test Type: Foo-Bar" 36 bool "Test Type: Bar-Foo"
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 1600 verify_type("empty", dtlib.Type.EMPTY) 1601 verify_type("bytes1", dtlib.Type.BYTES) 1602 verify_type("bytes2", dtlib.Type.BYTES) 1603 verify_type("bytes3", dtlib.Type.BYTES) 1604 verify_type("bytes4", dtlib.Type.BYTES) 1605 verify_type("bytes5", dtlib.Type.BYTES) 1606 verify_type("num", dtlib.Type.NUM) 1607 verify_type("nums1", dtlib.Type.NUMS) 1608 verify_type("nums2", dtlib.Type.NUMS) 1609 verify_type("nums3", dtlib.Type.NUMS) [all …]
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | core.py | 7 from typing import List, Type 12 def get_fetchers() -> List[Type['ZephyrBlobFetcher']]:
|
/Zephyr-latest/soc/intel/common/ |
D | soc_gpio.c | 24 args[0].Type = ACPI_TYPE_INTEGER; in gpio_info_acpi_get() 27 args[1].Type = ACPI_TYPE_INTEGER; in gpio_info_acpi_get() 35 if (gpio_obj.Type == ACPI_TYPE_INTEGER) { in gpio_info_acpi_get()
|
/Zephyr-latest/boards/st/stm32g071b_disco/doc/ |
D | index.rst | 6 for the STMicroelectronics Arm® Cortex® -M0+ core-based STM32G071RB USB Type-C™ 9 interoperability with other USB Type-C™ devices. The STM32G071B-DISCO Discovery 10 board is intended for discovery and display of USB Type-C™ port characteristics 13 as a USB Type-C™ and Power Delivery analyzer. 19 - USB Type-C™ interface plug cable and receptacle connector accessible by door 25 - 4 user status LEDs about USB Type-C™ configuration 30 - USB Type-C™ plug cable 31 - USB Type-C™ receptacle connector 38 - USB Type-C™ test points for main signals 39 - Flexible power-supply options: ST-LINK USB VBUS or USB Type-C™ VBUS
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | Kconfig.airoc | 105 Murata Type 1LV module based on Infineon CYW43012 combo chipset 110 Detailed information about Murata Type 1LV module you can find on 121 Murata Type 1DX modules based on Infineon CYW4343W combo chipset 126 Detailed information about Type 1DX module you can find on 138 (E-Type Key w/ SDIO/UART) 140 Detailed information about Type Sterling LWB5+ module you can find on 151 Murata Type 1YN module based on Infineon CYW43439 combo chipset 156 Detailed information about Murata Type 1YN module you can find on
|
/Zephyr-latest/samples/bluetooth/hap_ha/ |
D | Kconfig | 23 prompt "Hearing Aid Type selection" 25 Select the Hearing Aid Type to compile.
|
/Zephyr-latest/samples/subsys/usb_c/sink/ |
D | README.rst | 68 Type: FIXED 79 Type: FIXED 90 Type: FIXED 101 Type: FIXED
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_small.html.bin | 2 Content-Type: text/plain; charset=utf-8
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 156 if (handle->Type != ACPI_TYPE_DEVICE) { in acpi_evaluate_method() 183 arg[0].Type = ACPI_TYPE_INTEGER; in acpi_enable_pic_mode() 437 } else if (res->Type == res_type) { in acpi_resource_parse() 441 } while (res->Type != ACPI_RESOURCE_TYPE_END_TAG); in acpi_resource_parse() 443 if (res->Type == ACPI_RESOURCE_TYPE_END_TAG) { in acpi_resource_parse() 500 switch (res->Type) { in acpi_device_mmio_get() 534 res->Type != ACPI_RESOURCE_TYPE_END_TAG) { in acpi_device_mmio_get() 537 } while (res->Type != ACPI_RESOURCE_TYPE_END_TAG); in acpi_device_mmio_get() 552 switch (res->Type) { in acpi_res_type() 601 } while (res->Type != ACPI_RESOURCE_TYPE_END_TAG); in acpi_device_type_get() [all …]
|
/Zephyr-latest/boards/st/stm32g081b_eval/doc/ |
D | index.rst | 6 Arm Cortex-M0+ core-based STM32G081RBT6 microcontroller, with USB Type-C and 13 daughterboard, which help to evaluate all peripherals (USB Type-C connector 71 - Mux for USB3.1 Gen1 / DisplayPort input and Type-C port1 output 72 - Mux for Type-C port2 input and DisplayPort output / USB2.0 73 - VCONN on Type-C port1 74 - USB PD on Type-C port1 76 - Type-C port1 DRP (dual-role port) 77 - Type-C port2 Sink 80 - USB 3.1 Gen1 Type-B receptacle 81 - USB2.0 Type-A receptacle
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 206 class Type(enum.IntEnum): class 329 def type(self) -> Type: 339 return Type.EMPTY 342 return Type.BYTES 345 return Type.NUM if len(self.value) == 4 else Type.NUMS 349 return Type.NUMS 352 return Type.STRING if len(types) == 1 else Type.STRINGS 355 return Type.PATH 359 return Type.PHANDLE 364 return Type.PHANDLES [all …]
|
/Zephyr-latest/subsys/lorawan/nvm/ |
D | lorawan_nvm_settings.c | 52 mib_req.Type = MIB_NVM_CTXS; in lorawan_nvm_save_settings() 150 mib_req.Type = MIB_NVM_CTXS; in lorawan_nvm_data_restore() 169 mib_req.Type = MIB_NVM_CTXS; in lorawan_nvm_data_restore()
|
/Zephyr-latest/boards/nordic/nrf9280pdk/support/ |
D | nrf9280_cpurad.JLinkScript | 6 JLINK_ExecCommand("CORESIGHT_AddAP = Index=1 Type=AHB-AP");
|
/Zephyr-latest/boards/nordic/nrf54h20dk/support/ |
D | nrf54h20_cpurad.JLinkScript | 6 JLINK_ExecCommand("CORESIGHT_AddAP = Index=1 Type=AHB-AP");
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.infineon | 78 Murata Type 1LV module based on Infineon CYW43012 combo chipset 83 Detailed information about Murata Type 1LV module you can find on 95 Murata Type 1DX modules based on Infineon CYW4343W combo chipset 100 Detailed information about Type 1DX module you can find on 113 (E-Type Key w/ SDIO/UART) 115 Detailed information about Type Sterling LWB5+ module you can find on 127 Murata Type 1YN module based on Infineon CYW43439 combo chipset 132 Detailed information about Murata Type 1YN module you can find on
|
/Zephyr-latest/doc/connectivity/usb/pd/ |
D | ucds.rst | 7 Type-C Port Controller (TCPC) and customer applications. It is a port of 8 the Google ChromeOS Type-C Port Manager (TCPM) stack. 11 * Uses the APIs provided by the Type-C Port Controller drivers to interact with 12 the Type-C Port Controller. 22 Implementing a Sink Type-C and Power Delivery USB-C device 36 Each Physical Type-C port is represented in the devicetree by a usb-c-connector 112 Implementing a Source Type-C and Power Delivery USB-C device 126 Each Physical Type-C port is represented in the devicetree by a ``usb-c-connector``
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | fixtures.py | 7 from typing import Generator, Type 34 device_class: Type[DeviceAdapter] = DeviceFactory.get_device(device_type)
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 90 Azurewave Type CM358 module based on NXP 88W8987 combo LGA chipset 95 Detailed information about Azurewave Type AW CM358 module you can find on 101 Azurewave Type CM358MA module based on NXP 88W8987 combo LGA chipset 106 Detailed information about Murata Type AW CM358MA module you can find on 112 Murata Type 1ZM is a small and very high performance module based on 117 Detailed information about Murata Type 1ZM module you can find on 124 Murata Type 1ZM is a small and very high performance module based on 129 Detailed information about Murata Type 1ZM module you can find on 141 Azurewave Type AM457 is a small and high performance module based on 146 Detailed information about Type AW AM457 module you can find on [all …]
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32wb0.c | 320 static inline void ll_adc_set_calib_point_for_any(ADC_TypeDef *ADCx, uint32_t Type, in ll_adc_set_calib_point_for_any() argument 327 __ASSERT(Type == ADC_CHANNEL_TYPE_SINGLE_NEG in ll_adc_set_calib_point_for_any() 328 || Type == ADC_CHANNEL_TYPE_SINGLE_POS in ll_adc_set_calib_point_for_any() 329 || Type == ADC_CHANNEL_TYPE_DIFF, "Type is not valid"); in ll_adc_set_calib_point_for_any() 352 switch (Type) { in ll_adc_set_calib_point_for_any() 429 uint32_t Type, uint32_t Range) in configure_calib_point_from_flash() argument 436 switch (Type) { in configure_calib_point_from_flash() 452 switch (Type) { in configure_calib_point_from_flash() 468 switch (Type) { in configure_calib_point_from_flash()
|