Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 25 of 47) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c951 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommClose() local
955 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && in BTA_JvRfcommClose()
956 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si] && in BTA_JvRfcommClose()
960 p_msg->p_cb = &bta_jv_cb.rfc_cb[hi]; in BTA_JvRfcommClose()
1058 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommRead() local
1062 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && in BTA_JvRfcommRead()
1063 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si] && in BTA_JvRfcommRead()
1070 p_msg->p_cb = &bta_jv_cb.rfc_cb[hi]; in BTA_JvRfcommRead()
1091 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommGetPortHdl() local
1094 if (hi < BTA_JV_MAX_RFC_CONN && in BTA_JvRfcommGetPortHdl()
[all …]
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_lac.c90 uint32_t hi; member
113 uint32_t lo, hi; in esp_timer_impl_get_counter_reg() local
131 hi = REG_READ(COUNT_HI_REG); in esp_timer_impl_get_counter_reg()
137 .hi = hi in esp_timer_impl_get_counter_reg()
161 REG_WRITE(ALARM_HI_REG, alarm.hi); in esp_timer_impl_set_alarm_id()
200 REG_WRITE(LOAD_HI_REG, dst.hi); in esp_timer_impl_set()
274 .hi = REG_READ(ALARM_HI_REG) in esp_timer_impl_get_alarm_reg()
/hal_espressif-latest/components/hal/
Dlp_timer_hal.c32 uint32_t hi = lp_timer_ll_get_counter_value_high(lp_timer_context.dev, 0); in lp_timer_hal_get_cycle_count() local
36 .hi = hi in lp_timer_hal_get_cycle_count()
Dsystimer_hal.c53 uint32_t lo, lo_start, hi; in systimer_hal_get_counter_value() local
65 hi = systimer_ll_get_counter_value_high(hal->dev, counter_id); in systimer_hal_get_counter_value()
71 .hi = hi in systimer_hal_get_counter_value()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dlp_timer_ll.h26 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->target[timer_id].hi, target_hi, (value >> 32) & 0xFFFF); in lp_timer_ll_set_alarm_target()
32 dev->target[timer_id].hi.enable = en; in lp_timer_ll_set_target_enable()
42 return HAL_FORCE_READ_U32_REG_FIELD(dev->counter[timer_id].hi, counter_hi); in lp_timer_ll_get_counter_value_high()
Dsystimer_ll.h79 dev->unit_load_val[counter_id].hi.timer_unit_load_hi = value >> 32; in systimer_ll_set_counter_value()
90 return dev->unit_val[counter_id].hi.timer_unit_value_hi; in systimer_ll_get_counter_value_high()
102 dev->target_val[alarm_id].hi.timer_target_hi = value >> 32; in systimer_ll_set_alarm_target()
108 …return ((uint64_t)(dev->target_val[alarm_id].hi.timer_target_hi) << 32) | dev->target_val[alarm_id… in systimer_ll_get_alarm_target()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsystimer_struct.h106 } hi; member
131 } hi; member
172 } hi; member
334 } hi; member
Dlp_timer_struct.h27 } hi; member
54 } hi; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsystimer_struct.h106 } hi; member
131 } hi; member
172 } hi; member
334 } hi; member
Dlp_timer_struct.h27 } hi; member
54 } hi; member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dlp_timer_ll.h27 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->target[timer_id].hi, target_hi, (value >> 32) & 0xFFFF); in lp_timer_ll_set_alarm_target()
33 dev->target[timer_id].hi.enable = en; in lp_timer_ll_set_target_enable()
43 return HAL_FORCE_READ_U32_REG_FIELD(dev->counter[buffer_id].hi, counter_hi); in lp_timer_ll_get_counter_value_high()
Dsystimer_ll.h79 dev->unit_load_val[counter_id].hi.timer_unit_load_hi = value >> 32; in systimer_ll_set_counter_value()
90 return dev->unit_val[counter_id].hi.timer_unit_value_hi; in systimer_ll_get_counter_value_high()
102 dev->target_val[alarm_id].hi.timer_target_hi = value >> 32; in systimer_ll_set_alarm_target()
108 …return ((uint64_t)(dev->target_val[alarm_id].hi.timer_target_hi) << 32) | dev->target_val[alarm_id… in systimer_ll_get_alarm_target()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystimer_struct.h111 } hi; member
137 } hi; member
186 } hi; member
341 } hi; member
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c146 uint64_t hi, lo; in gcm_gen_table() local
153 GET_UINT32_BE( hi, h, 0 ); in gcm_gen_table()
155 vh = (uint64_t) hi << 32 | lo; in gcm_gen_table()
157 GET_UINT32_BE( hi, h, 8 ); in gcm_gen_table()
159 vl = (uint64_t) hi << 32 | lo; in gcm_gen_table()
210 unsigned char lo, hi, rem; in gcm_mult() local
214 hi = x[15] >> 4; in gcm_mult()
223 zh ^= ctx->HH[hi]; in gcm_mult()
224 zl ^= ctx->HL[hi]; in gcm_mult()
228 hi = x[i] >> 4; in gcm_mult()
[all …]
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h70 dev->unit_load_val[counter_id].hi.timer_unit_load_hi = value >> 32; in systimer_ll_set_counter_value()
81 return dev->unit_val[counter_id].hi.timer_unit_value_hi; in systimer_ll_get_counter_value_high()
93 dev->target_val[alarm_id].hi.timer_target_hi = value >> 32; in systimer_ll_set_alarm_target()
99 …return ((uint64_t)(dev->target_val[alarm_id].hi.timer_target_hi) << 32) | dev->target_val[alarm_id… in systimer_ll_get_alarm_target()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h70 dev->unit_load_val[counter_id].hi.timer_unit_load_hi = value >> 32; in systimer_ll_set_counter_value()
81 return dev->unit_val[counter_id].hi.timer_unit_value_hi; in systimer_ll_get_counter_value_high()
93 dev->target_val[alarm_id].hi.timer_target_hi = value >> 32; in systimer_ll_set_alarm_target()
99 …return ((uint64_t)(dev->target_val[alarm_id].hi.timer_target_hi) << 32) | dev->target_val[alarm_id… in systimer_ll_get_alarm_target()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h70 dev->unit_load_val[counter_id].hi.timer_unit_load_hi = value >> 32; in systimer_ll_set_counter_value()
81 return dev->unit_val[counter_id].hi.timer_unit_value_hi; in systimer_ll_get_counter_value_high()
93 dev->target_val[alarm_id].hi.timer_target_hi = value >> 32; in systimer_ll_set_alarm_target()
99 …return ((uint64_t)(dev->target_val[alarm_id].hi.timer_target_hi) << 32) | dev->target_val[alarm_id… in systimer_ll_get_alarm_target()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_wake_stub.c99 uint32_t hi = lp_timer_ll_get_counter_value_high(&LP_TIMER, 0); in esp_wake_stub_set_wakeup_time() local
100 uint64_t rtc_curr_count = (uint64_t)hi << 32 | lo; in esp_wake_stub_set_wakeup_time()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystimer_struct.h102 } hi; member
128 } hi; member
176 } hi; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystimer_struct.h109 } hi; member
134 } hi; member
181 } hi; member
/hal_espressif-latest/components/hal/include/hal/
Dlp_timer_types.h23 uint32_t hi: SOC_LP_TIMER_BIT_WIDTH_HI; /*!< High part of counter value */ member
Dsystimer_types.h25 uint64_t hi : SOC_SYSTIMER_BIT_WIDTH_HI; /*!< High part of counter value */ member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h103 dev->target_val[alarm_id].hi.timer_target_hi = value >> 32; in systimer_ll_set_alarm_target()
109 …return ((uint64_t)(dev->target_val[alarm_id].hi.timer_target_hi) << 32) | dev->target_val[alarm_id… in systimer_ll_get_alarm_target()
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32c3.py125 hi = (self.read_reg(self.EFUSE_BLOCK1_ADDR + (4 * hi_num_word)) >> 23) & 0x01
128 return (hi << 3) + low
Desp32s2.py135 hi = (self.read_reg(self.EFUSE_BLOCK1_ADDR + (4 * hi_num_word)) >> 20) & 0x01
138 return (hi << 3) + low

12