/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_mcxw_utils.c | 205 uint8_t size = 2; in calculate_addr_field_size() local 296 uint8_t size = 1; in get_asn_size() local
|
/Zephyr-latest/include/zephyr/sys/ |
D | device_mmio.h | 61 size_t size; member 98 size_t size, uint32_t flags) in device_map()
|
/Zephyr-latest/lib/posix/options/ |
D | shm.c | 33 size_t size; member 209 static ssize_t shm_rw(struct shm_obj *shm, void *buf, size_t size, bool is_write, size_t offset) in shm_rw()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_shell.c | 140 size_t size) in smp_shell_rx_bytes()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | ipm.h | 151 const void *data, int size) in z_impl_ipm_send()
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | mem_attr_heap.c | 26 static void *mah_choice(struct sys_multi_heap *m_heap, void *cfg, size_t align, size_t size) in mah_choice()
|
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/ |
D | main.c | 34 static uint8_t block_size_to_log(size_t size) in block_size_to_log()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_mbox.c | 38 const void *data, int size) in ipm_mbox_send()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_esp32.c | 32 size_t size; member 837 static int i2s_esp32_read(const struct device *dev, void **mem_block, size_t *size) in i2s_esp32_read() 864 static int i2s_esp32_write(const struct device *dev, void *mem_block, size_t size) in i2s_esp32_write()
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline_common.c | 237 static void nsi_cmd_gen_switch_syntax(char *buf, int size, in nsi_cmd_gen_switch_syntax()
|
/Zephyr-latest/subsys/lorawan/nvm/ |
D | lorawan_nvm_settings.c | 20 size_t size; member
|
/Zephyr-latest/subsys/modem/ |
D | modem_stats.c | 150 const char *name, uint32_t size) in modem_stats_buffer_init()
|
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/ |
D | test_hci_uart_async.c | 119 uint32_t size = serial_vnd_out_data_size_get(dev); in serial_vnd_data_callback() local
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_eem.c | 141 static void eem_read_cb(uint8_t ep, int size, void *priv) in eem_read_cb()
|
/Zephyr-latest/modules/littlefs/ |
D | zephyr_lfs_config.h | 196 static inline void *lfs_malloc(size_t size) in lfs_malloc()
|
/Zephyr-latest/tests/subsys/zbus/dyn_channel/src/ |
D | main.c | 24 size_t size; member
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_tty.c | 183 int size) in native_tty_uart_fifo_fill() 192 const int size) in native_tty_uart_fifo_read()
|
D | uart_psoc6.c | 178 int size) in uart_psoc6_fifo_fill() 187 const int size) in uart_psoc6_fifo_read()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_cyclonev.c | 32 #define INC_WRAP(idx, size) ({ idx = (idx + 1) % size; }) argument 62 int size; member
|
D | eth_dwmac.c | 50 #define INC_WRAP(idx, size) ({ idx = (idx + 1) % size; }) argument 51 #define DEC_WRAP(idx, size) ({ idx = (idx + size - 1) % size; }) argument
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_mqtt.c | 71 uint32_t size = ring_buf_size_get(&sh_mqtt->rx_rb); in sh_mqtt_rx_rb_flush() local 568 size_t size; in mqtt_evt_handler() local
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp_internal.h | 44 uint16_t size; /* We only support 2 byte sizes for now */ member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_io_flash.c | 59 static inline int erase_device_block(const struct flash_area *fa, off_t start, size_t size) in erase_device_block()
|
/Zephyr-latest/drivers/sensor/microchip/mcp9600/ |
D | mcp9600.c | 54 static int mcp9600_reg_read(const struct device *dev, uint8_t start, uint8_t *buf, int size) in mcp9600_reg_read()
|
/Zephyr-latest/subsys/llext/ |
D | llext_mem.c | 236 size_t size; in llext_adjust_mmu_permissions() local
|