/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 438 #define BTM_COD_RESERVED_2(u8, pd) {u8 = pd[2]&0x03;} argument 439 #define BTM_COD_MINOR_CLASS(u8, pd) {u8 = pd[2]&0xFC;} argument 440 #define BTM_COD_MAJOR_CLASS(u8, pd) {u8 = pd[1]&0x1F;} argument 441 #define BTM_COD_SERVICE_CLASS(u16, pd) {u16 = pd[0]; u16<<=8; u16 += pd[1]&0xE0;} argument 444 #define FIELDS_TO_COD(pd, rs, mn, mj, sv) {pd[2] = (mn & BTM_COD_MINOR_CLASS_MASK) + (rs & BTM_COD_… argument 445 pd[1] = mj+ ((sv)&BTM_COD_SERVICE_CLASS_LO_B); \ 446 pd[0] = (sv) >> 8;}
|
/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 64 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; 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 61 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; 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 57 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; 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 60 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; 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 65 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; 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 60 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; 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 63 *pd = (iomux_reg_val & FUN_PD_M) >> FUN_PD_S; in gpio_ll_get_io_config()
|