/hal_espressif-3.7.0/components/hal/ |
D | xt_wdt_hal.c | 39 uint8_t off = S - DIV_COMP_N_MAX * M; in xt_wdt_hal_calculate() local 42 HAL_ASSERT(off <= DIV_COMP_N_MAX); in xt_wdt_hal_calculate() 45 if (off) { in xt_wdt_hal_calculate() 47 off--; in xt_wdt_hal_calculate()
|
/hal_espressif-3.7.0/components/newlib/ |
D | assert.c | 46 uint32_t off = 0; in __assert_func() 73 memcpy(buff + off, str[i], cpy_len); in __assert_func() 75 off += cpy_len; in __assert_func() 80 buff[off] = '\0'; in __assert_func()
|
/hal_espressif-3.7.0/components/bt/porting/nimble/include/os/ |
D | os_mbuf.h | 418 struct os_mbuf *r_os_mbuf_off(const struct os_mbuf *om, int off, 434 int r_os_mbuf_copydata(const struct os_mbuf *m, int off, int len, void *dst); 537 int r_os_mbuf_cmpf(const struct os_mbuf *om, int off, const void *data, int len); 608 int r_os_mbuf_copyinto(struct os_mbuf *om, int off, const void *src, int len); 682 int r_os_mbuf_widen(struct os_mbuf *om, uint16_t off, uint16_t len); 866 struct os_mbuf *os_mbuf_off(const struct os_mbuf *om, int off, 882 int os_mbuf_copydata(const struct os_mbuf *m, int off, int len, void *dst); 973 int os_mbuf_cmpf(const struct os_mbuf *om, int off, const void *data, int len); 1042 int os_mbuf_copyinto(struct os_mbuf *om, int off, const void *src, int len); 1112 int os_mbuf_widen(struct os_mbuf *om, uint16_t off, uint16_t len);
|
/hal_espressif-3.7.0/components/xtensa/trax/test/ |
D | gdbinit | 1 set pagination off 2 set confirm off
|
/hal_espressif-3.7.0/components/newlib/test_apps/newlib/ |
D | sdkconfig.ci.default | 1 # Test all chips with nano off, nano on is tested in options config
|
/hal_espressif-3.7.0/components/esp_system/ |
D | eh_frame_parser.c | 190 #define ESP_EH_FRAME_CFA_OFF_VALID(off) (((off) >> 24) == 0) argument 193 #define ESP_EH_FRAME_NEW_CFA(reg, off) (((off) << 8) | ((reg) & 0xff)) argument 195 #define ESP_EH_FRAME_SET_CFA_OFF(value, off) (((value) & 0xff) | ((off) << 8)) argument
|
D | Kconfig | 391 …either because a task turned off interrupts and did not turn them on for a long time, or because an
|
/hal_espressif-3.7.0/components/esp_common/ |
D | Kconfig | 8 …pre-generated lookup table. This option can be used to turn off the use of the look-up table in or…
|
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 35 uint32_t off = reg_val.splitaddr << 9; in memprot_ll_get_split_addr_from_reg() local 38 return (void *)(base + off); in memprot_ll_get_split_addr_from_reg() 40 return (void *)(base + I_D_SRAM_SEGMENT_SIZE + off); in memprot_ll_get_split_addr_from_reg() 42 return (void *)(base + (2 * I_D_SRAM_SEGMENT_SIZE) + off); in memprot_ll_get_split_addr_from_reg()
|
/hal_espressif-3.7.0/components/esp_coex/ |
D | Kconfig | 26 This function depends on BT-off
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/ |
D | friend.c | 908 struct bt_mesh_ctl_friend_offer *off = NULL; in enqueue_offer() local 909 NET_BUF_SIMPLE_DEFINE(sdu, 1 + sizeof(*off)); in enqueue_offer() 916 off = net_buf_simple_add(&sdu, sizeof(*off)); in enqueue_offer() 918 off->recv_win = CONFIG_BLE_MESH_FRIEND_RECV_WIN, in enqueue_offer() 919 off->queue_size = CONFIG_BLE_MESH_FRIEND_QUEUE_SIZE, in enqueue_offer() 920 off->sub_list_size = ARRAY_SIZE(frnd->sub_list), in enqueue_offer() 921 off->rssi = rssi, in enqueue_offer() 922 off->frnd_counter = sys_cpu_to_be16(frnd->counter); in enqueue_offer()
|
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/dma/main/ |
D | test_async_memcpy.c | 142 for (int off = 0; off < 4; off++) { variable
|
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/ |
D | pmu_ll.h | 111 FORCE_INLINE_ATTR void pmu_ll_hp_set_current_power_off(pmu_dev_t *hw, pmu_hp_mode_t mode, bool off) in pmu_ll_hp_set_current_power_off() argument 113 hw->hp_sys[mode].bias.pd_cur = off; in pmu_ll_hp_set_current_power_off() 263 FORCE_INLINE_ATTR void pmu_ll_lp_set_current_power_off(pmu_dev_t *hw, pmu_lp_mode_t mode, bool off) in pmu_ll_lp_set_current_power_off() argument 266 hw->lp_sys[mode].bias.pd_cur = off; in pmu_ll_lp_set_current_power_off()
|
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/ |
D | pmu_ll.h | 111 FORCE_INLINE_ATTR void pmu_ll_hp_set_current_power_off(pmu_dev_t *hw, pmu_hp_mode_t mode, bool off) in pmu_ll_hp_set_current_power_off() argument 113 hw->hp_sys[mode].bias.pd_cur = off; in pmu_ll_hp_set_current_power_off() 301 FORCE_INLINE_ATTR void pmu_ll_lp_set_current_power_off(pmu_dev_t *hw, pmu_lp_mode_t mode, bool off) in pmu_ll_lp_set_current_power_off() argument 304 hw->lp_sys[mode].bias.pd_cur = off; in pmu_ll_lp_set_current_power_off()
|
/hal_espressif-3.7.0/components/esp_wifi/ |
D | Kconfig | 382 int "Delta timeout time for RF PHY off" 387 Delta timeout time for rf phy off, When the beacon is lost, the next rf phy off will
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/ |
D | flash-modes.rst | 80 Alternatively, read off the silkscreen labelling of the flash chip and search for its datasheet.
|
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 61 uint32_t off = reg_val.splitaddr << I_D_SPLIT_LINE_SHIFT; in memprot_ll_get_split_addr_from_reg() local 81 return (void *)(base + level_off + off); in memprot_ll_get_split_addr_from_reg()
|
/hal_espressif-3.7.0/components/esp_pm/ |
D | Kconfig | 125 …all peripherals. When the digital peripherals are powered off and a sleep and wake-up is completed,
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 397 so that it starts off with a value that's guaranteed to be larger than 398 the last one used before power off. 411 a risk of sudden power-off, then a value of 0 is strongly recommended. 576 be powered off once in a while, we need to store persistently
|
/hal_espressif-3.7.0/components/bootloader/ |
D | Kconfig.projbuild | 333 deep sleep (checksums, SHA256, and signature). This is a trade-off
|