Home
last modified time | relevance | path

Searched full:partial (Results 1 – 25 of 159) sorted by relevance

1234567

/Zephyr-latest/dts/bindings/display/
Dultrachip,uc81xx-common.yaml31 The partial refresh profile is used when performing a partial
33 always supports partial updates, the driver uses the full refresh
34 profile and scans the partial window corresponding to the write if
35 no partial profile has been provided. An empty profile can be used
42 - 'partial' - Partial refresh, defaults to the values in the
Dsolomon,ssd16xx-common.yaml49 Partial refresh will be disabled unless a partial refresh profile
56 - 'partial' - Partial refresh.
Dsitronix,st7796s.yaml15 Frame rate control (partial mode / full colors). The default value should
29 Frame rate control (partial mode / full colors). This property sets the
30 division ratio for internal clocks in partial mode
Dsitronix,st7735r.yaml79 description: Frame rate control (partial mode / full colors)
101 Set dot inversion or line inversion for each normal/idle/partial mode.
/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.
/Zephyr-latest/dts/bindings/flash_controller/
Dnordic,nrf52-flash-controller.yaml8 partial-erase:
11 If set, indicates that the NVMC supports partial erase of flash pages.
Dnordic,nrf53-flash-controller.yaml8 partial-erase:
11 If set, indicates that the NVMC supports partial erase of flash pages.
Dnordic,nrf91-flash-controller.yaml8 partial-erase:
11 If set, indicates that the NVMC supports partial erase of flash pages.
/Zephyr-latest/drivers/flash/
DKconfig.nrf49 bool "Nordic nRFx flash driver partial erase"
52 Enable partial erase feature. Partial erase is performed in time
62 int "Partial erase timeout in MS"
/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/soc/nxp/kinetis/ke1xf/
Dpower.c35 /* Set partial stop mode and enable deep sleep */ in pm_state_set()
45 LOG_DBG("partial stop aborted"); in pm_state_set()
/Zephyr-latest/soc/nxp/kinetis/ke1xz/
Dpower.c33 /* Set partial stop mode and enable deep sleep */ in pm_state_set()
42 LOG_DBG("partial stop aborted"); in pm_state_set()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dstm32f1-afio.h104 /** USART3 (partial remap) */
111 /** TIM1 (partial remap) */
118 /** TIM2 (partial remap 1) */
120 /** TIM2 (partial remap 2) */
127 /** TIM3 (partial remap 1) */
129 /** TIM3 (partial remap 2) */
141 /** CAN (partial remap) */
/Zephyr-latest/tests/application_development/gen_inc_file/src/
Dmain.c21 /* The file.bin.partial.inc contains characters from 100 to 141 */
23 #include <file.bin.partial.inc>
35 #include <file.bin.partial.gz.inc>
112 zassert_equal(sizeof(partial_inc_file), 42, "Invalid partial size file"); in ZTEST()
115 zassert_equal(partial_inc_file[i], i + 100, "Invalid value in partial inc file"); in ZTEST()
164 "Invalid partial compressed file size"); in ZTEST()
/Zephyr-latest/dts/bindings/pinctrl/
Dst,stm32f1-pinctrl.yaml80 * 1 : Partial remap 1
81 * 2 : Partial remap 2
82 * 3 : Partial remap 3
/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/tests/lib/cmsis_dsp/filtering/
DKconfig17 bool "Test: Filtering MISC - Partial Convolution"
/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
143 frame. Partial frame takes form:
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/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdew042t2-p.overlay24 * GoodDisplay GDEW042T2 with fast partial refresh. Based on
41 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/include/zephyr/modem/
Dppp.h84 /* Buffers used for processing partial frames */
105 /* Ring buffer used for transmitting partial PPP frame */
177 * @param _buf_size Size of partial PPP frame transmit and receive buffers
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/
DKconfig.defconfig33 # Force full refresh. This prevents memory copy associated with partial
/Zephyr-latest/include/zephyr/
Dfatal.h65 * @param esf Exception context, with details and partial or full register
81 * @param esf Exception context, with details and partial or full register

1234567