Searched refs:partial (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 41 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/ |
D | Kconfig.lorawan | 47 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.
|
D | Kconfig.shell | 40 If enabled, will time out a partial or erroneous MCUmgr command
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdew042t2-p.overlay | 24 * GoodDisplay GDEW042T2 with fast partial refresh. Based on 41 partial {
|
D | waveshare_epaper_gdeh0154a07.overlay | 36 partial {
|
D | waveshare_epaper_gdey0213b74.overlay | 36 partial {
|
D | waveshare_epaper_gdeh029a1.overlay | 45 partial {
|
D | waveshare_epaper_gdeh0213b72.overlay | 53 partial {
|
D | waveshare_epaper_gdeh0213b1.overlay | 45 partial {
|
/Zephyr-latest/tests/application_development/gen_inc_file/ |
D | CMakeLists.txt | 16 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/ |
D | smp_transport.rst | 55 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/ |
D | chat.h | 50 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/ |
D | Kconfig.defconfig | 22 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 22 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 31 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | Kconfig.defconfig | 33 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_ext_specific.c | 34 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/ |
D | Kconfig.defconfig | 39 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf | 49 bool "Nordic nRFx flash driver partial erase" 52 Enable partial erase feature. Partial erase is performed in time
|
D | Kconfig.nrf_rram | 20 but partial erase is always supported.
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board.dts | 81 partial {
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 22 framebuffers are required to support partial display updates. 40 eLCDIF driver allocates framebuffers to support partial display updates.
|
D | Kconfig.mcux_dcnano_lcdif | 21 framebuffers are required to support partial display updates.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 30 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/ |
D | linker_flags_template.cmake | 40 # Linker flag for doing partial linking
|
123