Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 173) sorted by relevance

1234567

/Zephyr-latest/drivers/flash/
Dsoc_flash_xmc4xxx.c25 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()
197 .parameters = {.write_block_size = FLASH_WRITE_BLK_SZ, .erase_value = 0}};
Dflash_max32.c19 struct flash_parameters parameters; member
119 return &cfg->parameters; in api_get_parameters()
165 .parameters = \
Dflash_sam.c37 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 = { \
Dsoc_flash_nrf_mram.c151 static const struct flash_parameters parameters = { in nrf_mram_get_parameters() local
159 return &parameters; in nrf_mram_get_parameters()
/Zephyr-latest/tests/drivers/flash/erase_blocks/src/
Dmain.c71 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-latest/doc/connectivity/bluetooth/api/mesh/
Dstatistic.rst11 parameters and the scanning ability of the device. The number of the monitored
12 parameters can be easily extended by customer values.
Dcfg_cli.rst7 specification. It provides functionality for configuring most parameters of a
17 and ``addr`` as their first parameters. These should be set to the network
Dcfg_srv.rst7 specification. The Configuration Server model controls most parameters of the
Dheartbeat.rst50 match the configured subscription parameters.
56 All Heartbeats received with the configured subscription parameters are passed
Dblob_cli.rst99 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-latest/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth48 bool "Request specific connection parameters for SMP packet exchange"
52 Enables support for requesting specific connection parameters when
88 int "Connection parameters restore time in milliseconds"
93 connection parameters are restored to peripheral preferred values
97 int "Connection parameters update retry time in milliseconds"
101 In case connection parameters update fails due to an error, this
/Zephyr-latest/drivers/dai/intel/dmic/
DKconfig.dmic23 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-latest/samples/sensor/bq274xx/
DREADME.rst5 Get various fuel gauge parameters from a BQ274XX sensor.
10 This sample application retrieves all the fuel gauge parameters:
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst70 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-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py309 parameters = {
316 parameters['paths'] = ','.join(paths)
318 return parameters
322 parameters = self._composite_params(paths)
323 …resp = self._s.get(f'{self.api_url}/clients/{endpoint}/composite', params=parameters, timeout=self…
346 parameters = self._composite_params()
362 …resp = self._s.put(f'{self.api_url}/clients/{endpoint}/composite', params=parameters, json=data, t…
402 parameters = self._composite_params(paths)
403 …_s.post(f'{self.api_url}/clients/{endpoint}/composite/observe', params=parameters, timeout=self.ti…
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/src/
Dmain.c31 static const struct bt_le_adv_param parameters = { variable
109 err = bt_le_adv_start(&parameters, adv_data, ARRAY_SIZE(adv_data), in start_advertising()
/Zephyr-latest/tests/lib/c_lib/strerror/
DKconfig4 mainmenu "Strerror test parameters"
/Zephyr-latest/drivers/clock_control/
DKconfig.litex12 It gives ability to change clock parameters
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/
Dboard.cmake10 # OpenOCD not enabled because it failed with parameters suggested here:
/Zephyr-latest/subsys/bluetooth/
DKconfig.iso131 bool "ISO test parameters support"
133 Enabling advanced ISO parameters will allow the use of the ISO test
134 parameters for creating a CIG or a BIG. These test parameters were
/Zephyr-latest/doc/connectivity/networking/api/
Ddhcpv6.rst15 and other network configuration parameters to each device on a network so they
Ddhcpv4.rst15 and other network configuration parameters to each device on a network so they
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/
DREADME.rst17 The driver requires and provides Audio data with the following parameters:
/Zephyr-latest/scripts/coccinelle/
Dfind_functions.cocci12 // parameters in the second.
32 // Insert a function into right dict depending on parameters
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig.logging12 other command parameters.

1234567