/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_sleep_retention.c | 28 int group_id; member 42 int group_id = parg->group_id; in sleep_gdma_channel_retention_init() local 45 sleep_retention_module_bitmap_t module = GDMA_CH_RETENTION_GET_MODULE_ID(group_id, pair_id); in sleep_gdma_channel_retention_init() 46 …ntion_entries_create(gdma_chx_regs_retention[group_id][pair_id].link_list, gdma_chx_regs_retention… in sleep_gdma_channel_retention_init() 48 ESP_LOGD(TAG, "GDMA pair (%d, %d) retention initialization", group_id, pair_id); in sleep_gdma_channel_retention_init() 51 …Failed to create sleep retention linked list for GDMA pair (%d, %d) retention", group_id, pair_id); in sleep_gdma_channel_retention_init() 55 esp_err_t gdma_sleep_retention_init(int group_id, int pair_id) in gdma_sleep_retention_init() argument 57 gdma_channel_retention_arg_t arg = { .group_id = group_id, .pair_id = pair_id }; in gdma_sleep_retention_init() 62 sleep_retention_module_bitmap_t module = GDMA_CH_RETENTION_GET_MODULE_ID(group_id, pair_id); in gdma_sleep_retention_init() 73 esp_err_t gdma_sleep_retention_deinit(int group_id, int pair_id) in gdma_sleep_retention_deinit() argument [all …]
|
D | gdma.c | 51 static gdma_group_t *gdma_acquire_group_handle(int group_id); 147 group->group_id, pair->pair_id, *ret_chan); in gdma_new_channel() 341 …group->group_id, pair->pair_id, sram_alignment, psram_alignment, en_burst ? "enabled" : "disabled"… in gdma_set_transfer_ability() 542 int group_id = group->group_id; in gdma_release_group_handle() local 546 s_platform.group_ref_counts[group_id]--; in gdma_release_group_handle() 547 if (s_platform.group_ref_counts[group_id] == 0) { in gdma_release_group_handle() 548 assert(s_platform.groups[group_id]); in gdma_release_group_handle() 550 s_platform.groups[group_id] = NULL; // deregister from platfrom in gdma_release_group_handle() 552 periph_module_disable(gdma_periph_signals.groups[group_id].module); in gdma_release_group_handle() 558 ESP_LOGD(TAG, "del group %d", group_id); in gdma_release_group_handle() [all …]
|
D | gdma_etm.c | 67 event_id = GDMA_LL_RX_ETM_EVENT_TABLE(group->group_id, pair->pair_id, config->event_type); in gdma_new_etm_event() 69 event_id = GDMA_LL_TX_ETM_EVENT_TABLE(group->group_id, pair->pair_id, config->event_type); in gdma_new_etm_event() 101 task_id = GDMA_LL_RX_ETM_TASK_TABLE(group->group_id, pair->pair_id, config->task_type); in gdma_new_etm_task() 104 task_id = GDMA_LL_TX_ETM_TASK_TABLE(group->group_id, pair->pair_id, config->task_type); in gdma_new_etm_task()
|
D | gdma_priv.h | 43 int group_id; // Group ID, index from 0 member
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_etm.c | 44 int group_id; // hardware group id member 66 static etm_group_t *etm_acquire_group_handle(int group_id) in etm_acquire_group_handle() argument 73 if (!s_platform.groups[group_id]) { in etm_acquire_group_handle() 77 s_platform.groups[group_id] = group; // register to platform in etm_acquire_group_handle() 79 group->group_id = group_id; in etm_acquire_group_handle() 83 periph_module_enable(PERIPH_ETM_MODULE + group_id); in etm_acquire_group_handle() 84 periph_module_reset(PERIPH_ETM_MODULE + group_id); in etm_acquire_group_handle() 89 group = s_platform.groups[group_id]; in etm_acquire_group_handle() 93 s_platform.group_ref_counts[group_id]++; in etm_acquire_group_handle() 98 ESP_LOGD(TAG, "new group (%d) at %p", group_id, group); in etm_acquire_group_handle() [all …]
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | cam_ll.h | 30 static inline void cam_ll_enable_bus_clock(int group_id, bool en) in cam_ll_enable_bus_clock() argument 32 (void)group_id; in cam_ll_enable_bus_clock() 45 static inline void cam_ll_reset_register(int group_id) in cam_ll_reset_register() argument 47 (void)group_id; in cam_ll_reset_register() 62 static inline void cam_ll_enable_clk(int group_id, bool en) in cam_ll_enable_clk() argument 64 (void)group_id; in cam_ll_enable_clk() 77 static inline bool cam_ll_get_clk_status(int group_id) in cam_ll_get_clk_status() argument 79 (void)group_id; in cam_ll_get_clk_status() 93 static inline void cam_ll_select_clk_src(int group_id, cam_clock_source_t src) in cam_ll_select_clk_src() argument 150 static inline void cam_ll_set_group_clock_coeff(int group_id, int div_num, int div_a, int div_b) in cam_ll_set_group_clock_coeff() argument
|
D | timer_ll.h | 22 #define TIMER_LL_GET_HW(group_id) ((group_id == 0) ? (&TIMERG0) : (&TIMERG1)) argument
|
/hal_espressif-latest/components/hal/ |
D | gdma_hal.c | 10 void gdma_hal_init(gdma_hal_context_t *hal, int group_id) in gdma_hal_init() argument 12 hal->dev = GDMA_LL_GET_HW(group_id); in gdma_hal_init()
|
D | sdm_hal.c | 12 void sdm_hal_init(sdm_hal_context_t *hal, int group_id) in sdm_hal_init() argument 14 (void) group_id; in sdm_hal_init()
|
D | mcpwm_hal.c | 14 hal->dev = MCPWM_LL_GET_HW(init_config->group_id); in mcpwm_hal_init()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | gdma_sleep_retention.h | 26 esp_err_t gdma_sleep_retention_init(int group_id, int pair_id); 36 esp_err_t gdma_sleep_retention_deinit(int group_id, int pair_id);
|
/hal_espressif-latest/components/hal/include/hal/ |
D | gdma_hal.h | 25 void gdma_hal_init(gdma_hal_context_t *hal, int group_id);
|
D | pcnt_hal.h | 35 void pcnt_hal_init(pcnt_hal_context_t *hal, int group_id);
|
D | sdm_hal.h | 37 void sdm_hal_init(sdm_hal_context_t *hal, int group_id);
|
D | mcpwm_hal.h | 27 int group_id; // Indicate the MCPWM hardware group member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | timer_ll.h | 22 #define TIMER_LL_GET_HW(group_id) ((group_id == 0) ? (&TIMERG0) : (&TIMERG1)) argument
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | timer_ll.h | 22 #define TIMER_LL_GET_HW(group_id) ((group_id == 0) ? (&TIMERG0) : (&TIMERG1)) argument
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | timer_ll.h | 22 #define TIMER_LL_GET_HW(group_id) ((group_id == 0) ? (&TIMERG0) : (&TIMERG1)) argument
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | timer_ll.h | 24 #define TIMER_LL_GET_HW(group_id) ((group_id == 0) ? (&TIMERG0) : (&TIMERG1)) argument
|
D | gdma_ll.h | 20 …DMA_CH_RETENTION_GET_MODULE_ID(group_id, pair_id) (SLEEP_RETENTION_MODULE_GDMA_CH0 + (SOC_GDMA_PAI… argument
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | timer_ll.h | 24 #define TIMER_LL_GET_HW(group_id) ((group_id == 0) ? (&TIMERG0) : (&TIMERG1)) argument
|
D | gdma_ll.h | 20 …DMA_CH_RETENTION_GET_MODULE_ID(group_id, pair_id) (SLEEP_RETENTION_MODULE_GDMA_CH0 + (SOC_GDMA_PAI… argument
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 91 const int group_id; member 102 .group_id = 0, 108 .group_id = 1, 413 .group_id = mcpwm_num in mcpwm_init() 786 if (curr_context->cap_isr_func[i].fn(curr_context->group_id, i, &edata, in mcpwm_default_isr_handler() 810 .group_id = mcpwm_num in mcpwm_capture_enable_channel() 1009 extern __attribute__((weak)) void *mcpwm_acquire_group_handle(int group_id); in check_mcpwm_driver_conflict()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | timer_ll.h | 22 #define TIMER_LL_GET_HW(group_id) (&TIMERG0) argument
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 495 static const struct dpp_curve_params * dpp_get_curve_group_id(int group_id) in dpp_get_curve_group_id() argument 499 if (!group_id) in dpp_get_curve_group_id() 503 if (group_id == dpp_curves[i].ike_group) in dpp_get_curve_group_id() 3587 os_free(conf->group_id); in dpp_configuration_free() 3680 conf->group_id = os_malloc(group_id_len + 1); in dpp_configuration_parse_helper() 3681 if (!conf->group_id) in dpp_configuration_parse_helper() 3683 os_memcpy(conf->group_id, pos, group_id_len); in dpp_configuration_parse_helper() 3684 conf->group_id[group_id_len] = '\0'; in dpp_configuration_parse_helper() 4022 if (conf->group_id) in dpp_build_conf_obj_dpp() 4023 extra_len += os_strlen(conf->group_id); in dpp_build_conf_obj_dpp() [all …]
|