Searched full:eg (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/lib/acpi/ |
D | acpi_shell.c | 204 shell_error(sh, "invalid arguments [Eg: acpi prt <bus> <dev> <func>]"); in dump_prt() 232 shell_error(sh, "Invalid arguments [Eg: acpi enum PNP0103 0]"); in enum_dev() 352 "display device current resource settings (eg:acpi crs _SB.PC00.LPCB.RTC)", 355 "display device possible resource settings (eg:acpi crs _SB.PC00.LPCB.RTC)", 358 "display PRT details for a given bus (eg:acpi prt _SB.PC00)", 361 "enumerate device using hid (for enum HPET timer device,eg:acpi enum PNP0103)", 363 SHELL_CMD(enum_all, NULL, "enumerate all device in acpi name space (eg:acpi enum_all)", 365 SHELL_CMD(dev_res, NULL, "retrieve device resource (eg: acpi dev_res PNP0501 2)", 367 SHELL_CMD(rd_table, NULL, "read ACPI table (eg: acpi read_table APIC)",
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | phil_obj_abstract.h | 17 * - a 'take' function that simulates taking the fork (eg. k_sem_take) 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock)
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | phil_obj_abstract.h | 17 * - a 'take' function that simulates taking the fork (eg. k_sem_take) 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock)
|
/Zephyr-latest/soc/intel/common/ |
D | soc_gpio.h | 23 * @param bank_idx band index of the gpio group (eg: gpp_a, gpp_b etc.)
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ucifi_lpwan.h | 11 #define MAC_ADDRESS_SIZE 17 /* 16 hex digits, eg. "01a2b3c4d5e6f708\0" */
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32g0-hsi-clock.yaml | 32 (eg: RNG clk driven by HSI)
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 53 device's secure file system; eg, via a vendor tool or
|
/Zephyr-latest/samples/drivers/misc/timeaware_gpio/ |
D | README.rst | 10 A sample application that can be used with any supported boards. eg. RPL.
|
/Zephyr-latest/samples/philosophers/src/ |
D | phil_obj_abstract.h | 17 * - a 'take' function that simulates taking the fork (eg. k_sem_take) 18 * - a 'drop' function that simulates dropping the fork (eg. k_mutex_unlock)
|
/Zephyr-latest/scripts/checkpatch/ |
D | timestamp | 19 # Some switches can be mixed and matched, eg. -Sa gives 2015-01-14-18-13
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | at.h | 74 * particular AT command. Eg: +CIND=<value>
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt.c | 105 * if the program (eg su) is looking for it. in getopt()
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | pinctrl-zynqmp.h | 20 * every pin (eg. GPIO), a generic macro function to generate a driver-compliant
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | blackmagicprobe.py | 160 # eg zephyr.signed.hex
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 476 * Unpack code and data (eg. copy ROMed segments to RAM, vectors into 545 /* Windowed register init, so we can call windowed code (eg. C code). */
|
/Zephyr-latest/doc/develop/test/figures/ |
D | fixtures.svg | 3 …0xUMUgYhF3nwyMvUkFbLcDAJ8HGuG4C/yiSsY4fk+VG7h+h8kkmUo7V9C/P50WWP58km5GmE8W+eG/JPTBrPLNbkts+Z3I7LUd…
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_gicv3.c | 421 * eg: z_arch_el3_plat_init can be used by platform. in gicv3_cpuif_init()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault.c | 75 * eg. (precise bus error escalated to hard fault): 90 * eg. (precise bus error escalated to hard fault):
|
/Zephyr-latest/samples/subsys/profiling/perf/images/ |
D | graph_example.svg | 329 "allowed, eg: ^ext4_)"
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 320 (eg. USB to UART dongles). For more information refer to the section
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 103 * eg. Headset
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | l2cap_k_frame.drawio.svg | 4 …4/3CF1Vs7FXcHxrHOQrlQPNWeBAzDqS+nTYBQ5CcDGbuzTGRnL5jGmMS0PDOC7awcx/REbG+2x/EG+wgnOIANnSz10UOD4VYC6…
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_ite_enhance.c | 766 /* Device 1 error have occurred. eg. nack, timeout... */ in enhanced_i2c_cq_isr()
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 58 that are not included in the final firmware image (eg. tools) and thus do not
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 442 source clock (Eg: LSE) by adding it to its 'clocks' property and then configure it using new 559 complementary channel pincfg (eg:``tim1_ch2n_pb14``).
|
12