Home
last modified time | relevance | path

Searched refs:txWord (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h256 uint16_t txWord; /*!< Repeated word to transmit */ member
269 .txWord = 0, \
Dgeneric.h195 uint32_t txWord: 16; /*!< Repeated word to transmit */ member
209 .txWord = 0, \
Dble5.h780 uint16_t txWord; /*!< Repeated word to transmit */ member
794 .txWord = 0, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.c751 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_GENERIC_RAM_O_PATTERN) = txCmd->config.txWord; in RCL_Handler_Generic_TxTest()
767 …MDMSYNCA) = RCL_Handler_Generic_updateSyncWord(txCmd->config.txWord | (txCmd->config.txWord << 16)… in RCL_Handler_Generic_TxTest()
Dble5.c4353 uint32_t txWord = byteVal | (byteVal << 8) | (byteVal << 16) | (byteVal << 24); in RCL_Handler_BLE5_dtmTx() local
4356 HWREG_WRITE_LRF(LRFDTXF_BASE + LRFDTXF_O_TXD) = txWord; in RCL_Handler_BLE5_dtmTx()
4378 uint32_t txWord = 0; in RCL_Handler_BLE5_dtmTx() local
4389 txWord |= txByte << (j * 8); in RCL_Handler_BLE5_dtmTx()
4393 HWREG_WRITE_LRF(LRFDTXF_BASE + LRFDTXF_O_TXD) = txWord; in RCL_Handler_BLE5_dtmTx()
4900 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE5_RAM_O_PATTERN) = txCmd->txWord; in RCL_Handler_Ble5_txTest()
4919 … HWREG_WRITE_LRF(LRFDPBE32_BASE + LRFDPBE32_O_MDMSYNCA) = txCmd->txWord | (txCmd->txWord << 16); in RCL_Handler_Ble5_txTest()
Dieee.c1305 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_IEEE_RAM_O_PATTERN) = txCmd->txWord; in RCL_Handler_Ieee_TxTest()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_common_cmd.h378 uint16_t txWord; //!< Value to send to the modem before whitening member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_common_cmd.h378 uint16_t txWord; //!< Value to send to the modem before whitening member