/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_sleep.c | 228 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()
|
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_api.c | 522 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/ |
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
D | rtc_sleep.c | 368 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/ |
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
D | rtc_sleep.c | 290 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/ |
D | rtc_sleep.c | 358 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()
|
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | pmu_ll.h | 427 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/ |
D | rtc_sleep.c | 351 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()
|
D | Kconfig.hw_support | 6 reject to boot if the chip revision fails the check.
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | pmu_ll.h | 469 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/ |
D | sleep_modes.c | 1123 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/ |
D | rrm.c | 913 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/ |
D | bta_av_api.h | 505 tBTA_AV_REJECT reject; member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | pmu_struct.h | 582 uint32_t reject : 1; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 592 uint32_t reject : 1; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 1939 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()
|