Home
last modified time | relevance | path

Searched refs:page (Results 76 – 100 of 445) sorted by relevance

12345678910>>...18

/Zephyr-latest/boards/shields/ssd1306/
Dsh1106_128x64.overlay22 page-offset = <0>;
Dssd1306_128x64.overlay22 page-offset = <0>;
Dssd1306_128x32.overlay22 page-offset = <0>;
Dssd1306_128x64_spi.overlay23 page-offset = <0>;
/Zephyr-latest/drivers/flash/
DKconfig.at4516 JEDEC ID, chip capacity, block and page size etc. configured
19 The driver is only capable of using "power of 2" binary page sizes
Dflash_stm32l4x.c143 static int erase_page(const struct device *dev, unsigned int page) in erase_page() argument
195 if (page >= pages_per_bank) { in erase_page()
200 regs->CR |= ((page % pages_per_bank) << 3); in erase_page()
DKconfig.nor26 Synthesize a minimal configuration assuming 256 By page size (or as
27 set by the page-size devicetree property) and
76 that API. By default the page size corresponds to the block
DKconfig.nxp_s3233 page size and 4 KiBy, 32 KiBy and 64 KiBy erase instructions. The
51 By default the page size corresponds to the sector size (4096) for a NOR
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css55 #__kconfig-search .results-per-page-container {
59 #__kconfig-search .results-per-page-title {
/Zephyr-latest/tests/drivers/build_all/flash/
Dspi.dtsi16 page-size = <1>;
/Zephyr-latest/samples/subsys/usb/webusb-next/
DREADME.rst5 Receive and echo data from a web page using WebUSB API.
41 There are two ways to access this sample page:
56 to localhost to connect". Click on the notification to open the demo page. If
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_flash.rst24 block size that is a multiple of the flash page size. If a transfer is started with a block size
25 lower than the flash page size, the transfer will be rejected.
/Zephyr-latest/doc/
Drequirements.txt8 sphinx-notfound-page
/Zephyr-latest/snippets/bt-ll-sw-split/
DREADME.rst6 You can build with this snippet by following the instructions in :ref:`the snippets usage page<usin…
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c83 uint8_t page = 0x00; in cmd_get_comp() local
87 page = shell_strtoul(argv[1], 0, &err); in cmd_get_comp()
95 bt_mesh_shell_target_ctx.dst, page, &page, &buf); in cmd_get_comp()
101 if (page != 0 && page != 128 && in cmd_get_comp()
102 ((page != 1 && page != 129) || !IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_1)) && in cmd_get_comp()
103 ((page != 2 && page != 130) || !IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_2))) { in cmd_get_comp()
104 shell_print(sh, "Got page %d. No parser available.", page); in cmd_get_comp()
108 if (page == 0 || page == 128) { in cmd_get_comp()
118 bt_mesh_shell_target_ctx.dst, page); in cmd_get_comp()
158 if (IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_1) && (page == 1 || page == 129)) { in cmd_get_comp()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c464 struct flash_pages_info page; in img_mgmt_erase_image_data() local
467 rc = flash_get_page_info_by_offs(dev, page_offset, &page); in img_mgmt_erase_image_data()
474 size_t erase_size = page.start_offset + page.size - fa->fa_off; in img_mgmt_erase_image_data()
496 rc = flash_get_page_info_by_offs(dev, fa->fa_off + off, &page); in img_mgmt_erase_image_data()
498 off = page.start_offset - fa->fa_off; in img_mgmt_erase_image_data()
/Zephyr-latest/samples/subsys/demand_paging/
DREADME.rst42 free memory pages: from 37 to 0, 987 page faults
44 free memory pages: from 0 to 0, 987 page faults
/Zephyr-latest/drivers/disk/
DKconfig.flash19 Enable runtime zephyr,flash-disk partition page layout constraints
/Zephyr-latest/boards/u-blox/ubx_evkninab4/doc/
Dindex.rst34 found at `NINA-B40 product page`_ and `EVK-NINA-B4 product page`_.
77 See `EVK-NINA-B4 product page`_ and `NINA-B40 Data Sheet`_
139 Refer to the :ref:`nordic_segger` page to learn about debugging boards
225 .. _NINA-B40 product page: https://www.u-blox.com/en/product/nina-b40-series-open-cpu
226 .. _EVK-NINA-B4 product page: https://www.u-blox.com/en/product/evk-nina-b4
/Zephyr-latest/.github/
DSECURITY.md23 page for details on the process.
/Zephyr-latest/boards/shields/rk043fn02h_ct/doc/
Dindex.rst14 page`_.
104 .. _RK043FN02H-CT product page:
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/doc/
Dindex.rst14 page`_.
104 .. _RK043FN66HS-CTG product page:
/Zephyr-latest/boards/renesas/rcar_salvator_xs/doc/
Dindex.rst64 - `eLinux Salvator-XS page`_
69 .. _eLinux Salvator-XS page:
/Zephyr-latest/boards/nordic/thingy53/doc/
Dindex.rst41 development boards, however, instructions from the :ref:`nordic_segger` page
51 .. _Nordic Thingy:53 Hardware guide: https://docs.nordicsemi.com/bundle/ug_thingy53/page/UG/thingy5…
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_qspi.overlay32 /* cache-size == page erase size */

12345678910>>...18