/hal_espressif-latest/components/hal/include/hal/ |
D | gpio_hal.h | 52 #define gpio_hal_get_io_config(hal, gpio_num, pu, pd, ie, oe, od, drv, fun_sel, sig_out, slp_sel) \ argument 53 … gpio_ll_get_io_config((hal)->dev, gpio_num, pu, pd, ie, oe, od, drv, fun_sel, sig_out, slp_sel)
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 58 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 66 *oe = (hw->enable.val & bit_mask) >> gpio_num; in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gpio_ll.h | 54 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 63 *oe = (((gpio_num < 32) ? hw->enable : hw->enable1.val) & bit_mask) >> bit_shift; in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gpio_ll.h | 51 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 59 *oe = (hw->enable.val & bit_mask) >> gpio_num; in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | gpio_ll.h | 53 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 62 *oe = (((gpio_num < 32) ? hw->enable : hw->enable1.val) & bit_mask) >> bit_shift; in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | gpio_ll.h | 58 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 67 *oe = (((gpio_num < 32) ? hw->enable : hw->enable1.val) & bit_mask) >> bit_shift; in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gpio_ll.h | 54 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 62 *oe = (hw->enable.val & bit_mask) >> gpio_num; in gpio_ll_get_io_config()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gpio_ll.h | 57 … bool *pu, bool *pd, bool *ie, bool *oe, bool *od, uint32_t *drv, in gpio_ll_get_io_config() argument 65 *oe = (hw->enable.val & bit_mask) >> gpio_num; in gpio_ll_get_io_config()
|