Home
last modified time | relevance | path

Searched refs:REGDMA_MODEM_BT_BB_LINK (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_phy/src/
Dbtbb_init.c34 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_MODEM_BT_BB_LINK(0x00), BB_PART_0_ADDR, BB_PA… in btbb_sleep_retention_init()
35 …[1] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_MODEM_BT_BB_LINK(0x01), BB_PART_1_ADDR, BB_PA… in btbb_sleep_retention_init()
36 …[2] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_MODEM_BT_BB_LINK(0x02), BB_PART_2_ADDR, BB_PA… in btbb_sleep_retention_init()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h44 #define REGDMA_MODEM_BT_BB_LINK(_pri) ((0x16 << 8) | _pri) macro