/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 4 bool "Store phy calibration data in NVS" 25 partition is included (type: 'data', subtype: 'phy'). 62 bool "Support embedded multiple phy init data bin to app bin" 66 If enabled, multiple phy init data bin will embedded into app bin 67 …If not enabled, multiple phy init data bin will still leave alone, and need to be flashed by users. 82 Select to support record and query phy used time.
|
D | CMakeLists.txt | 56 target_link_libraries(${COMPONENT_LIB} PUBLIC phy) 89 …e_get_partition_info(phy_partition_offset "--partition-type data --partition-subtype phy" "offset") 118 set(phy_name "phy")
|
D | linker.lf | 10 [mapping:phy]
|
/hal_espressif-latest/zephyr/scripts/ |
D | submodules.txt | 5 …7dc778d48c15229af05ce0f03f78e15528c components/esp_phy/lib https://github.com/espressif/esp-phy-lib
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ble_50.ld | 67 /* phy update*/
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ble_50.ld | 67 /* phy update*/
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 431 uint8_t phy; member 435 uint8_t phy; member
|
/hal_espressif-latest/components/esp_rom/ |
D | CMakeLists.txt | 126 # The linking of the bootloader needs to use the rom_i2c_writeReg_Mask in esp32c6.rom.phy.ld 127 rom_linker_script("phy") 316 rom_linker_script("phy")
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1177 UINT8 btsnd_hcic_ble_enhand_rx_test(UINT8 rx_channel, UINT8 phy, in btsnd_hcic_ble_enhand_rx_test() argument 1184 rx_channel, phy, modulation_idx); in btsnd_hcic_ble_enhand_rx_test() 1190 UINT8_TO_STREAM(pp, phy); in btsnd_hcic_ble_enhand_rx_test() 1200 UINT8 phy) in btsnd_hcic_ble_enhand_tx_test() argument 1206 tx_channel, len, packect, phy); in btsnd_hcic_ble_enhand_tx_test() 1215 UINT8_TO_STREAM(pp, phy); in btsnd_hcic_ble_enhand_tx_test()
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.phy.ld | 6 /* ROM function interface esp32c6.rom.phy.ld for esp32c6
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 418 Timeout time for close rf phy when beacon loss occurs, Unit: 1024 microsecond. 435 Delta early time for rf phy on, When the beacon is lost, the next rf phy on will 444 Delta timeout time for rf phy off, When the beacon is lost, the next rf phy off will
|
/hal_espressif-latest/zephyr/esp32/ |
D | CMakeLists.txt | 396 phy 413 ../port/phy/phy_stubs.c 431 ../port/phy/phy_stubs.c
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 3402 …tart(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, uint8_t phy, tBTA_DTM_CMD_CMPL_… in BTA_DmBleDtmEnhTxStart() argument 3412 p_msg->phy = phy; in BTA_DmBleDtmEnhTxStart() 3419 void BTA_DmBleDtmEnhRxStart(uint8_t rx_channel, uint8_t phy, uint8_t modulation_index, tBTA_DTM_CMD… in BTA_DmBleDtmEnhRxStart() argument 3427 p_msg->phy = phy; in BTA_DmBleDtmEnhRxStart()
|
/hal_espressif-latest/zephyr/esp32c3/ |
D | CMakeLists.txt | 390 phy 407 ../port/phy/phy_stubs.c 437 ../port/phy/phy_stubs.c
|
/hal_espressif-latest/zephyr/esp32c6/ |
D | CMakeLists.txt | 372 phy 379 …URRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.phy.ld 560 ../port/phy/phy_stubs.c
|
/hal_espressif-latest/zephyr/esp32s3/ |
D | CMakeLists.txt | 422 phy 438 ../port/phy/phy_stubs.c 461 ../port/phy/phy_stubs.c
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 455 Enable uncoded phy AGC recorrect 458 bool "Enable coded phy AGC recorrect" 462 Enable coded phy AGC recorrect
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 963 UINT8 btsnd_hcic_ble_enhand_rx_test(UINT8 rx_channel, UINT8 phy, 968 UINT8 phy);
|
D | btm_ble_api.h | 2793 void BTM_BleEnhancedReceiverTest(UINT8 rx_freq, UINT8 phy, UINT8 modulation_index, tBTM_CMPL_CB *p_… 2795 …mitterTest(UINT8 tx_freq, UINT8 test_data_len, UINT8 packet_payload, UINT8 phy, tBTM_CMPL_CB *p_cm…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1538 …tart(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, uint8_t phy, tBTA_DTM_CMD_CMPL_… in btc_ble_dtm_enhance_tx_start() argument 1540 BTA_DmBleDtmEnhTxStart(tx_channel, len_of_data, pkt_payload, phy, p_dtm_cmpl_cback); in btc_ble_dtm_enhance_tx_start() 1543 static void btc_ble_dtm_enhance_rx_start(uint8_t rx_channel, uint8_t phy, uint8_t modulation_index,… in btc_ble_dtm_enhance_rx_start() argument 1546 BTA_DmBleDtmEnhRxStart(rx_channel, phy, modulation_index, p_dtm_cmpl_cback); in btc_ble_dtm_enhance_rx_start() 2381 ….len_of_data, arg_5->dtm_enh_tx_start.pkt_payload, arg_5->dtm_enh_tx_start.phy, btc_dtm_tx_start_c… in btc_gap_ble_call_handler() 2384 …hance_rx_start(arg_5->dtm_enh_rx_start.rx_channel, arg_5->dtm_enh_rx_start.phy, arg_5->dtm_enh_rx_… in btc_gap_ble_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1040 …esp_ble_gap_phy_t phy; /*!< the phy type used by the transmitter, cod… member 1049 …esp_ble_gap_phy_t phy; /*!< the phy type used by the receiver, 1M phy: 0x01, … member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 855 void BTM_BleEnhancedReceiverTest(UINT8 rx_freq, UINT8 phy, UINT8 modulation_index, tBTM_CMPL_CB *p_… in BTM_BleEnhancedReceiverTest() argument 859 if (btsnd_hcic_ble_enhand_rx_test(rx_freq, phy, modulation_index) == FALSE) { in BTM_BleEnhancedReceiverTest() 878 UINT8 packet_payload, UINT8 phy, tBTM_CMPL_CB *p_cmd_cmpl_cback) in BTM_BleEnhancedTransmitterTest() argument 881 if (btsnd_hcic_ble_enhand_tx_test(tx_freq, test_data_len, packet_payload, phy) == FALSE) { in BTM_BleEnhancedTransmitterTest()
|
/hal_espressif-latest/zephyr/esp32c2/ |
D | CMakeLists.txt | 361 ../port/phy/phy_stubs.c 369 phy
|
/hal_espressif-latest/zephyr/esp32s2/ |
D | CMakeLists.txt | 589 ../port/phy/phy_stubs.c 611 phy
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 989 UINT8 phy; member 995 UINT8 phy; member
|