Searched refs:phy (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/ |
D | ll_intf.h | 380 tx_rx_phy_e phy; /* the PHY used for transmission of PDUs of BISes in the BIG */ member 398 uint8_t phy; /* the PHY used to create the BIG*/ member 487 …uint8_t phy; /* Indicate the PHY involved (which might not be the current TX PHY for the releva… member 788 uint8_t phy; /* specify the PHY to be used by the receiver */ member 805 uint8_t phy; /* specify the PHY to be used by the transmitter */ member 819 uint8_t phy; /* PHY for which the TX_Power level used by the local controller is updated */ member 830 uint8_t phy; /* PHY for which the current and maximum TX_Power levels are reported */ member 838 uint8_t phy; /* PHY for which the TX_Power level used by the remote controller is reported */ member 880 uint8_t phy; /* specify the PHY to be used by the transmitter */ member 2522 uint8_t phy, uint8_t modulation_index); [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio.c | 841 void HAL_RADIO_SetPhy(uint8_t StateMachineNo, uint8_t phy) in HAL_RADIO_SetPhy() argument 843 assert_param(IS_PHY_VALID(phy)); in HAL_RADIO_SetPhy() 845 MODIFY_REG((bluedata + StateMachineNo)->BYTE3, STATEMACH_BYTE3_TXPHY_Msk, phy); in HAL_RADIO_SetPhy() 846 MODIFY_REG((bluedata + StateMachineNo)->BYTE3, STATEMACH_BYTE3_RXPHY_Msk, phy << 4); in HAL_RADIO_SetPhy()
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/ |
D | ble_stack_user_cfg.c | 3481 uint8_t phy, in aci_gap_set_scan_configuration() argument 3488 phy, in aci_gap_set_scan_configuration() 3499 tBleStatus aci_gap_set_connection_configuration(uint8_t phy, in aci_gap_set_connection_configuration() argument 3507 return aci_gap_set_connection_configuration_api(phy, in aci_gap_set_connection_configuration() 4570 uint8_t phy, in hci_le_create_big_test() argument 4587 phy, in hci_le_create_big_test() 4671 uint8_t phy, in hci_le_create_big() argument 4684 phy, in hci_le_create_big()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio.h | 131 void HAL_RADIO_SetPhy(uint8_t StateMachineNo, uint8_t phy);
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack_user_cfg.h | 1877 uint8_t phy, 1882 tBleStatus aci_gap_set_connection_configuration_api(uint8_t phy, 2226 uint8_t phy, 2256 uint8_t phy,
|