Searched defs:to (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | utils.c | 40 unsigned int _copy(uint8_t *to, unsigned int to_len, in _copy() 51 void _set(void *to, uint8_t val, unsigned int len) in _set()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | utils.c | 40 unsigned int _copy(uint8_t *to, unsigned int to_len, in _copy() 51 void _set(void *to, uint8_t val, unsigned int len) in _set()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | utils.h | 89 static inline void _set_secure(void *to, uint8_t val, unsigned int len) in _set_secure()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_string.h | 58 #define OI_MemCopy(to, from, size) memcpy((to), (from), (size)) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_defs.h | 42 #define alarm_timer_arm(timer, to, periodic) \ argument
|
/hal_espressif-latest/components/esp_system/port/ |
D | cpu_start.c | 268 volatile uint32_t* to = (uint32_t*)DR_REG_FLASH_MMU_TABLE_APP; in restore_app_mmu_from_pro_mmu() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | lpn.c | 62 #define POLL_TO(to) { (uint8_t)((to) >> 16), (uint8_t)((to) >> 8), (uint8_t)(to) } argument
|
D | transport.c | 1119 int32_t to = 0; in ack_timeout() local
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 684 volatile uint32_t *to = (volatile uint32_t *)&RMTMEM.chan[channel].data32[0].val; in rmt_fill_memory() local
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | lp_i2c_struct.h | 853 volatile lp_i2c_to_reg_t to; member
|
D | i2c_struct.h | 983 volatile i2c_to_reg_t to; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | i2c_struct.h | 858 volatile i2c_to_reg_t to; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | i2c_struct.h | 977 volatile i2c_to_reg_t to; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | i2c_struct.h | 983 volatile i2c_to_reg_t to; member
|