/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | at.c | 2 * @file at.c 3 * Generic AT command handling library implementation 18 #include "at.h" 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 [all …]
|
D | at.h | 1 /** @file at.h 2 * @brief Internal APIs for AT command handling. 74 * particular AT command. Eg: +CIND=<value> 76 typedef int (*at_resp_cb_t)(struct at_client *at, struct net_buf *buf); 78 /* Callback at_finish_cb used to monitor the success or failure of the AT 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, [all …]
|
/Zephyr-Core-3.4.0/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 5 bool "Espressif AT Command support" 15 Enable Espressif AT Command offloaded WiFi driver. It is supported on 17 running ESP-AT firmware (https://github.com/espressif/esp-at). 84 at a rate that the driver can handle. Without this, data might get 91 How long to wait for device to become ready after AT+RST has been 134 prompt "AT version" 137 Select which version of AT command set should be used. 140 bool "AT version 1.7" 142 Use AT command set version 1.7. 145 bool "AT version 2.0" [all …]
|
/Zephyr-Core-3.4.0/samples/drivers/soc_flash_nrf/ |
D | README.rst | 43 Test 1: Flash erase page at 0x82000 47 Attempted to write 1122 at 0x82000 51 Attempted to write aabb at 0x82004 55 Attempted to write abcd at 0x82008 59 Attempted to write 1234 at 0x8200c 64 Test 3: Flash erase (4 pages at 0x80000) 68 Attempted to write 1234 at 0x82000 72 Attempted to write aabb at 0x82004 76 Attempted to write abcd at 0x82008 80 Attempted to write 1122 at 0x8200c [all …]
|
/Zephyr-Core-3.4.0/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 47 zassert_mem_equal(_s._f, _p->_f, sizeof(_p->_f), _t "\nCalled at %s:%d\n", file, line); 512 zassert_equal(pdu->ll_id, PDU_DATA_LLID_CTRL, "Not a Control PDU.\nCalled at %s:%d\n", file, in helper_pdu_verify_version_ind() 515 "Not a LL_VERSION_IND.\nCalled at %s:%d\n", file, line); in helper_pdu_verify_version_ind() 517 "Wrong version number.\nCalled at %s:%d\n", file, line); in helper_pdu_verify_version_ind() 519 "Wrong company id.\nCalled at %s:%d\n", file, line); in helper_pdu_verify_version_ind() 521 "Wrong sub version number.\nCalled at %s:%d\n", file, line); in helper_pdu_verify_version_ind() 526 zassert_equal(pdu->ll_id, PDU_DATA_LLID_CTRL, "Not a Control PDU.\nCalled at %s:%d\n", file, in helper_pdu_verify_ping_req() 529 "Not a LL_PING_REQ. Called at %s:%d\n", file, line); in helper_pdu_verify_ping_req() 534 zassert_equal(pdu->ll_id, PDU_DATA_LLID_CTRL, "Not a Control PDU.\nCalled at %s:%d\n", file, in helper_pdu_verify_ping_rsp() 537 "Not a LL_PING_RSP.\nCalled at %s:%d\n", file, line); in helper_pdu_verify_ping_rsp() [all …]
|
/Zephyr-Core-3.4.0/dts/bindings/interrupt-controller/ |
D | cypress,psoc6-intmux.yaml | 12 At CPU Sub System (CPUSS) there are 8 special registers (intmux[0~7]) to 34 More information about it at PSoC-6 Architecture Technical Reference Manual, 38 The below fragment configure the GPIO Port 0 to generate an interrupt at 41 At psoc6.dtsi file the gpio_prt0 peripheral had the interrupt source 2: 47 In order to enable gpio_prt0 interrupt at Cortex-M0+ an interrupt parent 48 must be defined at gpio_prt0 node selecting the Interrupt Multiplex Channel. 49 This can be defined at <board>_m0.dts file: 60 The interrupt can be enabled/disable at NVIC at line 20 as usual. 66 3) User can change priority at Cortex-M0+ NVIC by changing interrupt channels 67 at interrupt-parent properties.
|
/Zephyr-Core-3.4.0/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 31 Counter at 0x20001a58 47 second past the hour is written at 1000 ms local uptime:: 49 Set 2019-07-19 06:00:00.034000000 Fri 200 at 34 ms past: 0 51 wrote sync 0: 1563516001 0 at 1000 59 read sync 0: 1563516002 0 at 2000 65 Alarm 1 flags 0 at 254034017: 0 66 Alarm 2 flags e at 252374400: 0 70 fire at that time on the current day-of-week. The minute-resolution 74 Set sec alarm 90 at 1563516007 ~ 2019-07-19 06:00:07 Fri 200: 5 75 Set min alarm flags f at 1563516007 ~ 2019-07-19 06:00:07 Fri 200: 7 [all …]
|
/Zephyr-Core-3.4.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.4.0/dts/bindings/gpio/ |
D | arduino-header-r3.yaml | 15 labeled from A0 at the top through A5 at the bottom. 17 signals labeled from D0 at the bottom D7 at the top; 19 digital input signals labelled from D8 at the bottom through D13 21 D15 at the top.
|
D | seeed-xiao-header.yaml | 14 labeled from 0 at the top through 6 at the bottom. 16 has three power pins, followed by four inputs labeled 10 at the 17 top through 7 at the bottom.
|
/Zephyr-Core-3.4.0/tests/bluetooth/at/src/ |
D | main.c | 13 #include "subsys/bluetooth/host/at.h" 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.4.0/kernel/ |
D | atomic_c.c | 28 * code, not performance sensitive. At least by not using irq_lock() 65 * This routine provides the compare-and-set operator. If the original value at 66 * <target> equals <oldValue>, then <newValue> is stored at <target> and the 69 * If the original value at <target> does not equal <oldValue>, then the store 72 * The reading of the original value at <target>, the comparison, 153 * atomically added to the value at <target>, placing the result at <target>, 183 * atomically subtracted from the value at <target>, placing the result at 235 * written at <target> and the previous value at <target> is returned. 291 * is atomically bitwise OR'ed with the value at <target>, placing the result 292 * at <target>, and the previous value at <target> is returned. [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/devicetree/ |
D | pwms.h | 27 * pwms property at an index 47 * @return the node identifier for the PWM controller referenced at 87 * @return the node identifier for the PWM controller at index 0 94 * @brief Get PWM specifier's cell value at an index 132 * @return the cell value at index "idx" 179 * @return the cell value in the specifier at the named element 189 * @return the cell value at index 0 195 * @brief Get a PWM specifier's channel cell value at an index 204 * @return the channel cell value at index "idx" 221 * @return the channel cell value in the specifier at the named element [all …]
|
D | reset.h | 27 * "resets" phandle-array property at an index 46 * @return the node identifier for the reset controller referenced at 56 * @return a node identifier for the reset controller at index 0 93 * @brief Get a reset specifier's cell value at an index 118 * @return the cell value at index "idx" 152 * @return the cell value in the specifier at the named element 162 * @return the cell value at index 0 170 * "resets" phandle-array property at an index 174 * @return the node identifier for the reset controller referenced at 184 * @return a node identifier for the reset controller at index 0 [all …]
|
D | gpio.h | 28 * gpio phandle-array property at an index 49 * @return the node identifier for the gpio controller referenced at 61 * @return a node identifier for the gpio controller at index 0 73 * at an index 76 * in node_id's "gpio_pha" property at index "idx" has no label 102 * @return the label property of the node referenced at index "idx" 116 * @return the label property of the node referenced at index 0 123 * @brief Get a GPIO specifier's pin cell at an index 160 * @return the pin cell value at index "idx" 171 * @return the pin cell value at index 0 [all …]
|
D | io-channels.h | 28 * io-channels property at an index 47 * @return the node identifier for the node referenced at index "idx" 76 * @return the node identifier for the node referenced at the named element 85 * @return the node identifier for the node referenced at index 0 93 * property at an index 97 * @return the node identifier for the node referenced at index "idx" 109 * @return the node identifier for the node referenced at the named element 118 * @return the node identifier for the node referenced at index 0 125 * @brief Get an io-channels specifier input cell at an index 158 * @return the input cell in the specifier at index "idx" [all …]
|
/Zephyr-Core-3.4.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.4.0/samples/philosophers/ |
D | README.rst | 89 arch_cpu_idle () at zephyr/mainline/zephyr/arch/arm/core/aarch32/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/aarch32/cpu_idle.S:107 128 …* 2 Thread 537920592 (idle 00 UNKNOWN PRIO 40) arch_cpu_idle () at zephyr/mainline/zep… [all …]
|
/Zephyr-Core-3.4.0/dts/bindings/pinctrl/ |
D | nxp,s32ze-pinctrl.yaml | 102 0: FMAX_3318 = 208 MHz (at 1.8 V), 166 MHz (at 3.3 V) 103 4: FMAX_3318 = 166 MHz (at 1.8 V), 150 MHz (at 3.3 V) 104 5: FMAX_3318 = 150 MHz (at 1.8 V), 133 MHz (at 3.3 V) 105 6: FMAX_3318 = 133 MHz (at 1.8 V), 100 MHz (at 3.3 V) 106 7: FMAX_3318 = 100 MHz (at 1.8 V), 83 MHz (at 3.3 V)
|
/Zephyr-Core-3.4.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.4.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. 162 At reset ERASE pin is configured in System IO mode. Asserting the ERASE 163 pin at '1' will completely erase Flash memory. Setting this option will
|
/Zephyr-Core-3.4.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. 163 At reset ERASE pin is configured in System IO mode. Asserting the ERASE 164 pin at '1' will completely erase Flash memory. Setting this option will
|
/Zephyr-Core-3.4.0/dts/bindings/sdhc/ |
D | sdhc.yaml | 15 Max drive current in mA at 3.3V. A value of zero indicates no maximum 22 Max drive current in mA at 3.0V. A value of zero indicates no maximum 29 Max drive current in mA at 1.8V. A value of zero indicates no maximum 56 The host controller supports HS200 at 1.8V 61 The host controller supports HS400 at 1.8V
|
/Zephyr-Core-3.4.0/include/zephyr/dt-bindings/gpio/ |
D | ite-it8xxx2-gpio.h | 23 /** Set pin at the default voltage level */ 25 /** Set pin voltage level at 1.8 V */ 27 /** Set pin voltage level at 3.3 V */ 29 /** Set pin voltage level at 5.0 V */
|