Home
last modified time | relevance | path

Searched defs:offset (Results 276 – 300 of 605) sorted by relevance

1...<<11121314151617181920>>...25

/Zephyr-latest/drivers/interrupt_controller/
Dintc_dw_ace.c152 uint32_t offset = CONFIG_2ND_LVL_ISR_TBL_OFFSET + bit; in dwint_isr() local
/Zephyr-latest/samples/drivers/soc_flash_nrf/src/
Dmain.c79 uint32_t i, offset; in main() local
/Zephyr-latest/drivers/fpga/
Dfpga_mpfs.c54 static inline uint32_t scb_read(mm_reg_t add, mm_reg_t offset) in scb_read()
59 static inline void scb_write(mm_reg_t add, mm_reg_t offset, uint32_t val) in scb_write()
/Zephyr-latest/subsys/storage/stream/
Dstream_flash.c51 off_t offset = (off_t) (ctx->offset + ctx->bytes_written) - 1; in settings_direct_loader() local
364 uint8_t *buf, size_t buf_len, size_t offset, size_t size, in stream_flash_init()
/Zephyr-latest/modules/canopennode/
Dcanopen_program.c289 off_t offset, size_t size, uint32_t *pcrc) in flash_crc()
318 off_t offset = 0; in canopen_odf_1f56() local
/Zephyr-latest/drivers/flash/
Dflash_ite_it8xxx2.c343 static int __soc_ram_code flash_it8xxx2_read(const struct device *dev, off_t offset, void *data, in flash_it8xxx2_read()
369 static int __soc_ram_code flash_it8xxx2_write(const struct device *dev, off_t offset, in flash_it8xxx2_write()
412 static int __soc_ram_code flash_it8xxx2_erase(const struct device *dev, off_t offset, size_t len) in flash_it8xxx2_erase()
/Zephyr-latest/lib/open-amp/
Dresource_table.h45 uint32_t offset[RSC_TABLE_NUM_ENTRY]; member
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dfeedback_nrf53.c182 int32_t offset = ctx->rel_sof_offset + ctx->base_sof_offset; in feedback_samples_offset() local
/Zephyr-latest/arch/x86/core/ia32/
Dirq_manage.c176 uint32_t offset; in get_dynamic_stub() local
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dti-k3-pinctrl.h48 #define K3_PINMUX(offset, value, mux_mode) (((offset) & 0x1fff)) ((value) | (mux_mode)) argument
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_internal.h33 int16_t offset; member
37 int16_t offset; member
Dvcp_vol_rend.c83 uint16_t len, uint16_t offset) in read_vol_state()
157 const void *buf, uint16_t len, uint16_t offset, in write_vcs_control()
298 void *buf, uint16_t len, uint16_t offset) in read_flags()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c225 uint8_t reg, uint16_t offset, in dwt_spi_transfer()
256 uint8_t reg, uint16_t offset, size_t buf_len, uint8_t *buf) in dwt_register_read()
262 uint8_t reg, uint16_t offset, size_t buf_len, uint8_t *buf) in dwt_register_write()
268 uint8_t reg, uint16_t offset) in dwt_reg_read_u32()
278 uint8_t reg, uint16_t offset) in dwt_reg_read_u8()
288 uint8_t reg, uint16_t offset, uint32_t val) in dwt_reg_write_u32()
297 uint8_t reg, uint16_t offset, uint16_t val) in dwt_reg_write_u16()
306 uint8_t reg, uint16_t offset, uint8_t val) in dwt_reg_write_u8()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c176 const uint32_t offset = cur_inst->rcvd_size; in rx_done() local
1203 uint32_t offset = 0; in oacp_read() local
1261 const void *buf, uint32_t len, uint32_t offset, in oacp_write()
1320 uint32_t offset, uint32_t len) in oacp_checksum()
1391 off_t offset, enum bt_ots_oacp_write_op_mode mode) in bt_ots_client_write_object_data()
1458 off_t offset, size_t len) in bt_ots_client_get_object_checksum()
/Zephyr-latest/samples/bluetooth/peripheral_esp/src/
Dmain.c97 void *buf, uint16_t len, uint16_t offset) in read_u16()
191 uint16_t len, uint16_t offset) in read_es_measurement()
209 uint16_t len, uint16_t offset) in read_temp_valid_range()
232 uint16_t offset) in read_temp_trigger_setting()
/Zephyr-latest/drivers/ethernet/
Deth_w5500.c107 static int w5500_readbuf(const struct device *dev, uint16_t offset, uint8_t *buf, in w5500_readbuf()
132 static int w5500_writebuf(const struct device *dev, uint16_t offset, uint8_t *buf, in w5500_writebuf()
180 uint16_t offset; in w5500_tx() local
/Zephyr-latest/drivers/sensor/st/lps25hb/
Dlps25hb.c47 int offset; in lps25hb_sample_fetch() local
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
Dprci.h14 #define PRCI_REG(offset) Z_REG32(PRCI_BASE_ADDR, offset) argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c85 uint16_t len, uint16_t offset) in read_test_chrc()
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c106 uint16_t len, uint16_t offset, uint8_t flags) in recv()
/Zephyr-latest/drivers/counter/
Dcounter_xlnx_axi_timer.c59 mm_reg_t offset) in xlnx_axi_timer_read32()
68 mm_reg_t offset) in xlnx_axi_timer_write32()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c36 void *buf, uint16_t len, uint16_t offset) in read_test()
53 const void *buf, uint16_t len, uint16_t offset, in write_test()
/Zephyr-latest/drivers/eeprom/
Deeprom_mb85rsxx.c62 static int eeprom_mb85rsxx_read(const struct device *dev, off_t offset, void *buf, size_t len) in eeprom_mb85rsxx_read()
152 static int eeprom_mb85rsxx_write(const struct device *dev, off_t offset, const void *buf, in eeprom_mb85rsxx_write()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser_v1.py262 def parse_one_normal_msg(self, logdata, offset): argument
Dlog_parser_v3.py267 def parse_one_normal_msg(self, logdata, offset): argument

1...<<11121314151617181920>>...25