Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-latest/components/soc/include/soc/
Drtc_io_periph.h49 uint32_t hold; /*!< Mask of hold enable */ member
/hal_espressif-latest/components/hal/include/hal/
Di2c_types.h43 uint16_t hold; /*!< I2C start and stop condition hold period */ member
Dreadme.md23 To get better performance and better porting ability, ``context``s are used to hold sustainable dat…
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_io_ll.h222 REG_SET_BIT(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].hold); in rtcio_ll_force_hold_enable()
234 REG_CLR_BIT(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].hold); in rtcio_ll_force_hold_disable()
Di2c_ll.h85 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
128 hw->scl_start_hold.time = bus_cfg->hold; in i2c_ll_set_bus_timing()
129 hw->scl_stop_hold.time = bus_cfg->hold; in i2c_ll_set_bus_timing()
Dspi_ll.h719 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
721 hw->ctrl2.hold_time = hold; in spi_ll_master_set_cs_hold()
722 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_struct.h188 …uint32_t hold: 1; /*hold the current value of the output when setting the hold… member
252 …uint32_t hold: 1; /*hold the current value of the output when setting the hold to �… member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h98 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
147 hw->scl_start_hold.scl_start_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
148 hw->scl_stop_hold.scl_stop_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
Dspi_ll.h795 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
797 hw->user1.cs_hold_time = hold; in spi_ll_master_set_cs_hold()
798 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2c_ll.h90 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
116 hw->scl_start_hold.time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
117 hw->scl_stop_hold.time = bus_cfg->hold; in i2c_ll_set_bus_timing()
Dspi_ll.h778 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
780 hw->ctrl2.cs_hold_time = hold; in spi_ll_master_set_cs_hold()
781 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
1000 …PI_LL_INTR_SEG_DONE, slave.int_dma_seg_trans_en, hold.dma_seg_trans_done, hold.dma…
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h98 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
147 hw->scl_start_hold.scl_start_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
148 hw->scl_stop_hold.scl_stop_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
Dspi_ll.h809 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
811 hw->user1.cs_hold_time = hold; in spi_ll_master_set_cs_hold()
812 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h98 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
151 hw->scl_start_hold.scl_start_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
152 hw->scl_stop_hold.scl_stop_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
Dspi_ll.h799 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
801 hw->user1.cs_hold_time = hold; in spi_ll_master_set_cs_hold()
802 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Di2c_ll.h99 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
148 hw->scl_start_hold.time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
149 hw->scl_stop_hold.time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
Dspi_ll.h795 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
797 hw->user1.cs_hold_time = hold; in spi_ll_master_set_cs_hold()
798 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h98 clk_cal->hold = half_cycle; in i2c_ll_cal_bus_clk()
151 hw->scl_start_hold.scl_start_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
152 hw->scl_stop_hold.scl_stop_hold_time = bus_cfg->hold - 1; in i2c_ll_set_bus_timing()
Dspi_ll.h801 static inline void spi_ll_master_set_cs_hold(spi_dev_t *hw, int hold) in spi_ll_master_set_cs_hold() argument
803 hw->user1.cs_hold_time = hold; in spi_ll_master_set_cs_hold()
804 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst149 In Linux serial ports by default will assert RTS when nothing is attached to them. This can hold th…
166 …uides or user guides. For example, to manually reset a development board, hold down the **Boot** b…
171 …ip but for some reason the chip is not entering into bootloader mode then hold down the Boot butto…
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_struct.h265 } hold; member
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt173 defend, and hold each Contributor harmless for any liability
/hal_espressif-latest/
DLICENSE173 defend, and hold each Contributor harmless for any liability
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-APACHE172 defend, and hold each Contributor harmless for any liability
/hal_espressif-latest/components/esp_wifi/
DKconfig229 …default length of a beacon frame can simultaneously hold only five root node identifier structures,