Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/Zephyr-Core-3.6.0/samples/subsys/logging/dictionary/
Dsample.yaml5 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-Core-3.6.0/subsys/bluetooth/audio/
DKconfig.bap1 # Bluetooth Audio - Basic Audio Profile configuration options
83 int "Basic Audio Unicast Group count"
92 int "Basic Audio Profile Unicast Group Connected Isochronous Stream (CIS) count"
103 int "Basic Audio Profile ASE Sink count"
108 instances for Basic Audio Profile on a per connection basis.
111 int "Basic Audio Profile ASE Source count"
116 instances for Basic Audio Profile on a per connection basis.
139 int "Basic Audio Broadcast Source subgroup count"
148 int "Basic Audio Broadcaster source count"
158 int "Basic Audio Broadcast Source Stream count"
[all …]
/Zephyr-Core-3.6.0/arch/arm/core/cortex_m/
Dcoredump.c66 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-Core-3.6.0/arch/arm/core/
Dgdbstub.c52 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 …]
Dfatal.c24 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()
101 unsigned int reason = esf->basic.r0; in z_do_kernel_oops()
111 if (!((esf->basic.r0 == K_ERR_KERNEL_OOPS) || in z_do_kernel_oops()
112 (esf->basic.r0 == K_ERR_STACK_CHK_FAIL))) { in z_do_kernel_oops()
152 oops_esf.basic.pc = ssf_contents[3]; in arch_syscall_oops()
/Zephyr-Core-3.6.0/samples/basic/threads/
Dsample.yaml2 description: A basic demo to showcase multi-threading using K_THREAD_DEFINE
3 name: Basic Thread Demo
5 sample.basic.threads:
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/common/reg/
Dmec_timers.h13 /* 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-Core-3.6.0/boards/arm/adafruit_feather_m0_basic_proto/doc/
Dindex.rst3 Adafruit Feather M0 Basic Proto
9 The Adafruit Feather M0 Basic Proto is a thin, light ARM development
16 :alt: Adafruit Feather M0 Basic Proto
66 The `Adafruit Feather M0 Basic Proto Learn site`_ has detailed
79 Basic Proto, SERCOM0 is the Zephyr console and is available on pins 0
86 Basic Proto, SERCOM3 is available on pin 20 (SDA) and pin 21 (SCL).
92 Basic Proto, SERCOM4 is available on pin 22 (MISO), pin 23 (MOSI), and
106 The Adafruit Feather M0 Basic Proto ships with a BOSSA compatible
121 #. Connect the Adafruit Feather M0 Basic Proto to your host computer
160 .. _Adafruit Feather M0 Basic Proto Learn site:
[all …]
/Zephyr-Core-3.6.0/samples/basic/minimal/
DREADME.rst32 :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-Core-3.6.0/boards/arm/adafruit_feather_m0_basic_proto/
DKconfig.board1 # Adafruit Feather M0 Basic Proto board configuration
7 bool "Adafruit Feather M0 Basic Proto"
/Zephyr-Core-3.6.0/samples/synchronization/
DREADME.rst2 :name: Basic Synchronization
5 Manipulate basic kernel synchronization primitives.
10 A simple application that demonstrates basic sanity of the kernel.
/Zephyr-Core-3.6.0/samples/basic/sys_heap/
Dsample.yaml3 name: Basic system heap sample
16 sample.basic.sys_heap:
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/blinky/
DREADME.rst9 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-Core-3.6.0/doc/develop/sca/
Dcodechecker.rst30 west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=codechecker
41 west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=codechecker \
54 west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=codechecker \
75 west build -b mimxrt1064_evk samples/basic/blinky -- -DZEPHYR_SCA_VARIANT=codechecker \
/Zephyr-Core-3.6.0/drivers/sensor/vl53l1x/
Dvl53l1_types.h1 /* vl53l1_types.h - Zephyr customization of ST vl53l1x library, basic type definition. */
15 * basic types...
/Zephyr-Core-3.6.0/drivers/sensor/vl53l0x/
Dvl53l0x_types.h2 * basic type definition.
17 * basic types...
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/
DREADME.md144 |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-Core-3.6.0/subsys/shell/modules/
DKconfig14 This shell provides access to basic kernel data like version, uptime
33 This shell provides access to basic device data.
/Zephyr-Core-3.6.0/drivers/counter/
DKconfig.stm32_rtc48 bool "Use the subseconds as a basic tick."
51 Use the subseconds as the basic time tick. It increases resolution
/Zephyr-Core-3.6.0/drivers/flash/
DKconfig.andes26 bool "Basic Flash Parameters from devicetree node"
28 The JESD216 Basic Flash Parameters table must be provided in the
/Zephyr-Core-3.6.0/boards/arm/ev11l78a/doc/
Dindex.rst3 UPD301C Basic Sink Application Example
9 The UPD301C Basic Sink Application Example Evaluation Kit (EV11L78A)
20 UPD301C Basic Sink Application Example (Credit: `Microchip Technology`_)
/Zephyr-Core-3.6.0/modules/cmsis-nn/
DKconfig24 bool "Basic Math for NN"
26 This option enables the NN libraries for the basic maths operations.
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/adc/
DREADME.rst9 This sample is a minimum application to demonstrate basic power management
10 behavior in a basic ADC set up in low power context.
/Zephyr-Core-3.6.0/cmake/modules/
Dbasic_settings.cmake5 # Setup basic settings for a Zephyr project.
7 # Basic settings are:
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/suspend_to_ram/
DREADME.rst9 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

12345678910>>...30