/Zephyr-latest/boards/shields/ssd1306/ |
D | sh1106_128x64.overlay | 22 page-offset = <0>;
|
D | ssd1306_128x64.overlay | 22 page-offset = <0>;
|
D | ssd1306_128x32.overlay | 22 page-offset = <0>;
|
D | ssd1306_128x64_spi.overlay | 23 page-offset = <0>;
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 16 JEDEC ID, chip capacity, block and page size etc. configured 19 The driver is only capable of using "power of 2" binary page sizes
|
D | flash_stm32l4x.c | 143 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()
|
D | Kconfig.nor | 26 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
|
D | Kconfig.nxp_s32 | 33 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/ |
D | kconfig.css | 55 #__kconfig-search .results-per-page-container { 59 #__kconfig-search .results-per-page-title {
|
/Zephyr-latest/tests/drivers/build_all/flash/ |
D | spi.dtsi | 16 page-size = <1>;
|
/Zephyr-latest/samples/subsys/usb/webusb-next/ |
D | README.rst | 5 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/ |
D | blob_flash.rst | 24 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/ |
D | requirements.txt | 8 sphinx-notfound-page
|
/Zephyr-latest/snippets/bt-ll-sw-split/ |
D | README.rst | 6 You can build with this snippet by following the instructions in :ref:`the snippets usage page<usin…
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 83 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/ |
D | zephyr_img_mgmt.c | 464 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/ |
D | README.rst | 42 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/ |
D | Kconfig.flash | 19 Enable runtime zephyr,flash-disk partition page layout constraints
|
/Zephyr-latest/boards/u-blox/ubx_evkninab4/doc/ |
D | index.rst | 34 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/ |
D | SECURITY.md | 23 page for details on the process.
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/doc/ |
D | index.rst | 14 page`_. 104 .. _RK043FN02H-CT product page:
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/doc/ |
D | index.rst | 14 page`_. 104 .. _RK043FN66HS-CTG product page:
|
/Zephyr-latest/boards/renesas/rcar_salvator_xs/doc/ |
D | index.rst | 64 - `eLinux Salvator-XS page`_ 69 .. _eLinux Salvator-XS page:
|
/Zephyr-latest/boards/nordic/thingy53/doc/ |
D | index.rst | 41 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/ |
D | nrf52840dk_nrf52840_qspi.overlay | 32 /* cache-size == page erase size */
|