Searched defs:off (Results 1 – 8 of 8) sorted by relevance
/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
|
/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
|
/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() 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()
|
/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() 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()
|
/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
|
/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
|
/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
|