Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 8 of 8) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c725 void DMA_assignInterrupt(uint32_t interruptNumber, uint32_t channel) in DMA_assignInterrupt()
749 void DMA_requestSoftwareTransfer(uint32_t channel) in DMA_requestSoftwareTransfer()
759 void DMA_clearInterruptFlag(uint32_t channel) in DMA_clearInterruptFlag()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_ble_cmd.h141 uint8_t channel; //!< \brief Channel to use<br> member
180 uint8_t channel; //!< \brief Channel to use<br> member
234 uint8_t channel; //!< \brief Channel to use<br> member
296 uint8_t channel; //!< \brief Channel to use<br> member
337 uint8_t channel; //!< \brief Channel to use<br> member
378 uint8_t channel; //!< \brief Channel to use<br> member
419 uint8_t channel; //!< \brief Channel to use<br> member
460 uint8_t channel; //!< \brief Channel to use<br> member
501 uint8_t channel; //!< \brief Channel to use<br> member
542 uint8_t channel; //!< \brief Channel to use<br> member
[all …]
Drf_ieee_cmd.h103 …uint8_t channel; //!< \brief Channel to tune to in the start of the operation<… member
232 …uint8_t channel; //!< \brief Channel to tune to in the start of the operation<… member
/hal_ti-2.7.6/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c907 uint32_t channel = hwAttrs->txChIdx; in hwiIntFxn() local
/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1868 …RF_RatHandle channel; ///< RF_RatHandle identifies the channel to be allocat… member
1880 …RF_RatHandle channel; ///< RF_RatHandle identifies the channel to be allocat… member
DRFCC26X2_multiMode.c268 RF_RatChannel channel[RF_RAT_CH_CNT]; /* Container of channel configurations. */ member
/hal_ti-2.7.6/simplelink/source/ti/net/
Dslnetsock.h714 uint8_t channel; /**< The received channel */ member
/hal_ti-2.7.6/simplelink/source/ti/drivers/net/wifi/
Dwlan.h309 #define SL_WLAN_RAW_RF_SOCKET_CHANNEL(channel, flags) (channel&0xFF | (flags&0xFF)<<8) argument