/Zephyr-latest/boards/shields/weact_ov2640_cam_module/boards/ |
D | mini_stm32h743.overlay | 22 /* See reference manual (RM0433 Rev 8) page 390: 27 /* See reference manual (RM0433 Rev 8) page 391:
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.ld | 20 * need to be page-aligned and can be immediately after text/rodata */ 23 /* Must be page-aligned or EFI balks */
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680_spi.c | 30 uint8_t page = (addr > 0x7f) ? 0U : 1U; in bme680_set_mem_page() local 33 if (data->mem_page != page) { in bme680_set_mem_page() 73 data->mem_page = page; in bme680_set_mem_page()
|
/Zephyr-latest/subsys/usb/device/class/ |
D | msc.c | 178 static uint8_t __aligned(4) page[BLOCK_SIZE + CONFIG_MASS_STORAGE_BULK_EP_MPS]; 279 (void)memset(page, 0, sizeof(page)); in msd_init() 465 &page[curr_offset], n, NULL) != 0) { in thread_memory_read_done() 697 if (disk_access_read(disk_pdrv, page, curr_lba, 1)) { in memoryVerify() 704 if (page[curr_offset + n] != buf[n]) { in memoryVerify() 737 page[curr_offset + i] = buf[i]; in memoryWrite() 826 memmove(page, &page[BLOCK_SIZE], overflowed_len); in thread_memory_write_done() 988 page, curr_lba, 1)) { in mass_thread_main() 997 page, curr_lba, 1)) { in mass_thread_main()
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 22 enables the flash page layout API which allow show the flash information. 26 page erasing, as it is not needed in this case. This can be modified by 59 To build and flash with flash page layout enabled: 68 Finally, to build and flash with both device power management and flash page 81 This is a typical output when both device power management and flash page 87 Using DATAFLASH_1, chip size: 4194304 bytes (page: 512)
|
/Zephyr-latest/samples/drivers/spi_flash_at45/boards/ |
D | nrf9160dk_nrf9160.overlay | 41 page-size = <256>; 55 page-size = <512>;
|
/Zephyr-latest/doc/kernel/util/ |
D | index.rst | 6 This page contains reference documentation for ``<sys/util.h>``, which provides
|
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/ |
D | index.rst | 15 More information can be found on `the Getting Started page`_ 39 .. _the Getting Started page:
|
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 91 struct flash_pages_info page; in flashdisk_init_runtime() local 97 rc = flash_get_page_info_by_offs(ctx->info.dev, ctx->offset, &page); in flashdisk_init_runtime() 103 ctx->page_size = page.size; in flashdisk_init_runtime() 119 if (ctx->offset != page.start_offset) { in flashdisk_init_runtime() 125 offset = ctx->offset + page.size; in flashdisk_init_runtime() 127 rc = flash_get_page_info_by_offs(ctx->info.dev, offset, &page); in flashdisk_init_runtime() 132 if (page.size != ctx->page_size) { in flashdisk_init_runtime() 136 offset += page.size; in flashdisk_init_runtime()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 111 uint8_t page; member 2297 int bt_mesh_comp_data_get_page(struct net_buf_simple *buf, size_t page, size_t offset) in bt_mesh_comp_data_get_page() argument 2299 if (page == 0 || page == 128) { in bt_mesh_comp_data_get_page() 2301 } else if (IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_1) && (page == 1 || page == 129)) { in bt_mesh_comp_data_get_page() 2303 } else if (IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_2) && (page == 2 || page == 130)) { in bt_mesh_comp_data_get_page() 2356 size_t bt_mesh_comp_page_size(uint8_t page) in bt_mesh_comp_page_size() argument 2358 if (page == 0 || page == 128) { in bt_mesh_comp_page_size() 2360 } else if (IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_1) && (page == 1 || page == 129)) { in bt_mesh_comp_page_size() 2362 } else if (IS_ENABLED(CONFIG_BT_MESH_COMP_PAGE_2) && (page == 2 || page == 130)) { in bt_mesh_comp_page_size() 2386 err = bt_mesh_comp_data_get_page(&buf, comp_data_pages[i].page, 0); in bt_mesh_comp_store() [all …]
|
/Zephyr-latest/boards/shields/lcd_par_s035/doc/ |
D | index.rst | 13 at the `LCD-PAR-S035 product page`_. 39 .. _LCD-PAR-S035 product page:
|
/Zephyr-latest/doc/templates/ |
D | board.tmpl | 3 .. To ensure the board documentation page displays correctly, it is highly 4 recommended to include a picture alongside the documentation page.
|
/Zephyr-latest/drivers/flash/ |
D | flash_sam0.c | 217 int page; in flash_sam0_commit() local 224 for (page = 0; page < PAGES_PER_ROW; page++) { in flash_sam0_commit() 226 dev, base + page * FLASH_PAGE_SIZE, in flash_sam0_commit() 227 &ctx->buf[page * FLASH_PAGE_SIZE], ROW_SIZE); in flash_sam0_commit()
|
D | Kconfig.cadence_nand | 43 int "Set the page count for a single transfer in the CDMA Mode" 46 Configure the page count for a single transfer in the CDMA Mode
|
/Zephyr-latest/boards/u-blox/ubx_evkannab1/doc/ |
D | index.rst | 33 can be found at `ANNA-B1 product page`_ and 34 `EVK-ANNA-B1 product page`_. 75 See `EVK-ANNA-B1 product page`_ and `ANNA-B1 Data Sheet`_ 136 Refer to the :ref:`nordic_segger` page to learn about debugging boards 165 .. _ANNA-B1 product page: https://www.u-blox.com/en/product/anna-b112-open-cpu 166 .. _EVK-ANNA-B1 product page: https://www.u-blox.com/en/product/evk-anna-b112
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | linker.ld | 15 * so that the page permissions can be set in the MMU. Without this, 50 /* Special page containing supervisor data that is still mapped in 51 * user mode page tables. GDT, TSSes, trampoline stack, and 52 * any LDT must go here as they always must live in a page that is 57 * trampoline page. 73 "shared kernel area is not one memory page");
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 12 This page links to a high level guide on devicetree as well as reference 48 .. We use ":glob:" with "*" here to add the generated bindings page.
|
/Zephyr-latest/drivers/led/ |
D | is31fl3733.c | 68 static int is31fl3733_select_page(const struct device *dev, uint8_t page) in is31fl3733_select_page() argument 74 if (data->selected_page == page) { in is31fl3733_select_page() 87 ret = i2c_reg_write_byte_dt(&config->bus, CMD_SEL_REG, page); in is31fl3733_select_page() 92 data->selected_page = page; in is31fl3733_select_page()
|
/Zephyr-latest/arch/x86/ |
D | Kconfig | 191 This value normally need to be page-aligned. 311 and creates a set of page tables at boot time that is runtime- 315 bool "Use a single page table for all threads" 322 own page tables. Instead, context switching operations will modify 323 page tables in place. This is much slower, but uses much less RAM 324 for page tables. 331 The initial page tables at boot are pre-allocated, and used for the 333 if common page tables are in use requires a pool of free pinned 334 memory pages for constructing page tables. 339 int "Reserve extra pages in page table" [all …]
|
/Zephyr-latest/boards/shields/g1120b0mipi/doc/ |
D | index.rst | 14 at the `G1120B0MIPI product page`_. 67 .. _G1120B0MIPI product page:
|
/Zephyr-latest/boards/shields/pmod_sd/doc/ |
D | index.rst | 43 - `Pmod SD product page`_ 47 .. _Pmod SD product page:
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/doc/ |
D | index.rst | 14 at the `RK055HDMIPI4M product page`_. 67 .. _RK055HDMIPI4M product page:
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/doc/ |
D | index.rst | 14 at the `RK055HDMIPI4MA0 product page`_. 67 .. _RK055HDMIPI4MA0 product page:
|
/Zephyr-latest/doc/develop/tools/ |
D | stm32cubeide.rst | 47 #. Go to the :guilabel:`C/C++ Build` page and set the Generator 50 option must also be set. The resulting settings page should look similar to this: 59 #. Go to the :menuselection:`C/C++ General --> Preprocessor Include` page. 77 Once the include file has been added, your properties page should look 82 :alt: Properties page after adding autoconf.h file
|
/Zephyr-latest/boards/u-blox/ubx_evkninab1/doc/ |
D | index.rst | 33 can be found at `NINA-B1 product page`_ and 34 `EVK-NINA-B1 product page`_. 81 See `EVK-NINA-B1 product page`_ and `NINA-B1 Data Sheet`_ 144 Refer to the :ref:`nordic_segger` page to learn about debugging boards 173 .. _NINA-B1 product page: https://www.u-blox.com/en/product/nina-b1-series-open-cpu 174 .. _EVK-NINA-B1 product page: https://www.u-blox.com/en/product/evk-nina-b1
|