/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
|
/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/boards/nxp/frdm_mcxn236/ |
D | board.cmake | 10 # Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
|
/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/develop/tools/ |
D | vscode.rst | 21 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/ |
D | stm32_common_clocks.h | 23 /** 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/ |
D | index.rst | 48 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/ |
D | Kconfig.defconfig | 16 …application-software-packs/application-software-pack-dynamic-voltage-scaling-using-pvt-sensor:APP-…
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | board.cmake | 32 # Pyocd support added with the NXP.MCXN947_DFP.17.0.0.pack CMSIS Pack
|
/Zephyr-latest/soc/intel/intel_ish/utils/ |
D | build_ish_firmware.py | 7 """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/ |
D | index.rst | 53 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/ |
D | index.rst | 84 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/ |
D | olimex_lora_stm32wl_devkit.rst | 52 pack to support the STM32WL: 56 $ pyocd pack --update 57 $ pyocd pack --install stm32wl
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 11 http://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html
|
/Zephyr-latest/include/zephyr/dt-bindings/reset/ |
D | stm32-common.h | 11 * Pack RCC register offset and bit in one 32-bit value.
|
/Zephyr-latest/boards/st/nucleo_g431kb/doc/ |
D | index.rst | 95 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/ |
D | index.rst | 59 "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/ |
D | index.rst | 232 $ 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/ |
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 | 125 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/ |
D | index.rst | 54 provided you install the necessary CMSIS-Pack: 58 pyocd pack install gd32e507ve
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_encoder.c | 57 /* 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/ |
D | index.rst | 121 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/ |
D | index.rst | 64 provided you install the necessary CMSIS-Pack: 68 pyocd pack install gd32e507ze
|
/Zephyr-latest/boards/rakwireless/rak5010/doc/ |
D | index.rst | 67 "J-Link Software and Documentation Pack" and install the "J-Link Software 68 and Documentation pack for Linux". The application JLinkExe needs to be
|