Searched full:populate (Results 1 – 25 of 125) sorted by relevance
12345
/Zephyr-latest/drivers/sensor/st/stmemsc/ |
D | stmemsc.h | 22 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with 39 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with 57 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with 72 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with 91 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with 108 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with 126 * Populate the stmdev_ctx_t structure pointed by stmdev_ctx_ptr with
|
/Zephyr-latest/arch/mips/core/ |
D | reset.S | 33 /* Pre-populate all bytes in z_interrupt_stacks with 0xAA */ 38 /* Populate z_interrupt_stacks with 0xaaaaaaaa */
|
/Zephyr-latest/dts/common/ |
D | skeleton.dtsi | 5 * add a compatible value. The bootloader will typically populate the memory
|
/Zephyr-latest/arch/riscv/core/ |
D | reset.S | 63 /* Pre-populate all bytes in z_interrupt_stacks with 0xAA */ 69 /* Populate z_interrupt_stacks with 0xaaaaaaaa */
|
/Zephyr-latest/include/zephyr/xen/ |
D | memory.h | 52 * Populate specified Xen domain page frames with memory. 60 * @param extent_start page frame bases of extents to populate with memory.
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | mimxrt1040_evk.overlay | 9 * Note: this sample requires the board to be modified! Populate resistors
|
/Zephyr-latest/cmake/modules/ |
D | user_cache.cmake | 79 # Populate local_dir with a suitable directory for caching 93 # Populate USER_CACHE_DIR with a directory that user applications may
|
/Zephyr-latest/dts/bindings/dma/ |
D | brcm,iproc-pax-dma-v1.yaml | 19 description: Uncached memory address to populate dma buffer descriptors
|
D | brcm,iproc-pax-dma-v2.yaml | 19 description: Uncached memory address to populate dma buffer descriptors
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | snps,emsdp-pinctrl.yaml | 8 Populate the 'pinmux' field with a pair consisting of a pin number and its IO
|
D | sifive,pinctrl.yaml | 10 Populate the 'pinmux' field with a pair consisting of a pin number and its IO
|
D | quicklogic,eos-s3-pinctrl.yaml | 9 Populate the 'pinmux' field with IO function and pin number.
|
/Zephyr-latest/arch/common/ |
D | isr_tables.c | 53 /* When both the IRQ vector table and the software ISR table are used, populate 56 * otherwise, populate the IRQ vector table with z_irq_spurious so that all
|
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/ |
D | esiost_args.py | 63 """populate the chip related fields for the esiost""" 79 """populate the esiost arguments according to the command line/ args file"""
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 24 * Populate the following resistors: 73 * Populate JP3 and JP50 to connect I2C
|
/Zephyr-latest/arch/x86/core/ |
D | tls.c | 35 * Set thread TLS pointer as this is used to populate in arch_tls_stack_setup()
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 30 * Populate the following resistors:
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/ |
D | README.txt | 23 * Use API specific to the simulated EEPROM to pre-populate the simulated
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitarray.c | 291 /* Pre-populate the bits */ in alloc_and_free_predefined() 458 /* Pre-populate the bits so that 4-bit already allocated, in alloc_and_free_interval() 537 /* Pre-populate the bits */ in ZTEST() 570 /* Pre-populate the bits. in ZTEST() 635 /* Pre-populate the bits */ in ZTEST() 668 /* Pre-populate the bits */ in ZTEST() 686 /* Pre-populate the bits */ in ZTEST() 706 /* Pre-populate the bits */ in ZTEST() 729 /* Pre-populate the bits */ in ZTEST() 777 /* Pre-populate the bits */ in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | cap_commander.c | 239 /* Populate the array of connected connections */ in cmd_cap_commander_change_volume() 289 /* Populate the array of connected connections */ in cmd_cap_commander_change_volume_mute() 335 /* Populate the array of connected connections */ in cmd_cap_commander_change_volume_offset() 415 /* Populate the array of connected connections */ in cmd_cap_commander_change_microphone_mute() 464 /* Populate the array of connected connections */ in cmd_cap_commander_change_microphone_gain() 550 /* Populate the array of connected connections */ in cmd_cap_commander_broadcast_reception_start() 712 /* Populate the array of connected connections */ in cmd_cap_commander_broadcast_reception_stop() 788 /* Populate the array of connected connections */ in cmd_cap_commander_distribute_broadcast_code()
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx.h | 62 * @param data Pointer to touchscreen transform structure to populate
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | irq.h | 77 * Z_ISR_DECLARE will populate the .intList section with the interrupt's
|
/Zephyr-latest/samples/posix/env/ |
D | README.rst | 9 In this sample application, the POSIX :c:func:`setenv`, function is used to populate several enviro…
|
/Zephyr-latest/tests/drivers/audio/dmic_api/src/ |
D | main.c | 93 "DMIC configure should populate act_num_chan field"); in do_pdm_transfer() 96 "DMIC configure should populate act_chan_map_lo field"); in do_pdm_transfer() 99 "DMIC configure should populate act_chan_map_hi field"); in do_pdm_transfer()
|
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/ |
D | ecst_args.py | 111 """populate the chip related fields for the ecst""" 125 """populate the ecst arguments according to the command line/ args file"""
|
12345