/Zephyr-Core-3.6.0/drivers/flash/ |
D | soc_flash_xmc4xxx.c | 25 struct flash_parameters parameters; member 83 if (len % dev_config->parameters.write_block_size || in flash_xmc4xxx_write() 84 offset % dev_config->parameters.write_block_size > 0) { in flash_xmc4xxx_write() 94 num_pages = len / dev_config->parameters.write_block_size; in flash_xmc4xxx_write() 101 memcpy(aligned_page, src, dev_config->parameters.write_block_size); in flash_xmc4xxx_write() 108 flash_addr += dev_config->parameters.write_block_size; in flash_xmc4xxx_write() 109 src += dev_config->parameters.write_block_size; in flash_xmc4xxx_write() 180 return &dev_config->parameters; in flash_xmc4xxx_get_parameters() 196 .parameters = {.write_block_size = FLASH_WRITE_BLK_SZ, .erase_value = 0}};
|
D | flash_sam.c | 37 struct flash_parameters parameters; member 160 if (sam_flash_aligned(offset, config->parameters.write_block_size) && in sam_flash_section_is_aligned_with_write_block_size() 161 sam_flash_aligned(len, config->parameters.write_block_size)) { in sam_flash_section_is_aligned_with_write_block_size() 166 (size_t)offset, (size_t)(offset + len), config->parameters.write_block_size); in sam_flash_section_is_aligned_with_write_block_size() 454 return &config->parameters; in sam_flash_get_parameters() 516 .parameters = { \
|
/Zephyr-Core-3.6.0/tests/drivers/flash/erase_blocks/src/ |
D | main.c | 71 const struct flash_parameters *parameters = flash_get_parameters(flash_controller); in test_flash_is_erased() local 83 if (!test_flash_mem_is_set_to(test_erase_buffer, parameters->erase_value, in test_flash_is_erased() 168 const struct flash_parameters *parameters = flash_get_parameters(flash_controller); in ZTEST() local 169 size_t write_block_size = parameters->write_block_size; in ZTEST() 209 const struct flash_parameters *parameters = flash_get_parameters(flash_controller); in ZTEST() local 210 size_t write_block_size = parameters->write_block_size; in ZTEST()
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 37 bool "Request specific connection parameters for SMP packet exchange" 41 Enables support for requesting specific connection parameters when 77 int "Connection parameters restore time in milliseconds" 82 connection parameters are restored to peripheral preferred values 86 int "Connection parameters update retry time in milliseconds" 90 In case connection parameters update fails due to an error, this
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | statistic.rst | 11 parameters and the scanning ability of the device. The number of the monitored 12 parameters can be easily extended by customer values.
|
D | cfg_cli.rst | 7 specification. It provides functionality for configuring most parameters of a 17 and ``addr`` as their first parameters. These should be set to the network
|
D | heartbeat.rst | 50 match the configured subscription parameters. 56 All Heartbeats received with the configured subscription parameters are passed
|
D | cfg_srv.rst | 7 specification. The Configuration Server model controls most parameters of the
|
D | blob_cli.rst | 99 parameters that allows all Target nodes to participate in the transfer. Any Target nodes that fail 100 to respond, or respond with incompatible transfer parameters, will be dropped. 115 to the aforementioned transfer inputs) requires a set of transfer parameters and a BLOB stream 116 instance. The transfer parameters include the 64-bit BLOB ID, the BLOB size, the transfer mode, the
|
/Zephyr-Core-3.6.0/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 23 and PDM bus and microphone parameters 34 bool "Use parameters from topology - WIP" 37 based on use case and microphone datasheet parameters 38 and topology defined PCM format. The parameters are
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 70 discovery. The parameters also serves as a filter when setting the ``uuid`` 78 :c:struct:`bt_gatt_read_params` struct as parameters. In the parameters one or 83 :c:struct:`bt_gatt_write_params` struct as parameters. In case the write 90 :c:struct:`bt_gatt_subscribe_params` as parameters. Multiple subscriptions to
|
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 305 parameters = { 312 parameters['paths'] = ','.join(paths) 314 return parameters 318 parameters = self._composite_params(paths) 319 …resp = self._s.get(f'{self.api_url}/clients/{endpoint}/composite', params=parameters, timeout=self… 342 parameters = self._composite_params() 358 …resp = self._s.put(f'{self.api_url}/clients/{endpoint}/composite', params=parameters, json=data, t… 398 parameters = self._composite_params(paths) 399 …_s.post(f'{self.api_url}/clients/{endpoint}/composite/observe', params=parameters, timeout=self.ti…
|
/Zephyr-Core-3.6.0/tests/lib/c_lib/strerror/ |
D | Kconfig | 4 mainmenu "Strerror test parameters"
|
/Zephyr-Core-3.6.0/drivers/clock_control/ |
D | Kconfig.litex | 12 It gives ability to change clock parameters
|
/Zephyr-Core-3.6.0/boards/arm/olimex_lora_stm32wl_devkit/ |
D | board.cmake | 10 # OpenOCD not enabled because it failed with parameters suggested here:
|
/Zephyr-Core-3.6.0/subsys/bluetooth/ |
D | Kconfig.iso | 124 bool "ISO test parameters support" 126 Enabling advanced ISO parameters will allow the use of the ISO test 127 parameters for creating a CIG or a BIG. These test parameters were
|
/Zephyr-Core-3.6.0/samples/boards/litex/i2s/ |
D | README.rst | 15 The driver requires and provides Audio data with the following parameters:
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | dhcpv4.rst | 15 and other network configuration parameters to each device on a network so they
|
/Zephyr-Core-3.6.0/scripts/coccinelle/ |
D | find_functions.cocci | 12 // parameters in the second. 32 // Insert a function into right dict depending on parameters
|
/Zephyr-Core-3.6.0/subsys/mgmt/ec_host_cmd/ |
D | Kconfig.logging | 12 other command parameters.
|
/Zephyr-Core-3.6.0/samples/sensor/bq274xx/ |
D | README.rst | 9 This sample application retrieves all the fuel gauge parameters,
|
/Zephyr-Core-3.6.0/samples/sensor/ccs811/ |
D | Kconfig | 39 bool "Program CCS811 with fixed environmental parameters"
|
/Zephyr-Core-3.6.0/modules/lvgl/ |
D | Kconfig.memory | 92 configuration parameters: 102 display parameters
|
/Zephyr-Core-3.6.0/samples/subsys/edac/ |
D | README.rst | 74 test_default :Test default injection parameters 79 Set Error Injection parameters with:
|
/Zephyr-Core-3.6.0/tests/boot/with_mcumgr/ |
D | README.rst | 22 Twister requires ``--west-flash`` flag enabled (without additional parameters
|