Home
last modified time | relevance | path

Searched full:area (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/Zephyr-latest/boards/sifive/hifive_unleashed/support/
Dopenocd_hifive_unleashed.cfg20 $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
21 $_TARGETNAME.1 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
22 $_TARGETNAME.2 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
23 $_TARGETNAME.3 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
24 $_TARGETNAME.4 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
/Zephyr-latest/boards/sifive/hifive_unmatched/support/
Dopenocd_hifive_unmatched.cfg20 $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
21 $_TARGETNAME.1 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
22 $_TARGETNAME.2 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
23 $_TARGETNAME.3 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
24 $_TARGETNAME.4 configure -work-area-phys 0x80000000 -work-area-size 0x4000 -work-area-backup 1
/Zephyr-latest/scripts/
Dget_maintainer.py72 help="List area(s) for paths")
82 help="List area(s) for commit range")
94 "area",
95 metavar="AREA",
97 help="Name of area to list files in. If not specified, all "
99 "any area).")
115 help="List orphaned files (files that do not appear in any area)")
163 A dictionary that maps area names to Area instances, for all areas
187 area = Area()
188 area.name = area_name
[all …]
Dset_assignees.py95 for area in sorted_areas:
98 area_counter[area] += c
99 labels.update(area.labels)
102 for area_maintainer in area.maintainers:
105 if 'Platform' in area.name:
109 log(f"Area matches: {area_counter}")
112 # Create a list of collaborators ordered by the area match
114 for area in area_counter:
115 collab += maintainer_file.areas[area.name].maintainers
116 collab += maintainer_file.areas[area.name].collaborators
[all …]
/Zephyr-latest/include/zephyr/storage/
Dflash_map.h20 * @defgroup flash_area_api flash area Interface
31 * The system contains global data about flash areas. Every area
99 * Verify flash memory length bytes integrity from a flash area. The start
102 * @param[in] fa Flash area
103 * @param[in] fic Flash area check integrity data
112 * @brief Retrieve partitions flash area from the flash_map.
122 * to the area.
132 * @param[in] fa Flash area to be closed.
137 * @brief Verify that a device assigned to flash area is ready for use.
139 * Indicates whether the provided flash area has a device known to be
[all …]
/Zephyr-latest/modules/lvgl/
Dlvgl_display_16bit.c12 void lvgl_flush_cb_16bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) in lvgl_flush_cb_16bit() argument
14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_16bit()
15 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_16bit()
19 flush.x = area->x1; in lvgl_flush_cb_16bit()
20 flush.y = area->y1; in lvgl_flush_cb_16bit()
Dlvgl_display_32bit.c12 void lvgl_flush_cb_32bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) in lvgl_flush_cb_32bit() argument
14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_32bit()
15 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_32bit()
19 flush.x = area->x1; in lvgl_flush_cb_32bit()
20 flush.y = area->y1; in lvgl_flush_cb_32bit()
Dlvgl_display_mono.c73 void lvgl_flush_cb_mono(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) in lvgl_flush_cb_mono() argument
75 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_mono()
76 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_mono()
103 display_write(display_dev, area->x1, area->y1, &desc, (void *)px_map); in lvgl_flush_cb_mono()
105 display_write(display_dev, area->x1, area->y1, &desc, (void *)px_map); in lvgl_flush_cb_mono()
122 lv_area_t *area = lv_event_get_param(e); in lvgl_rounder_cb_mono() local
127 area->x1 = 0; in lvgl_rounder_cb_mono()
128 area->x2 = data->cap.x_resolution - 1; in lvgl_rounder_cb_mono()
130 area->x1 &= ~0x7; in lvgl_rounder_cb_mono()
131 area->x2 |= 0x7; in lvgl_rounder_cb_mono()
[all …]
Dlvgl_display_24bit.c12 void lvgl_flush_cb_24bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map) in lvgl_flush_cb_24bit() argument
14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_24bit()
15 uint16_t h = area->y2 - area->y1 + 1; in lvgl_flush_cb_24bit()
19 flush.x = area->x1; in lvgl_flush_cb_24bit()
20 flush.y = area->y1; in lvgl_flush_cb_24bit()
/Zephyr-latest/dts/bindings/mtd/
Datmel,sam-flash.yaml5 This binding describes the Atmel SAM flash area layout.
7 The Atmel SAM flash area varies in write-block-size, memory area,
10 E.g. the flash area layout of the ATSAM4E16C:
23 The ATSAM4E16C has a flash area which is 1000Kbytes
26 (8 blocks of 2048 bytes), the remaining flash area is erasable
29 This flash area layout would described as:
54 The flash area layout node flash0 should have both this
57 modules to identify the flash area.
60 offsets relative to the flash area address. E.g. using
101 flash, within the flash memory area.
[all …]
/Zephyr-latest/
DMAINTAINERS.yml7 # "Area title" (the quotes are only needed for titles with special characters,
13 # The area has a Maintainer (approved by the TSC) who
14 # looks after the area.
17 # The area gets odd fixes and may have collaborators.
25 # List of GitHub handles for the people who maintain the area. Usually,
29 # Very involved contributors, who know the area well and contribute
33 # List of GitHub labels to add to pull requests that modify the area.
36 # List of paths and/or glob patterns giving the files in the area,
47 # belong to the area. The regular expression may match anywhere within
57 # Like 'files', but any matching files will be excluded from the area.
[all …]
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst15 This documentation uses "flash area" when referencing single "fixed-partition"
19 which can be used to access the flash device an area is placed on directly
21 Each flash area is characterized by a device it is placed on, offset
24 function to find flash area in flash map.
29 offset and size checks, to limit flash operations to a predefined area.
32 characterizing the flash area they will be working on. There are two possible
38 a valid :c:struct:`device` object pointer with offset and size of the area
43 representing area with given ID.
44 The ID number for a flash area can be obtained from a fixed-partition
77 Numeric flash area ID is obtained by passing DTS node label to
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c21 const struct flash_area *area; in test_flash_area() local
25 err = flash_area_open(area_id, &area); in test_flash_area()
30 align = flash_area_align(area); in test_flash_area()
31 flash_area_close(area); in test_flash_area()
48 return flash_area_open(flash->area_id, &flash->area); in io_open()
56 flash_area_close(flash->area); in io_close()
75 flash_dev = flash_area_get_device(flash->area); in block_start()
91 return flash_area_flatten(flash->area, flash->offset + block->offset, in block_start()
102 return flash_area_read(flash->area, in rd_chunk()
115 return flash_area_write(flash->area, in wr_chunk()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_io_flash.h24 /** Flash area ID to write the BLOB to. */
28 /** Offset into the flash area to place the BLOB at (in bytes). */
32 /* Internal flash area pointer. */
33 const struct flash_area *area; member
42 * @param offset Offset into the flash area, in bytes.
/Zephyr-latest/boards/digilent/arty_a7/support/
Dopenocd_arty_a7_arm_designstart.cfg6 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_shell.c180 const struct area_desc *area) in cmd_mcuboot_info_area() argument
186 err = boot_read_bank_header(area->id, &hdr, sizeof(hdr)); in cmd_mcuboot_info_area()
188 shell_error(sh, "failed to read %s area (%u) %s: %d", in cmd_mcuboot_info_area()
189 area->name, area->id, "header", err); in cmd_mcuboot_info_area()
193 shell_print(sh, "%s area (%u):", area->name, area->id); in cmd_mcuboot_info_area()
202 err = boot_read_swap_state_by_id(area->id, &swap_state); in cmd_mcuboot_info_area()
204 shell_error(sh, "failed to read %s area (%u) %s: %d", in cmd_mcuboot_info_area()
205 area->name, area->id, "swap state", err); in cmd_mcuboot_info_area()
/Zephyr-latest/boards/wch/ch32v003evt/support/
Dopenocd.cfg10 $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 10000 -work-area-backup 1
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/
Dmain.c105 /* BLOB Client should do nothing to flash area as it's in read mode */ in ZTEST()
112 flash_area_read(blob_flash_stream.area, block.offset, ctrl_data, block.size); in ZTEST()
140 * which should attempt to read outside flash area in ZTEST()
144 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST()
149 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST()
154 zassert_false(err == 0, "Read outside flash area successful"); in ZTEST()
191 memset(erased_block_data, flash_area_erased_val(blob_flash_stream.area), in ZTEST()
206 flash_area_read(blob_flash_stream.area, block.offset, in ZTEST()
230 flash_area_align(blob_flash_stream.area) + in ZTEST()
231 chunk.size, flash_area_align(blob_flash_stream.area)) - in ZTEST()
[all …]
/Zephyr-latest/modules/lvgl/include/
Dlvgl_display.h32 void lvgl_flush_cb_mono(lv_display_t *display, const lv_area_t *area, uint8_t *px_map);
33 void lvgl_flush_cb_16bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map);
34 void lvgl_flush_cb_24bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map);
35 void lvgl_flush_cb_32bit(lv_display_t *display, const lv_area_t *area, uint8_t *px_map);
/Zephyr-latest/samples/subsys/canbus/
Dcanbus.rst3 Controller Area Network (CAN) Bus Samples
14 :name: Controller Area Network (CAN) Bus
17 Samples that demonstrate the :ref:`Controller Area Network (CAN) bus <canbus>` features.
/Zephyr-latest/boards/sc/scobc_module1/support/
Dopenocd.cfg17 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
Dscobc-module1.cfg27 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
/Zephyr-latest/soc/ambiq/apollo3x/
Dpower.c71 * Currently all flash area is powered on, but we should only enable the used flash area and in ambiq_power_init()
79 * Currently all SRAM area is powered on, but we should only enable the used ram area and in ambiq_power_init()
89 /* Power off all flash area, when go to deep sleep.*/ in ambiq_power_init()
92 /* Keep the used SRAM area in retention mode. */ in ambiq_power_init()
/Zephyr-latest/boards/ene/kb1200_evb/support/
Dopenocd.cfg24 # Work-area is a space in RAM used for flash programming
38 $_TARGETNAME configure -work-area-phys 0x200c0000 -work-area-size $_WORKAREASIZE -work-area-backup 0
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/helpers/
Dshell_mcuboot_command_parser_test.py15 primary area (1):
22 secondary area (3):
44 primary area (1):
51 failed to read secondary area (1) header: -5

12345678910>>...21