Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Ddac_ll.h155 static inline void dac_ll_cw_set_phase(dac_channel_t channel, dac_cosine_phase_t phase) in dac_ll_cw_set_phase() argument
158 SENS.sar_dac_ctrl2.dac_inv1 = phase; in dac_ll_cw_set_phase()
160 SENS.sar_dac_ctrl2.dac_inv2 = phase; in dac_ll_cw_set_phase()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Ddac_ll.h176 static inline void dac_ll_cw_set_phase(dac_channel_t channel, dac_cosine_phase_t phase) in dac_ll_cw_set_phase() argument
179 SENS.sar_dac_ctrl2.dac_inv1 = phase; in dac_ll_cw_set_phase()
181 SENS.sar_dac_ctrl2.dac_inv2 = phase; in dac_ll_cw_set_phase()
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c140 static void on_ppp_notify_phase(ppp_pcb *pcb, u8_t phase, void *ctx) in on_ppp_notify_phase() argument
142 switch (phase) { in on_ppp_notify_phase()
168 ESP_LOGW(TAG, "Phase Unknown: %d", phase); in on_ppp_notify_phase()
175 …esp_err_t err = esp_event_post(NETIF_PPP_STATUS, NETIF_PP_PHASE_OFFSET + phase, &netif, sizeof(net… in on_ppp_notify_phase()
/hal_espressif-latest/components/driver/deprecated/driver/
Ddac_types_legacy.h71 dac_cw_phase_t phase; /*!< Set the phase of the cosine wave generator output. */ member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsdmmc_ll.h137 static inline void sdmmc_ll_set_din_delay(sdmmc_dev_t *hw, sdmmc_ll_delay_phase_t phase) in sdmmc_ll_set_din_delay() argument
139 switch (phase) { in sdmmc_ll_set_din_delay()
/hal_espressif-latest/components/driver/deprecated/
Ddac_common_legacy.c128 dac_ll_cw_set_phase(cw->en_ch, (dac_cosine_phase_t)cw->phase); in dac_cw_generator_config()
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc109 * - On current chips, addr phase can support 32 bits at most.
116 * addr phase to send the continuous mode bits:
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c2867 uint16_t idx, uint8_t phase, uint8_t status) in send_krp_status() argument
2875 net_buf_simple_add_u8(&msg, phase); in send_krp_status()
2909 uint8_t phase = 0U; in krp_set() local
2913 phase = net_buf_simple_pull_u8(buf); in krp_set()
2920 BT_DBG("idx 0x%04x transition 0x%02x", idx, phase); in krp_set()
2928 BT_DBG("%u -> %u", sub->kr_phase, phase); in krp_set()
2930 if (phase < BLE_MESH_KR_PHASE_2 || phase > BLE_MESH_KR_PHASE_3 || in krp_set()
2932 phase == BLE_MESH_KR_PHASE_2)) { in krp_set()
2933 BT_WARN("Prohibited transition %u -> %u", sub->kr_phase, phase); in krp_set()
2938 phase == BLE_MESH_KR_PHASE_2) { in krp_set()
[all …]
Dcfg_cli.c621 status.phase = net_buf_simple_pull_u8(buf); in kr_phase_status()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h246 uint8_t phase; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h557 uint8_t phase; /*!< Key Refresh Phase state */ member