Home
last modified time | relevance | path

Searched refs:pack (Results 1 – 25 of 84) sorted by relevance

1234

/Zephyr-latest/drivers/serial/
Duart_hostlink.c293 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/
Dcharger.rst9 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
Dfuel_gauge.rst20 Fuel gauges typically support multiple properties, such as temperature readings of the battery-pack
/Zephyr-latest/boards/gd/gd32a503v_eval/
Dboard.cmake4 …32a503vd" "--tool-opt=--pack=${ZEPHYR_HAL_GIGADEVICE_MODULE_DIR}/${CONFIG_SOC_SERIES}/support/Giga…
/Zephyr-latest/arch/x86/
Dgen_gdt.py81 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,
Dgen_idt.py72 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/
Dcmsis_rtos_v1.rst11 http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
/Zephyr-latest/scripts/build/
Duf2conv.py137 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/
Dboard.cmake20 # Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/doc/
Dolimex_lora_stm32wl_devkit.rst93 pack to support the STM32WL:
97 $ pyocd pack --update
98 $ pyocd pack --install stm32wl
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py93 of.write(struct.pack("<III", FILE_MAGIC, len(sram), boot_vector))
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dboard.cmake26 # Pyocd support added with the NXP.MCXN947_DFP.17.0.0.pack CMSIS Pack
/Zephyr-latest/boards/st/nucleo_g431kb/doc/
Dindex.rst118 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/
DREADME.rst22 the battery pack. Additionally, the sample intentionally does not respond to the reported charger
/Zephyr-latest/boards/st/nucleo_g0b1re/doc/
Dindex.rst165 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/
Darm64.py115 bval = struct.pack(reg_fmt, self.registers[idx])
Dxtensa.py233 bval = struct.pack(self.reg_fmt, self.registers[idx])
247 bval = struct.pack(self.reg_fmt, self.registers[regIdx])
Drisc_v.py105 bval = struct.pack(reg_fmt, self.registers[idx])
Dx86.py141 bval = struct.pack(reg_fmt, self.registers[idx])
/Zephyr-latest/boards/st/stm32h573i_dk/doc/
Dindex.rst287 $ 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/
Dvscode.rst107 …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/
DREADME.rst18 ModelGauge m5 algorithm. The IC monitors a single-cell battery pack and
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig.defconfig16 …oftware/embedded-software/application-software-packs/application-software-pack-dynamic-voltage-sca…
/Zephyr-latest/boards/seeed/lora_e5_mini/doc/
Dindex.rst162 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/
Dindex.rst200 pyOCD can be used after adding "pack" support with the following commands:
204 $ pyocd pack --update
205 $ pyocd pack --install stm32g431rb

1234