/Zephyr-latest/drivers/serial/ |
D | uart_hostlink.c | 293 static void hl_static_pack_int(volatile struct hl_packed_int *pack, int32_t value) in hl_static_pack_int() argument 295 hl_write16(&pack->type, PAT_INT); in hl_static_pack_int() 296 hl_write16(&pack->size, 4); in hl_static_pack_int() 297 hl_write32(&pack->value, value); in hl_static_pack_int() 300 static void hl_static_pack_char(volatile struct hl_packed_short_buff *pack, unsigned char c) in hl_static_pack_char() argument 302 hl_write16(&pack->type, PAT_STRING); in hl_static_pack_char() 303 hl_write16(&pack->size, 1); in hl_static_pack_char() 304 hl_write8(&pack->payload_short, c); in hl_static_pack_char() 307 static int hl_static_unpack_int(volatile struct hl_packed_int *pack, int32_t *value) in hl_static_unpack_int() argument 309 uint16_t type = hl_read16(&pack->type); in hl_static_unpack_int() [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | charger.rst | 9 system as an input and provide power as an output downstream to the battery pack(s) and system. 13 The action of charging a battery pack is referred to as a charge cycle. When the charge cycle is 14 executed the battery pack is charged according to the charge profile configured on the charger 15 device. The charge profile is defined in the battery pack's specification that is provided by the 34 Chargers typically support multiple properties, such as temperature readings of the battery-pack
|
D | fuel_gauge.rst | 20 Fuel gauges typically support multiple properties, such as temperature readings of the battery-pack
|
/Zephyr-latest/boards/gd/gd32a503v_eval/ |
D | board.cmake | 4 …32a503vd" "--tool-opt=--pack=${ZEPHYR_HAL_GIGADEVICE_MODULE_DIR}/${CONFIG_SOC_SERIES}/support/Giga…
|
/Zephyr-latest/arch/x86/ |
D | gen_gdt.py | 81 return struct.pack(GDT_PD_FMT, size, addr, 0) 124 return struct.pack(GDT_ENT_FMT, limit_lo, base_lo, base_mid, 142 return struct.pack(GDT_ENT_FMT, limit_lo, base_lo, base_mid,
|
D | gen_idt.py | 72 data = struct.pack(gate_desc_format, offset_lo, KERNEL_CODE_SEG, 0, 82 data = struct.pack(gate_desc_format, 0, tss, 0, type_attr, 0) 109 fp.write(struct.pack(map_fmt, i)) 288 fp.write(struct.pack("<B", char))
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 11 http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 137 hd = struct.pack(b"<IIIIIIII", 142 block = hd + chunk + datapadding + struct.pack(b"<I", UF2_MAGIC_END) 157 hd = struct.pack("<IIIIIIII", 163 hd += struct.pack("<I", UF2_MAGIC_END)
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | board.cmake | 20 # Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
|
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/doc/ |
D | olimex_lora_stm32wl_devkit.rst | 93 pack to support the STM32WL: 97 $ pyocd pack --update 98 $ pyocd pack --install stm32wl
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | gen_img.py | 93 of.write(struct.pack("<III", FILE_MAGIC, len(sram), boot_vector))
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | board.cmake | 26 # Pyocd support added with the NXP.MCXN947_DFP.17.0.0.pack CMSIS Pack
|
/Zephyr-latest/boards/st/nucleo_g431kb/doc/ |
D | index.rst | 118 To enable support of the STM32G431KB SoC in pyOCD, its pack has to be installed first: 122 $ pyocd pack --update 123 $ pyocd pack --install stm32g431kb
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 22 the battery pack. Additionally, the sample intentionally does not respond to the reported charger
|
/Zephyr-latest/boards/st/nucleo_g0b1re/doc/ |
D | index.rst | 165 which can be installed by adding "pack" support with the following pyocd command: 169 $ pyocd pack --update 170 $ pyocd pack --install stm32g0
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | arm64.py | 115 bval = struct.pack(reg_fmt, self.registers[idx])
|
D | xtensa.py | 233 bval = struct.pack(self.reg_fmt, self.registers[idx]) 247 bval = struct.pack(self.reg_fmt, self.registers[regIdx])
|
D | risc_v.py | 105 bval = struct.pack(reg_fmt, self.registers[idx])
|
D | x86.py | 141 bval = struct.pack(reg_fmt, self.registers[idx])
|
/Zephyr-latest/boards/st/stm32h573i_dk/doc/ |
D | index.rst | 287 $ pyocd pack --update 288 $ pyocd pack --install stm32h5 320 requires to enable "pack" support with the following pyOCD command: 324 $ pyocd pack --update 325 $ pyocd pack --install stm32h5
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 107 …tension Pack: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack 114 … Extension Pack: https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext-pack
|
/Zephyr-latest/samples/sensor/max17262/ |
D | README.rst | 18 ModelGauge m5 algorithm. The IC monitors a single-cell battery pack and
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/ |
D | Kconfig.defconfig | 16 …oftware/embedded-software/application-software-packs/application-software-pack-dynamic-voltage-sca…
|
/Zephyr-latest/boards/seeed/lora_e5_mini/doc/ |
D | index.rst | 162 can be installed by adding "pack" support with the following pyocd command: 166 $ pyocd pack --update 167 $ pyocd pack --install stm32wl
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 200 pyOCD can be used after adding "pack" support with the following commands: 204 $ pyocd pack --update 205 $ pyocd pack --install stm32g431rb
|