Home
last modified time | relevance | path

Searched full:pack (Results 1 – 25 of 110) sorted by relevance

12345

/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
/Zephyr-latest/boards/gd/gd32a503v_eval/
Dboard.cmake4 …32a503vd" "--tool-opt=--pack=${ZEPHYR_HAL_GIGADEVICE_MODULE_DIR}/${CONFIG_SOC_SERIES}/support/Giga…
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dboard.cmake10 # Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
/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/develop/tools/
Dvscode.rst21 Search for the `C/C++ Extension Pack`_ and install it.
85 - `reStructuredText Extension Pack`_
107 .. _C/C++ Extension Pack: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-ex…
114 .. _reStructuredText Extension Pack: https://marketplace.visualstudio.com/items?itemName=lextudio.r…
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32_common_clocks.h23 /** Helper macros to pack RCC clock source selection register info in the DT */
34 * @brief Pack STM32 source clock selection RCC register bit fields for the DT
53 * Pack RCC clock register offset and bit in two 32-bit values
/Zephyr-latest/boards/rakwireless/rak3172/doc/
Dindex.rst48 It can also be flashed via `pyOCD`_, but have to install an additional pack to support STM32WL.
52 $ pyocd pack --update
53 $ pyocd pack --install stm32wl
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig.defconfig16 …application-software-packs/application-software-pack-dynamic-voltage-scaling-using-pvt-sensor:APP-…
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dboard.cmake32 # Pyocd support added with the NXP.MCXN947_DFP.17.0.0.pack CMSIS Pack
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.py7 """Script to pack EC binary with manifest header.
25 help="EC kernel binary to pack, \
29 help="EC aontask binary to pack, \
/Zephyr-latest/boards/gd/gd32f407v_start/doc/
Dindex.rst53 You need to install CMSIS-Pack which is required by pyOCD
55 Execute the following command to install CMSIS-Pack for GD32F407VK
60 pyocd pack install gd32f407vk
/Zephyr-latest/boards/arduino/uno_r4/doc/
Dindex.rst84 You must install CMSIS-Pack when flashing or debugging Arduino UNO R4 Minima with pyOCD.
85 If not installed yet, execute the following command to install CMSIS-Pack for Arduino UNO R4.
89 pyocd pack install r7fa4m1ab
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/doc/
Dolimex_lora_stm32wl_devkit.rst52 pack to support the STM32WL:
56 $ pyocd pack --update
57 $ pyocd pack --install stm32wl
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v1.rst11 http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
/Zephyr-latest/include/zephyr/dt-bindings/reset/
Dstm32-common.h11 * Pack RCC register offset and bit in one 32-bit value.
/Zephyr-latest/boards/st/nucleo_g431kb/doc/
Dindex.rst95 To enable support of the STM32G431KB SoC in pyOCD, its pack has to be installed first:
99 $ pyocd pack --update
100 $ pyocd pack --install stm32g431kb
/Zephyr-latest/boards/rakwireless/rak4631/doc/
Dindex.rst59 "J-Link Software and Documentation Pack" and install the "J-Link Software
60 and Documentation pack for Linux". The application JLinkExe needs to be
/Zephyr-latest/boards/st/stm32h573i_dk/doc/
Dindex.rst232 $ pyocd pack --update
233 $ pyocd pack --install stm32h5
265 requires to enable "pack" support with the following pyOCD command:
269 $ pyocd pack --update
270 $ pyocd pack --install stm32h5
/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.rst125 which can be installed by adding "pack" support with the following pyocd command:
129 $ pyocd pack --update
130 $ pyocd pack --install stm32g0
/Zephyr-latest/boards/gd/gd32e507v_start/doc/
Dindex.rst54 provided you install the necessary CMSIS-Pack:
58 pyocd pack install gd32e507ve
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_encoder.c57 /* Pack value. */ in pack_uint8()
85 /* Pack value. */ in pack_uint16()
111 /* Pack length followed by string. */ in pack_utf8_str()
182 * by the routine to be available to pack the fixed header.
334 /* Pack will topic and QoS */ in connect_request_encode()
366 /* Pack Username if any. */ in connect_request_encode()
379 /* Pack Password if any. */ in connect_request_encode()
/Zephyr-latest/boards/seeed/lora_e5_mini/doc/
Dindex.rst121 can be installed by adding "pack" support with the following pyocd command:
125 $ pyocd pack --update
126 $ pyocd pack --install stm32wl
/Zephyr-latest/boards/gd/gd32e507z_eval/doc/
Dindex.rst64 provided you install the necessary CMSIS-Pack:
68 pyocd pack install gd32e507ze
/Zephyr-latest/boards/rakwireless/rak5010/doc/
Dindex.rst67 "J-Link Software and Documentation Pack" and install the "J-Link Software
68 and Documentation pack for Linux". The application JLinkExe needs to be

12345