Searched defs:channel (Results 1 – 8 of 8) sorted by relevance
725 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()
141 uint8_t channel; //!< \brief Channel to use<br> member180 uint8_t channel; //!< \brief Channel to use<br> member234 uint8_t channel; //!< \brief Channel to use<br> member296 uint8_t channel; //!< \brief Channel to use<br> member337 uint8_t channel; //!< \brief Channel to use<br> member378 uint8_t channel; //!< \brief Channel to use<br> member419 uint8_t channel; //!< \brief Channel to use<br> member460 uint8_t channel; //!< \brief Channel to use<br> member501 uint8_t channel; //!< \brief Channel to use<br> member542 uint8_t channel; //!< \brief Channel to use<br> member[all …]
103 …uint8_t channel; //!< \brief Channel to tune to in the start of the operation<… member232 …uint8_t channel; //!< \brief Channel to tune to in the start of the operation<… member
907 uint32_t channel = hwAttrs->txChIdx; in hwiIntFxn() local
1868 …RF_RatHandle channel; ///< RF_RatHandle identifies the channel to be allocat… member1880 …RF_RatHandle channel; ///< RF_RatHandle identifies the channel to be allocat… member
268 RF_RatChannel channel[RF_RAT_CH_CNT]; /* Container of channel configurations. */ member
714 uint8_t channel; /**< The received channel */ member
309 #define SL_WLAN_RAW_RF_SOCKET_CHANNEL(channel, flags) (channel&0xFF | (flags&0xFF)<<8) argument