Searched refs:BTBB_LINK_OWNER (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/esp_phy/src/ |
D | btbb_init.c | 26 #define BTBB_LINK_OWNER ENTRY(3) macro 28 #define BTBB_LINK_OWNER ENTRY(0) | ENTRY(2) macro 34 …T_BB_LINK(0x00), BB_PART_0_ADDR, BB_PART_0_ADDR, BB_PART_0_SIZE, 0, 0), .owner = BTBB_LINK_OWNER }, in btbb_sleep_retention_init() 35 …T_BB_LINK(0x01), BB_PART_1_ADDR, BB_PART_1_ADDR, BB_PART_1_SIZE, 0, 0), .owner = BTBB_LINK_OWNER }, in btbb_sleep_retention_init() 36 …BT_BB_LINK(0x02), BB_PART_2_ADDR, BB_PART_2_ADDR, BB_PART_2_SIZE, 0, 0), .owner = BTBB_LINK_OWNER } in btbb_sleep_retention_init()
|