Searched refs:channels (Results 1 – 6 of 6) sorted by relevance
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | adc_15xx.c | 220 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 D | nrfx_i2s.h | 76 nrf_i2s_channels_t channels; ///< Enabled channels. member 130 .channels = NRF_I2S_CHANNELS_LEFT, \
|
| /external/platform/nrfx/hal/ |
| A D | nrf_i2s.h | 431 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 D | adc_15xx.h | 502 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 D | nrfx_i2s.c | 209 p_config->channels, in nrfx_i2s_init()
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 245 - 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