/hal_espressif-latest/components/driver/gpio/ |
D | gpio_pin_glitch_filter.c | 41 …ESP_RETURN_ON_FALSE(filter->fsm == GLITCH_FILTER_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "filter not… in gpio_pin_glitch_filter_del() 48 …ESP_RETURN_ON_FALSE(filter->fsm == GLITCH_FILTER_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "filter not… in gpio_pin_glitch_filter_enable() 57 filter->fsm = GLITCH_FILTER_FSM_ENABLE; in gpio_pin_glitch_filter_enable() 63 …ESP_RETURN_ON_FALSE(filter->fsm == GLITCH_FILTER_FSM_ENABLE, ESP_ERR_INVALID_STATE, TAG, "filter n… in gpio_pin_glitch_filter_disable() 73 filter->fsm = GLITCH_FILTER_FSM_INIT; in gpio_pin_glitch_filter_disable() 104 filter->base.fsm = GLITCH_FILTER_FSM_INIT; in gpio_new_pin_glitch_filter()
|
D | gpio_flex_glitch_filter.c | 85 …ESP_RETURN_ON_FALSE(filter->fsm == GLITCH_FILTER_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "filter not… in gpio_flex_glitch_filter_del() 92 …ESP_RETURN_ON_FALSE(filter->fsm == GLITCH_FILTER_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "filter not… in gpio_flex_glitch_filter_enable() 102 filter->fsm = GLITCH_FILTER_FSM_ENABLE; in gpio_flex_glitch_filter_enable() 108 …ESP_RETURN_ON_FALSE(filter->fsm == GLITCH_FILTER_FSM_ENABLE, ESP_ERR_INVALID_STATE, TAG, "filter n… in gpio_flex_glitch_filter_disable() 119 filter->fsm = GLITCH_FILTER_FSM_INIT; in gpio_flex_glitch_filter_disable() 167 filter->base.fsm = GLITCH_FILTER_FSM_INIT; in gpio_new_flex_glitch_filter()
|
D | glitch_filter_priv.h | 33 glitch_filter_fsm_t fsm; member
|
/hal_espressif-latest/components/esp_hw_support/ |
D | esp_etm.c | 58 etm_chan_fsm_t fsm; // record ETM channel's driver state member 192 chan->fsm = ETM_CHAN_FSM_INIT; in esp_etm_new_channel() 207 …ESP_RETURN_ON_FALSE(chan->fsm == ETM_CHAN_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "channel is not in… in esp_etm_del_channel() 225 …ESP_RETURN_ON_FALSE(chan->fsm == ETM_CHAN_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "channel is not in… in esp_etm_channel_enable() 228 chan->fsm = ETM_CHAN_FSM_ENABLE; in esp_etm_channel_enable() 235 …ESP_RETURN_ON_FALSE(chan->fsm == ETM_CHAN_FSM_ENABLE, ESP_ERR_INVALID_STATE, TAG, "channel not in … in esp_etm_channel_disable() 238 chan->fsm = ETM_CHAN_FSM_INIT; in esp_etm_channel_disable()
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_filter.c | 94 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "ADC continuous drive… in adc_new_continuous_iir_filter() 125 …ESP_RETURN_ON_FALSE(filter_hdl->continuous_ctx->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "… in adc_continuous_iir_filter_enable() 139 …ESP_RETURN_ON_FALSE(filter_hdl->continuous_ctx->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "… in adc_continuous_iir_filter_disable() 151 …ESP_RETURN_ON_FALSE(filter_hdl->continuous_ctx->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, TAG, "… in adc_del_continuous_iir_filter()
|
D | adc_continuous.c | 236 adc_ctx->fsm = ADC_FSM_INIT; in adc_continuous_new_handle() 329 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, ADC_TAG, "ADC continuous m… in adc_continuous_start() 338 handle->fsm = ADC_FSM_STARTED; in adc_continuous_start() 383 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_STARTED, ESP_ERR_INVALID_STATE, ADC_TAG, "The driver is… in adc_continuous_stop() 385 handle->fsm = ADC_FSM_INIT; in adc_continuous_stop() 419 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_STARTED, ESP_ERR_INVALID_STATE, ADC_TAG, "The driver is… in adc_continuous_read() 450 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, ADC_TAG, "The driver is st… in adc_continuous_deinit() 491 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, ADC_TAG, "ADC continuous m… in adc_continuous_config() 583 …ESP_RETURN_ON_FALSE(handle->fsm == ADC_FSM_INIT, ESP_ERR_INVALID_STATE, ADC_TAG, "ADC continuous m… in adc_continuous_register_event_callbacks()
|
D | adc_continuous_internal.h | 70 …adc_fsm_t fsm; //ADC continuous mode driver internal … member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpspi_flash_ll.h | 156 return dev->fsm.st == 0; in gpspi_flash_ll_host_idle()
|
D | spimem_flash_ll.h | 329 return dev->fsm.st == 0; in spimem_flash_ll_host_idle()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | sdmmc_struct.h | 331 uint32_t fsm: 4; ///< DMAC FSM state member
|
D | spi_mem_struct.h | 271 } fsm; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 378 uint32_t fsm: 4; ///< DMAC FSM state member
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spimem_flash_ll.h | 333 return dev->fsm.spi0_mst_st == 0; in spimem_flash_ll_host_idle()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spimem_flash_ll.h | 333 return dev->fsm.spi0_mst_st == 0; in spimem_flash_ll_host_idle()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spimem_flash_ll.h | 329 return dev->fsm.st == 0; in spimem_flash_ll_host_idle()
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | apb_saradc_struct.h | 56 } fsm; member
|
D | spi_mem_struct.h | 262 } fsm; member
|
D | spi_struct.h | 254 } fsm; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_mem_struct.h | 203 } fsm; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_mem_struct.h | 202 } fsm; member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_mem_struct.h | 285 } fsm; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_mem_struct.h | 286 } fsm; member
|