/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | at.c | 20 static void next_list(struct at_client *at) in next_list() argument 22 if (at->buf[at->pos] == ',') { in next_list() 23 at->pos++; in next_list() 39 static void skip_space(struct at_client *at) in skip_space() argument 41 while (at->buf[at->pos] == ' ') { in skip_space() 42 at->pos++; in skip_space() 46 int at_get_number(struct at_client *at, uint32_t *val) in at_get_number() argument 50 skip_space(at); in at_get_number() 53 isdigit((unsigned char)at->buf[at->pos]) != 0; in at_get_number() 54 at->pos++, i++) { in at_get_number() [all …]
|
D | at.h | 76 typedef int (*at_resp_cb_t)(struct at_client *at, struct net_buf *buf); 83 typedef int (*at_finish_cb_t)(struct at_client *at, enum at_result result, 85 typedef int (*parse_val_t)(struct at_client *at); 86 typedef int (*handle_parse_input_t)(struct at_client *at, struct net_buf *buf); 87 typedef int (*handle_cmd_input_t)(struct at_client *at, struct net_buf *buf, 103 void at_register(struct at_client *at, at_resp_cb_t resp, 105 void at_register_unsolicited(struct at_client *at, at_resp_cb_t unsolicited); 106 int at_get_number(struct at_client *at, uint32_t *val); 108 int at_parse_input(struct at_client *at, struct net_buf *buf); 110 int at_parse_cmd_input(struct at_client *at, struct net_buf *buf, [all …]
|
D | hfp_hf.c | 59 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in hf_slc_error() 77 at_register(&hf->at, resp, finish); in hfp_hf_send_cmd() 107 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in brsf_handle() 144 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in cind_handle_values() 229 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in ag_indicator_handle_values() 352 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in ring_handle() 406 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in cmd_complete() 449 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in slc_completed() 478 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in cind_status_finish() 500 struct bt_hfp_hf *hf = CONTAINER_OF(hf_at, struct bt_hfp_hf, at); in cind_finish() [all …]
|
/Zephyr-Core-3.5.0/tests/bluetooth/at/src/ |
D | main.c | 17 static struct at_client at; variable 53 at.buf_max_len = 140U; in ZTEST() 54 at.buf = buffer; in ZTEST() 59 at_register(&at, at_resp, NULL); in ZTEST() 66 zassert_equal(at_parse_input(&at, buf), 0, "Parsing failed"); in ZTEST()
|
/Zephyr-Core-3.5.0/samples/drivers/soc_flash_nrf/ |
D | README.rst | 44 Test 1: Flash erase page at 0x82000 48 Attempted to write 1122 at 0x82000 52 Attempted to write aabb at 0x82004 56 Attempted to write abcd at 0x82008 60 Attempted to write 1234 at 0x8200c 65 Test 3: Flash erase (4 pages at 0x80000) 69 Attempted to write 1234 at 0x82000 73 Attempted to write aabb at 0x82004 77 Attempted to write abcd at 0x82008 81 Attempted to write 1122 at 0x8200c [all …]
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf53_sync_rtc/ |
D | README.rst | 13 Sample is using IPM driver and IPC HAL to produce events which occur at same time on 46 [00:00:00.306,915] <inf> main: IPC send at 10056 ticks 47 [00:00:00.356,903] <inf> main: IPC send at 11695 ticks 48 [00:00:00.406,921] <inf> main: IPC send at 13334 ticks 49 [00:00:00.456,939] <inf> main: IPC send at 14973 ticks 50 [00:00:00.506,958] <inf> main: IPC send at 16612 ticks 51 [00:00:00.556,976] <inf> main: IPC send at 18251 ticks 52 [00:00:00.606,994] <inf> main: IPC send at 19890 ticks 53 [00:00:00.657,012] <inf> main: IPC send at 21529 ticks 54 [00:00:00.707,031] <inf> main: IPC send at 23168 ticks [all …]
|
/Zephyr-Core-3.5.0/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 32 Counter at 0x20001a58 48 second past the hour is written at 1000 ms local uptime:: 50 Set 2019-07-19 06:00:00.034000000 Fri 200 at 34 ms past: 0 52 wrote sync 0: 1563516001 0 at 1000 60 read sync 0: 1563516002 0 at 2000 66 Alarm 1 flags 0 at 254034017: 0 67 Alarm 2 flags e at 252374400: 0 71 fire at that time on the current day-of-week. The minute-resolution 75 Set sec alarm 90 at 1563516007 ~ 2019-07-19 06:00:07 Fri 200: 5 76 Set min alarm flags f at 1563516007 ~ 2019-07-19 06:00:07 Fri 200: 7 [all …]
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | Kconfig.sifive | 21 This tells the driver to configure the UART port at boot, depending on 29 Port 0 RX Threshold at which the RX FIFO interrupt triggers. 36 Port 0 TX Threshold at which the TX FIFO interrupt triggers. 44 This tells the driver to configure the UART port at boot, depending on 52 Port 1 RX Threshold at which the RX FIFO interrupt triggers. 59 Port 1 TX Threshold at which the TX FIFO interrupt triggers.
|
D | Kconfig.stellaris | 12 available at the Texas Instrument LM3S6965 board. 21 This tells the driver to configure the UART port at boot, depending on 29 This tells the driver to configure the UART port at boot, depending on 37 This tells the driver to configure the UART port at boot, depending on
|
/Zephyr-Core-3.5.0/samples/philosophers/ |
D | README.rst | 89 arch_cpu_idle () at zephyr/mainline/zephyr/arch/arm/core/cpu_idle.S:107 93 …* 1 Thread 537003160 (Name: idle 00, prio:40,useropts:1) arch_cpu_idle () at zephyr/mainl… 95 …: Philosopher 5, prio:-2,useropts:4) 0x08001404 in arch_irq_unlock (key=0) at zephyr/mainline/zeph… 97 …: Philosopher 4, prio:-1,useropts:4) 0x08001404 in arch_irq_unlock (key=0) at zephyr/mainline/zeph… 99 …: Philosopher 3, prio:0,useropts:4) 0x08001404 in arch_irq_unlock (key=0) at zephyr/mainline/zeph… 101 …: Philosopher 2, prio:1,useropts:4) 0x08001404 in arch_irq_unlock (key=0) at zephyr/mainline/zeph… 103 …: Philosopher 1, prio:2,useropts:4) 0x08001404 in arch_irq_unlock (key=0) at zephyr/mainline/zeph… 105 …: Philosopher 0, prio:3,useropts:4) 0x08001404 in arch_irq_unlock (key=0) at zephyr/mainline/zeph… 124 arch_cpu_idle () at zephyr/mainline/zephyr/arch/arm/core/cpu_idle.S:107 128 …* 2 Thread 537920592 (idle 00 UNKNOWN PRIO 40) arch_cpu_idle () at zephyr/mainline/zep… [all …]
|
/Zephyr-Core-3.5.0/doc/services/debugging/ |
D | gdbstub.rst | 71 * Execution should now be paused at :c:func:`gdb_init`. 136 arch_gdb_init () at <ZEPHYR_BASE>/arch/x86/core/ia32/gdbstub.c:232 140 it is at :file:`arch/x86/core/ia32/gdbstub.c`, line 232. 147 #0 arch_gdb_init () at <ZEPHYR_BASE>/arch/x86/core/ia32/gdbstub.c:232 148 #1 0x00105068 in gdb_init (arg=0x0) at <ZEPHYR_BASE>/subsys/debug/gdbstub.c:833 149 #2 0x00109d6f in z_sys_init_run_level (level=0x1) at <ZEPHYR_BASE>/kernel/device.c:72 150 #3 0x0010a40b in z_cstart () at <ZEPHYR_BASE>/kernel/init.c:423 151 #4 0x00105383 in z_x86_prep_c (arg=0x9500) at <ZEPHYR_BASE>/arch/x86/core/prep_c.c:58 152 #5 0x001000a9 in __csSet () at <ZEPHYR_BASE>/arch/x86/core/ia32/crt0.S:273 178 gdb_init (arg=0x0) at /home/dleung5/zephyr/rtos/zephyr/subsys/debug/gdbstub.c:834 [all …]
|
/Zephyr-Core-3.5.0/drivers/sensor/tmp112/ |
D | Kconfig | 19 bool "Allow to set extended mode at runtime" 26 bool "Allow to set conversion rate at runtime" 29 When set conversion rate can be set at runtime using sensor_attr_set
|
/Zephyr-Core-3.5.0/arch/x86/zefi/ |
D | README.txt | 16 relocatable, and cannot be placed at specific locations in memory. 18 appropriate locations at startup, clear any zero-filled (BSS, etc...) 25 any platform top out at 200kb or so, and grub is at minimum about 5x 39 work fine and then fail inexplicably at runtime with a garbage 41 address is not generated at runtime by the C code here (it's address 51 in ELF get found via GOT and PLT tables that are populated at load 67 they ignore the preferred load address and will put the image at 80 that the EFI environment will load our image at an address that 84 at 0x10000. Even given collisions, this is probably tolerable, as we 86 sneak around EFI areas. But the Zephyr loader should at least detect
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | Kconfig.smartbond | 19 Watchdog timer generates NMI at value 0, and WDOG (SYS) 20 reset at <= -16. Timer can be frozen/resumed using 24 reset at value 0 and can not be frozen by Software.
|
/Zephyr-Core-3.5.0/drivers/i2c/target/ |
D | Kconfig.eeprom | 12 bool "Set I2C Target EEPROM Address at Runtime" 15 Enable changing virtual I2C Target EEPROM device address at runtime
|
/Zephyr-Core-3.5.0/subsys/net/lib/http/ |
D | http_client.c | 155 static int on_url(struct http_parser *parser, const char *at, size_t length) in on_url() argument 160 print_header_field(length, at); in on_url() 164 req->internal.response.http_cb->on_url(parser, at, length); in on_url() 170 static int on_status(struct http_parser *parser, const char *at, size_t length) in on_status() argument 178 memcpy(req->internal.response.http_status, at, len); in on_status() 188 req->internal.response.http_cb->on_status(parser, at, length); in on_status() 194 static int on_header_field(struct http_parser *parser, const char *at, in on_header_field() argument 204 if (length >= len && strncasecmp(at, content_len, len) == 0) { in on_header_field() 208 print_header_field(length, at); in on_header_field() 212 req->internal.response.http_cb->on_header_field(parser, at, in on_header_field() [all …]
|
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/k6x/ |
D | README.txt | 3 Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not 4 used by the FSL FRDM K64F platform. Only the 192 kB region based at the
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_irq_advanced_features/ |
D | README.txt | 5 CONFIG_DYNAMIC_DIRECT_INTERRUPTS at runtime (ARM Only) 8 at runtime. In particular, it tests that dynamic direct IRQs may be 9 installed at run-time in the software interrupt table. 12 The second test verifies the behavior of CONFIG_ZERO_LATENCY_IRQS at runtime.
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | CMakeLists.txt | 46 # at the beginning of ROM_START (i.e before other sections in ROM_START); 48 # table starting at a fixed address at the beginning of ROM.
|
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 16 to be passed to the TF-M build system. Look at 'config_default.cmake' 27 to be passed to the TF-M build system. Look at 'config_default.cmake' 38 to be passed to the TF-M build system. Look at 'config_default.cmake' 50 to be passed to the TF-M build system. Look at 'config_default.cmake' 61 to be passed to the TF-M build system. Look at 'config_default.cmake' 73 to be passed to the TF-M build system. Look at 'config_default.cmake'
|
/Zephyr-Core-3.5.0/soc/arm64/qemu_virt_arm64/ |
D | Kconfig.defconfig | 12 # - LPIs (starting at 8192) if GIC_V3_ITS is used 16 # Dummy value, read at runtime
|
/Zephyr-Core-3.5.0/subsys/mem_mgmt/ |
D | Kconfig | 9 with a `zephyr,memory-attr` property. This library builds at build 11 probed at run-time using several helper functions. Set to `N` if
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/same70/ |
D | Kconfig.soc | 89 RC oscillator running at 32 kHz. 105 running at 12 MHz. 127 Setting MULA=0 would disable PLL at boot, this is currently 131 PLL is running at 25 times the main clock frequency. 144 Setting DIVA=0 would disable PLL at boot, this is currently 148 PLL is running at 25 times the main clock frequency. 163 pin at '1' will completely erase Flash memory. Setting this option will
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/samv71/ |
D | Kconfig.soc | 90 RC oscillator running at 32 kHz. 106 running at 12 MHz. 128 Setting MULA=0 would disable PLL at boot, this is currently 132 PLL is running at 25 times the main clock frequency. 145 Setting DIVA=0 would disable PLL at boot, this is currently 149 PLL is running at 25 times the main clock frequency. 164 pin at '1' will completely erase Flash memory. Setting this option will
|
/Zephyr-Core-3.5.0/drivers/sensor/bmc150_magn/ |
D | Kconfig | 42 Enable alteration of sampling rate attribute at runtime. 47 Enable alteration of XY oversampling at runtime. 52 Enable alteration of Z oversampling at runtime.
|