Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py41 from functools import partial
228 app.builder.templates.environment.filters["gh_link_get_blob_url"] = partial(
232 app.builder.templates.environment.filters["gh_link_get_edit_url"] = partial(
236 app.builder.templates.environment.filters["gh_link_get_open_issue_url"] = partial(
240 app.builder.templates.environment.filters["git_info"] = partial(git_info_filter, app)
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.lorawan47 bool "Send empty packet if partial packet received"
51 Will send an empty packet if a partial (fragmented) message has been received from the
63 Stack size of the thread that will poll for empty additional packets when a partial
70 Priority of the thread for polling for empty additional packets when a partial frame
78 empty additional packets when a partial frame is received.
DKconfig.shell40 If enabled, will time out a partial or erroneous MCUmgr command
/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdew042t2-p.overlay24 * GoodDisplay GDEW042T2 with fast partial refresh. Based on
41 partial {
Dwaveshare_epaper_gdeh0154a07.overlay36 partial {
Dwaveshare_epaper_gdey0213b74.overlay36 partial {
Dwaveshare_epaper_gdeh029a1.overlay45 partial {
Dwaveshare_epaper_gdeh0213b72.overlay53 partial {
Dwaveshare_epaper_gdeh0213b1.overlay45 partial {
/Zephyr-latest/tests/application_development/gen_inc_file/
DCMakeLists.txt16 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.partial.inc
21 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.partial.gz.inc
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst55 There are four types of types of frames: initial, partial, partial-final
62 Initial frame requires to be followed by optional sequence of partial
63 frames and finally by partial-final frame.
142 Partial frame is continuation after previous initial or other partial
159 The ``<base64-i>`` of partial frame is Base64 encoding of data,
172 The ``<base64-i>`` of partial-final frame is Base64 encoding of data,
/Zephyr-latest/include/zephyr/modem/
Dchat.h50 bool partial; member
78 .partial = _partial, \
420 void modem_chat_match_set_partial(struct modem_chat_match *chat_match, bool partial);
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig22 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig22 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/boards/shields/rk055hdmipi4m/
DKconfig.defconfig31 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig33 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_ext_specific.c34 uint32_t partial = r > 0 ? 1 : 0; in calculate_blocks() local
36 return blocks + n * B + r - partial; in calculate_blocks()
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/
DKconfig.defconfig39 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/drivers/flash/
DKconfig.nrf49 bool "Nordic nRFx flash driver partial erase"
52 Enable partial erase feature. Partial erase is performed in time
DKconfig.nrf_rram20 but partial erase is always supported.
/Zephyr-latest/boards/phytec/reel_board/
Dreel_board.dts81 partial {
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif22 framebuffers are required to support partial display updates.
40 eLCDIF driver allocates framebuffers to support partial display updates.
DKconfig.mcux_dcnano_lcdif21 framebuffers are required to support partial display updates.
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py30 from functools import partial
579 action=(partial(depr_action, cls=cls,
585 action=(partial(depr_action, cls=cls,
591 action=(partial(depr_action, cls=cls,
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake40 # Linker flag for doing partial linking

123