Searched defs:StateMachineNo (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio.c | 677 void HAL_RADIO_SetChannelMap(uint8_t StateMachineNo, uint8_t *chan_remap) in HAL_RADIO_SetChannelMap() 718 void HAL_RADIO_SetChannel(uint8_t StateMachineNo, uint8_t channel, uint8_t channel_increment) in HAL_RADIO_SetChannel() 744 void HAL_RADIO_SetTxAttributes(uint8_t StateMachineNo, uint32_t NetworkID, uint32_t crc_init) in HAL_RADIO_SetTxAttributes() 766 void HAL_RADIO_SetEncryptionCount(uint8_t StateMachineNo, uint8_t *count_tx, uint8_t *count_rcv) in HAL_RADIO_SetEncryptionCount() 787 void HAL_RADIO_SetEncryptionAttributes(uint8_t StateMachineNo, uint8_t *enc_iv, uint8_t *enc_key) in HAL_RADIO_SetEncryptionAttributes() 813 void HAL_RADIO_SetMaxReceivedLength(uint8_t StateMachineNo, uint8_t MaxReceivedLength) in HAL_RADIO_SetMaxReceivedLength() 841 void HAL_RADIO_SetPhy(uint8_t StateMachineNo, uint8_t phy) in HAL_RADIO_SetPhy() 865 void HAL_RADIO_SetEncryptFlags(uint8_t StateMachineNo, FunctionalState EncryptFlagTx, FunctionalSta… in HAL_RADIO_SetEncryptFlags() 1110 void HAL_RADIO_SetDefaultPreambleLen(uint8_t StateMachineNo) in HAL_RADIO_SetDefaultPreambleLen() 1122 void HAL_RADIO_SetPreambleRep(uint8_t StateMachineNo, uint8_t PreaLen) in HAL_RADIO_SetPreambleRep() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio.h | 58 …uint8_t StateMachineNo; /* This parameter indicates the state machine number for this action… member
|