Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/drivers/flash/
Dsoc_flash_cc13xx_cc26xx.c79 static bool flash_cc13xx_cc26xx_range_protected(off_t offs, size_t size) in flash_cc13xx_cc26xx_range_protected()
105 static int flash_cc13xx_cc26xx_erase(const struct device *dev, off_t offs, in flash_cc13xx_cc26xx_erase()
165 static int flash_cc13xx_cc26xx_buffered_write(off_t offs, const void *data, size_t size) in flash_cc13xx_cc26xx_buffered_write()
185 static int flash_cc13xx_cc26xx_write(const struct device *dev, off_t offs, in flash_cc13xx_cc26xx_write()
246 static int flash_cc13xx_cc26xx_read(const struct device *dev, off_t offs, in flash_cc13xx_cc26xx_read()
Dflash_page_layout.c11 static int flash_get_page_info(const struct device *dev, off_t offs, in flash_get_page_info()
45 int z_impl_flash_get_page_info_by_offs(const struct device *dev, off_t offs, in z_impl_flash_get_page_info_by_offs()
Dflash_handlers.c80 off_t offs, in z_vrfy_flash_get_page_info_by_offs()
Dflash_util.c165 for (uint32_t offs = 0, N = size, bytes_read = 0, bytes_left = N; offs < N; in z_impl_flash_copy() local
/Zephyr-latest/samples/drivers/mspi/mspi_flash/src/
Dmain.c108 size_t offs = SPI_FLASH_TEST_REGION_OFFSET; in multi_sector_test() local
128 size_t offs = SPI_FLASH_TEST_REGION_OFFSET; in multi_sector_test() local
/Zephyr-latest/samples/drivers/spi_flash/src/
Dmain.c149 size_t offs = SPI_FLASH_TEST_REGION_OFFSET; in multi_sector_test() local
169 size_t offs = SPI_FLASH_TEST_REGION_OFFSET; in multi_sector_test() local
/Zephyr-latest/drivers/pwm/
Dpwm_rcar.c65 static uint32_t pwm_rcar_read(const struct pwm_rcar_cfg *config, uint32_t offs) in pwm_rcar_read()
70 static void pwm_rcar_write(const struct pwm_rcar_cfg *config, uint32_t offs, uint32_t value) in pwm_rcar_write()
75 static void pwm_rcar_write_bit(const struct pwm_rcar_cfg *config, uint32_t offs, uint32_t bits, in pwm_rcar_write_bit()
/Zephyr-latest/drivers/gpio/
Dgpio_rcar.c57 static inline uint32_t gpio_rcar_read(const struct device *dev, uint32_t offs) in gpio_rcar_read()
62 static inline void gpio_rcar_write(const struct device *dev, uint32_t offs, uint32_t value) in gpio_rcar_write()
68 uint32_t offs, int bit, bool value) in gpio_rcar_modify_bit()
Dgpio_adp5585.c20 #define ADP5585_BANK(offs) (offs >> 3) argument
21 #define ADP5585_BIT(offs) (offs & GENMASK(2, 0)) argument
/Zephyr-latest/tests/subsys/dfu/mcuboot/src/
Dmain.c30 off_t offs; in ZTEST() local
/Zephyr-latest/tests/drivers/mspi/flash/src/
Dmain.c79 size_t offs; in test_multi_sector_rw() local
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dtimer.h42 #define TIMER_REG_GET(offs) (DEVICE_MMIO_TOPLEVEL_GET(timer_regs) + offs) argument
/Zephyr-latest/drivers/serial/
Duart_rcar.c113 static uint8_t uart_rcar_read_8(const struct device *dev, uint32_t offs) in uart_rcar_read_8()
119 uint32_t offs, uint8_t value) in uart_rcar_write_8()
125 uint32_t offs) in uart_rcar_read_16()
131 uint32_t offs, uint16_t value) in uart_rcar_write_16()
Duart_renesas_ra.c186 static uint8_t uart_ra_read_8(const struct device *dev, uint32_t offs) in uart_ra_read_8()
193 static void uart_ra_write_8(const struct device *dev, uint32_t offs, uint8_t value) in uart_ra_write_8()
200 static uint16_t uart_ra_read_16(const struct device *dev, uint32_t offs) in uart_ra_read_16()
207 static void uart_ra_write_16(const struct device *dev, uint32_t offs, uint16_t value) in uart_ra_write_16()
/Zephyr-latest/drivers/i2c/
Di2c_rcar.c79 uint32_t offs) in i2c_rcar_read()
85 uint32_t offs, uint32_t value) in i2c_rcar_write()
/Zephyr-latest/drivers/sensor/hp206c/
Dhp206c.c122 static int hp206c_altitude_offs_set(const struct device *dev, int16_t offs) in hp206c_altitude_offs_set()
/Zephyr-latest/drivers/pinctrl/renesas/rcar/
Dpfc_rcar.c62 static void pfc_rcar_write(uintptr_t pfc_base, uint32_t offs, uint32_t val) in pfc_rcar_write()
/Zephyr-latest/drivers/tee/optee/
Doptee_msg.h130 uint64_t offs; member
/Zephyr-latest/tests/net/lib/dns_sd/src/
Dmain.c92 uint16_t offs = 0; in create_query() local
/Zephyr-latest/drivers/can/
Dcan_rcar.c200 uint32_t offs) in can_rcar_read16()
206 uint32_t offs, uint16_t value) in can_rcar_write16()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_aux.c2479 uint32_t offs; in ull_adv_aux_ptr_fill() local
2779 uint32_t offs; in ull_adv_aux_lll_offset_fill() local
Dull_adv_sync.c2663 static void sync_info_offset_fill(struct pdu_adv_sync_info *si, uint32_t offs)
2788 uint32_t offs; local
Dull_adv_iso.c1496 uint32_t offs; in big_info_offset_fill() local
Dpdu.h237 #define PDU_ADV_SYNC_INFO_OFFS_SET(si, offs, offs_units, offs_adjust) \ argument