Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_peripherals_alloc.c70 #error PPI channels for 802.15.4 driver overlap with MPSL channels
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_i2s.h75 nrf_i2s_channels_t channels; ///< Enabled channels. member
157 .channels = NRF_I2S_CHANNELS_LEFT, \
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
DREADME.md25 - STATE_MULTIPLE_CONFIG - SAADC driver is configured to work with multiple channels ( @p m_multiple…
27 - STATE_MULTIPLE_SAMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed s…
79 - "Multiple channels SAADC test."
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
DREADME.md24 - STATE_MULTIPLE_CONFIG - SAADC driver is configured to work with multiple channels ( @p m_multiple…
26 - STATE_MULTIPLE_SAMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed s…
77 - "Multiple channels SAADC test."
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
DREADME.md25 - STATE_MULTIPLE_CONFIG - SAADC driver is configured to work with multiple channels ( @p m_multiple…
27 - STATE_MULTIPLE_SAMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed s…
/hal_nordic-latest/nrfx/samples/src/nrfx_egu/
DREADME.md18 Application initializes the nrfx_egu driver instance and triggers three subsequent EGU channels.
/hal_nordic-latest/nrfx/hal/
Dnrf_i2s.h248 nrf_i2s_channels_t channels; /**< Enabled channels. */ member
743 p_reg->CONFIG.CHANNELS = p_config->channels; in nrf_i2s_configure()
Dnrf_tdm.h248 nrf_tdm_channel_mask_t channels; /**< Enabled channels. */ member
771 p_reg->CONFIG.CHANNEL.MASK = p_config->channels; in nrf_tdm_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_i2s.c264 .channels = p_config->channels, in nrfx_i2s_init()
/hal_nordic-latest/nrfx/
DCHANGELOG.md93 - Added function for freeing all allocated channels in the WDT driver.
217 - Added functions for getting the number of available channels and groups for a given peripheral in…
296 - Added NRF_TIMER_CC_COUNT_MAX symbol that specifies maximum number of available compare channels.
297 …_CHANNELS_INT_MASK symbol that is used for creating the interrupt bitmask for all compare channels.
310 - Added function for getting the currently configured channels in the SAADC driver.
337 - Added support for the TIMER CC channels 6 and 7.
641 - Fixed the nrfx_ppi_channel_fork_assign() function. It now accepts also pre-programmed channels.
737 - Fixed definitions related to compare channels in the TIMER HAL.