/Zephyr-latest/tests/subsys/display/cfb/basic/ |
D | testcase.yaml | 13 display.cfb.basic.mono01: 17 display.cfb.basic.mono10: 21 display.cfb.basic.mono01.lsbfirst: 26 display.cfb.basic.mono10.lsbfirst: 31 display.cfb.basic.mono01.msbfirst_font: 36 display.cfb.basic.mono10.msbfirst_font: 41 display.cfb.basic.mono01.lsbfirst.msbfirst_font: 47 display.cfb.basic.mono10.lsbfirst.msbfirst_font:
|
/Zephyr-latest/samples/subsys/logging/dictionary/ |
D | sample.yaml | 5 sample.logger.basic.dictionary: 11 sample.logger.basic.dictionary.fpu: 20 sample.logger.basic.dictionary.fpu.long_double: 30 sample.logger.basic.dictionary.uart_async_frontend: 44 sample.logger.basic.dictionary.uart_frontend_rt: 60 sample.logger.basic.dictionary.uart_int_frontend:
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 1 # Bluetooth Audio - Basic Audio Profile configuration options 80 int "Basic Audio Unicast Group count" 88 int "Basic Audio Profile Unicast Group Connected Isochronous Stream (CIS) count" 99 int "Basic Audio Profile ASE Sink count" 104 instances for Basic Audio Profile on a per connection basis. 107 int "Basic Audio Profile ASE Source count" 112 instances for Basic Audio Profile on a per connection basis. 131 int "Basic Audio Broadcast Source subgroup count" 140 int "Basic Audio Broadcaster source count" 150 int "Basic Audio Broadcast Source Stream count" [all …]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | coredump.c | 66 arch_blk.r.r0 = esf->basic.r0; in arch_coredump_info_dump() 67 arch_blk.r.r1 = esf->basic.r1; in arch_coredump_info_dump() 68 arch_blk.r.r2 = esf->basic.r2; in arch_coredump_info_dump() 69 arch_blk.r.r3 = esf->basic.r3; in arch_coredump_info_dump() 70 arch_blk.r.r12 = esf->basic.ip; in arch_coredump_info_dump() 71 arch_blk.r.lr = esf->basic.lr; in arch_coredump_info_dump() 72 arch_blk.r.pc = esf->basic.pc; in arch_coredump_info_dump() 73 arch_blk.r.xpsr = esf->basic.xpsr; in arch_coredump_info_dump()
|
/Zephyr-latest/samples/basic/ |
D | basic.rst | 1 .. zephyr:code-sample-category:: basic 2 :name: Basic 5 These samples demonstrate basic functionality of the Zephyr kernel.
|
/Zephyr-latest/arch/arm/core/ |
D | gdbstub.c | 52 ctx.registers[R0] = esf->basic.r0; in z_gdb_entry() 53 ctx.registers[R1] = esf->basic.r1; in z_gdb_entry() 54 ctx.registers[R2] = esf->basic.r2; in z_gdb_entry() 55 ctx.registers[R3] = esf->basic.r3; in z_gdb_entry() 67 ctx.registers[R12] = esf->basic.r12; in z_gdb_entry() 68 ctx.registers[LR] = esf->basic.lr; in z_gdb_entry() 69 ctx.registers[PC] = esf->basic.pc; in z_gdb_entry() 70 ctx.registers[SPSR] = esf->basic.xpsr; in z_gdb_entry() 80 esf->basic.r0 = ctx.registers[R0]; in z_gdb_entry() 81 esf->basic.r1 = ctx.registers[R1]; in z_gdb_entry() [all …]
|
D | fatal.c | 24 esf->basic.a1, esf->basic.a2, esf->basic.a3); in esf_dump() 26 esf->basic.a4, esf->basic.ip, esf->basic.lr); in esf_dump() 27 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump() 65 esf->basic.pc); in esf_dump() 112 unsigned int reason = esf->basic.r0; in z_do_kernel_oops() 124 if (!((esf->basic.r0 == K_ERR_KERNEL_OOPS) || in z_do_kernel_oops() 125 (esf->basic.r0 == K_ERR_STACK_CHK_FAIL))) { in z_do_kernel_oops() 165 oops_esf.basic.pc = ssf_contents[3]; in arch_syscall_oops()
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/ |
D | testcase.yaml | 13 filter: dt_compat_enabled("test-gpio-basic-api") and not dt_compat_enabled("arduino-header-r3") 33 filter: dt_compat_enabled("test-gpio-basic-api") 47 dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3") 68 filter: dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3") 88 dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3") 106 filter: dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3") and
|
/Zephyr-latest/samples/basic/threads/ |
D | sample.yaml | 2 description: A basic demo to showcase multi-threading using K_THREAD_DEFINE 3 name: Basic Thread Demo 5 sample.basic.threads:
|
/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_timers.h | 13 /* Basic timers */ 15 /* Offset between instances of the Basic Timer blocks */ 19 /* Base frequency of all basic timers is AHB clock */ 24 * Basic Timer Count Register (Offset +00h) 26 * 16-bit Basic timers: bits[15:0]=R/W, bits[31:15]=RO=0 31 * Basic Timer Preload Register (Offset +04h) 33 * 16-bit Basic timers: bits[15:0]=R/W, bits[31:15]=RO=0 37 /* Basic Timer Status Register (Offset +08h) R/W1C */ 43 /* Basic Timer Interrupt Enable Register (Offset +0Ch) */ 50 /* Basic Timer Control Register (Offset +10h) */ [all …]
|
/Zephyr-latest/samples/basic/minimal/ |
D | README.rst | 32 :zephyr-app: samples/basic/minimal 45 :zephyr-app: samples/basic/minimal 58 :zephyr-app: samples/basic/minimal 71 :zephyr-app: samples/basic/minimal 84 :zephyr-app: samples/basic/minimal
|
/Zephyr-latest/tests/benchmarks/thread_metric/src/ |
D | tm_basic_processing_test.c | 16 /** Basic Processing Test */ 33 /* This file defines the basic test for determining board processing */ 80 /* Define the basic processing test initialization. */ 93 /* Define the basic processing thread. */ 105 /* Clear the basic processing array. */ in tm_basic_processing_thread_0_entry() 112 * Loop through the basic processing array, add the previous in tm_basic_processing_thread_0_entry() 126 /* Increment the basic processing counter. */ in tm_basic_processing_thread_0_entry() 131 /* Define the basic processing reporting function. */ 153 printf("**** Thread-Metric Basic Single Thread Processing Test **** Relative Time: " in tm_basic_processing_thread_report() 160 printf("ERROR: Invalid counter value(s). Basic processing thread died!\n"); in tm_basic_processing_thread_report()
|
/Zephyr-latest/samples/synchronization/ |
D | README.rst | 2 :name: Basic Synchronization 5 Manipulate basic kernel synchronization primitives. 10 A simple application that demonstrates basic sanity of the kernel.
|
/Zephyr-latest/boards/adafruit/feather_m0_basic_proto/doc/ |
D | index.rst | 6 The Adafruit Feather M0 Basic Proto is a thin, light ARM development 59 The `Adafruit Feather M0 Basic Proto Learn site`_ has detailed 72 Basic Proto, SERCOM0 is the Zephyr console and is available on pins 0 79 Basic Proto, SERCOM3 is available on pin 20 (SDA) and pin 21 (SCL). 85 Basic Proto, SERCOM4 is available on pin 22 (MISO), pin 23 (MOSI), and 99 The Adafruit Feather M0 Basic Proto ships with a BOSSA compatible 114 #. Connect the Adafruit Feather M0 Basic Proto to your host computer 153 .. _Adafruit Feather M0 Basic Proto Learn site: 154 https://learn.adafruit.com/adafruit-feather-m0-basic-proto/ 157 https://learn.adafruit.com/adafruit-feather-m0-basic-proto/pinouts [all …]
|
/Zephyr-latest/samples/basic/sys_heap/ |
D | sample.yaml | 3 name: Basic system heap sample 16 sample.basic.sys_heap:
|
/Zephyr-latest/samples/bluetooth/central/ |
D | README.rst | 5 Implement basic Bluetooth LE Central role functionality (scanning and connecting). 10 Application demonstrating very basic Bluetooth LE Central role functionality by scanning
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/ |
D | README.rst | 9 This sample is a minimum application to demonstrate basic power management 10 behavior in a basic blinking LED set up using the :ref:`GPIO API <gpio_api>` in 34 :zephyr-app: samples/basic/blinky
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | vl53l0x_types.h | 2 * basic type definition. 17 * basic types...
|
/Zephyr-latest/drivers/sensor/st/vl53l1x/ |
D | vl53l1_types.h | 1 /* vl53l1_types.h - Zephyr customization of ST vl53l1x library, basic type definition. */ 15 * basic types...
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.stm32_rtc | 27 bool "Use the subseconds as a basic tick." 30 Use the subseconds as the basic time tick. It increases resolution
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 144 |LightweightM2M-1.1-int-201 - Querying basic information in Plain Text |:white_check_mark:| | 145 |LightweightM2M-1.1-int-203 - Querying basic information in TLV format |:white_check_mark:| | 146 |LightweightM2M-1.1-int-204 - Querying basic information in JSON format |:white_check_mark:| | 147 |LightweightM2M-1.1-int-205 - Setting basic information in Plain Text |:white_check_mark:| | 148 |LightweightM2M-1.1-int-211 - Querying basic information in CBOR format |:white_check_mark:| | 149 |LightweightM2M-1.1-int-212 - Setting basic information in CBOR format |:white_check_mark:| | 150 |LightweightM2M-1.1-int-215 - Setting basic information in TLV format |:white_check_mark:| | 151 |LightweightM2M-1.1-int-220 - Setting basic information in JSON format |:white_check_mark:| | 167 |LightweightM2M-1.1-int-231 - Querying basic information in SenML JSON format|:white_check_mark:| | 168 |LightweightM2M-1.1-int-232 - Querying basic information in SenML CBOR format|:white_check_mark:| | [all …]
|
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/ |
D | README.rst | 9 This sample is a minimum application to demonstrate basic power management 10 behavior in a basic blinking LED set up and STM32U5 STOP3 low power mode.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.andes | 27 bool "Basic Flash Parameters from devicetree node" 29 The JESD216 Basic Flash Parameters table must be provided in the
|
/Zephyr-latest/samples/boards/st/power_mgmt/adc/ |
D | README.rst | 10 This sample is a minimum application to demonstrate basic power management 11 behavior in a basic ADC set up in low power context.
|
/Zephyr-latest/modules/cmsis-nn/ |
D | Kconfig | 24 bool "Basic Math for NN" 26 This option enables the NN libraries for the basic maths operations.
|