Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c744 void HAL_RADIO_SetTxAttributes(uint8_t StateMachineNo, uint32_t NetworkID, uint32_t crc_init) in HAL_RADIO_SetTxAttributes() argument
750 (bluedata + StateMachineNo)->CRCINIT[0] = crc_init; in HAL_RADIO_SetTxAttributes()
751 (bluedata + StateMachineNo)->CRCINIT[1] = crc_init >> 8; in HAL_RADIO_SetTxAttributes()
752 (bluedata + StateMachineNo)->CRCINIT[2] = crc_init >> 16; in HAL_RADIO_SetTxAttributes()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio.h128 void HAL_RADIO_SetTxAttributes(uint8_t StateMachineNo, uint32_t NetworkID, uint32_t crc_init);