Home
last modified time | relevance | path

Searched refs:reject (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_sleep.c228 uint32_t reject = REG_GET_FIELD(RTC_CNTL_INT_RAW_REG, RTC_CNTL_SLP_REJECT_INT_RAW); in rtc_sleep_finish() local
236 return reject; in rtc_sleep_finish()
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c522 BOOLEAN reject = FALSE; in avrc_msg_cback() local
628 reject = TRUE; in avrc_msg_cback()
645 reject = TRUE; in avrc_msg_cback()
687 reject = TRUE; in avrc_msg_cback()
716 reject = TRUE; in avrc_msg_cback()
725 if (reject) { in avrc_msg_cback()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
Drtc_sleep.c368 uint32_t reject = REG_GET_FIELD(RTC_CNTL_INT_RAW_REG, RTC_CNTL_SLP_REJECT_INT_RAW); in rtc_sleep_finish() local
381 return reject; in rtc_sleep_finish()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
Drtc_sleep.c290 uint32_t reject = REG_GET_FIELD(RTC_CNTL_INT_RAW_REG, RTC_CNTL_SLP_REJECT_INT_RAW); in rtc_sleep_finish() local
302 return reject; in rtc_sleep_finish()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c358 uint32_t reject = REG_GET_FIELD(RTC_CNTL_INT_RAW_REG, RTC_CNTL_SLP_REJECT_INT_RAW); in rtc_sleep_finish() local
366 return reject; in rtc_sleep_finish()
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h427 FORCE_INLINE_ATTR void pmu_ll_hp_set_reject_enable(pmu_dev_t *hw, uint32_t reject) in pmu_ll_hp_set_reject_enable() argument
429 hw->wakeup.cntl1.sleep_reject_ena = reject; in pmu_ll_hp_set_reject_enable()
465 return (hw->hp_ext.int_raw.reject == 1); in pmu_ll_hp_is_sleep_reject()
475 hw->hp_ext.int_clr.reject = 1; in pmu_ll_hp_clear_reject_intr_status()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_sleep.c351 uint32_t reject = REG_GET_FIELD(RTC_CNTL_INT_RAW_REG, RTC_CNTL_SLP_REJECT_INT_RAW); in rtc_sleep_finish() local
357 return reject; in rtc_sleep_finish()
DKconfig.hw_support6 reject to boot if the chip revision fails the check.
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h469 FORCE_INLINE_ATTR void pmu_ll_hp_set_reject_enable(pmu_dev_t *hw, uint32_t reject) in pmu_ll_hp_set_reject_enable() argument
471 hw->wakeup.cntl1.sleep_reject_ena = reject; in pmu_ll_hp_set_reject_enable()
507 return (hw->hp_ext.int_raw.reject == 1); in pmu_ll_hp_is_sleep_reject()
522 hw->hp_ext.int_clr.reject = 1; in pmu_ll_hp_clear_reject_intr_status()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1123 esp_err_t reject = esp_sleep_start(pd_flags, ESP_SLEEP_MODE_LIGHT_SLEEP, true); local
1134 if (!reject && (pd_flags & RTC_SLEEP_PD_VDDSDIO)) {
1158 return reject;
/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c913 goto reject; in wpas_rrm_handle_msr_req_element()
932 reject: in wpas_rrm_handle_msr_req_element()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h505 tBTA_AV_REJECT reject; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h582 uint32_t reject : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h592 uint32_t reject : 1; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c1939 tBTA_AV_REJECT reject; in bta_av_setconfig_rej() local
1946 bdcpy(reject.bd_addr, p_data->str_msg.bd_addr); in bta_av_setconfig_rej()
1947 reject.hndl = p_scb->hndl; in bta_av_setconfig_rej()
1948 (*bta_av_cb.p_cback)(BTA_AV_REJECT_EVT, (tBTA_AV *) &reject); in bta_av_setconfig_rej()