Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 6 of 6) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c220 void Chip_ADC_SelectTH0Channels(LPC_ADC_T *pADC, uint32_t channels) in Chip_ADC_SelectTH0Channels() argument
222 Chip_ADC_ClearTHRSELBits(pADC, channels); in Chip_ADC_SelectTH0Channels()
226 void Chip_ADC_SelectTH1Channels(LPC_ADC_T *pADC, uint32_t channels) in Chip_ADC_SelectTH1Channels() argument
228 Chip_ADC_SetTHRSELBits(pADC, channels); in Chip_ADC_SelectTH1Channels()
/external/platform/nrfx/drivers/include/
A Dnrfx_i2s.h76 nrf_i2s_channels_t channels; ///< Enabled channels. member
130 .channels = NRF_I2S_CHANNELS_LEFT, \
/external/platform/nrfx/hal/
A Dnrf_i2s.h431 nrf_i2s_channels_t channels,
642 nrf_i2s_channels_t channels, in nrf_i2s_configure() argument
667 p_reg->CONFIG.CHANNELS = channels; in nrf_i2s_configure()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h502 void Chip_ADC_SelectTH0Channels(LPC_ADC_T *pADC, uint32_t channels);
513 void Chip_ADC_SelectTH1Channels(LPC_ADC_T *pADC, uint32_t channels);
/external/platform/nrfx/drivers/src/
A Dnrfx_i2s.c209 p_config->channels, in nrfx_i2s_init()
/external/platform/nrfx/
A DCHANGELOG.md245 - Fixed the nrfx_ppi_channel_fork_assign() function. It now accepts also pre-programmed channels.
341 - Fixed definitions related to compare channels in the TIMER HAL.

Completed in 12 milliseconds