Home
last modified time | relevance | path

Searched full:channels (Results 1 – 25 of 70) sorted by relevance

123

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_ppi.h58 …SK ((uint32_t)0xFFFFFFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< All PPI channels available to the …
59 …nt32_t)0x000FFFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< Programmable PPI channels available to the …
61 …SK ((uint32_t)0xFFF0FFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< All PPI channels available to the …
62 …nt32_t)0x0000FFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< Programmable PPI channels available to the …
70 * This function disables all channels and clears the channel groups.
178 * @brief Function for including multiple PPI channels in a channel group.
180 * @param[in] channel_mask PPI channels to be added.
181 * @param[in] group Channel group in which to include the channels.
183 * @retval NRFX_SUCCESS If the channels was successfully included.
184 * @retval NRFX_ERROR_INVALID_PARAM If group is not an application group or channels are not an
[all …]
H A Dnrfx_adc.h157 * This function stops all ongoing conversions and disables all channels.
165 * called, all channels that have been enabled with this function are sampled.
184 * @brief Function for disabling all ADC channels.
195 * emulates scanning and all channels are sampled in the order they were enabled.
226 * Conversion is done on all enabled channels, but it is not triggered by this
232 * a single START task will trigger conversion on all enabled channels. For example:
233 * If 3 channels are enabled and the user requests 6 samples, the completion event
H A Dnrfx_i2s.h77 nrf_i2s_channels_t channels; ///< Enabled channels. member
104 .channels = (nrf_i2s_channels_t)NRFX_I2S_CONFIG_CHANNELS, \
H A Dnrfx_wdt.h107 * watchdog channels to avoid reset. At least one watchdog channel has to be allocated.
114 * @details Function feeds all allocated watchdog channels.
H A Dnrfx_rtc.h69 uint8_t cc_channel_count; /**< Number of capture/compare channels. */
173 * @param[in] channel One of the instance's channels.
192 * @param[in] channel One of the instance's channels.
H A Dnrfx_saadc.h184 * This function stops all ongoing conversions and disables all channels.
245 * handler. Conversion will be done on all enabled channels. If the ADC is in idle state, the
H A Dnrfx_gpiote.h211 * attempts to allocate one of the available GPIOTE channels. If no channel is
306 * of the available GPIOTE channels. If no channel is
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_dppi.h97 * @brief Function for enabling multiple DPPI channels.
99 * The bits in @c mask value correspond to particular channels. It means that
108 * @brief Function for disabling multiple DPPI channels.
110 * The bits in @c mask value correspond to particular channels. It means that
119 * @brief Function for disabling all DPPI channels.
147 * @brief Function for including multiple DPPI channels in a channel group.
149 * @details This function adds all specified channels to the group.
150 * The bits in @p channel_mask value correspond to particular channels. It means that
154 * @param[in] channel_mask Channels to be included in the group.
162 * @brief Function for removing multiple DPPI channels from a channel group.
[all …]
H A Dnrf_ppi.h46 * channels.
53 * @brief PPI channels.
111 * @brief Definition of which PPI channels belong to a group.
186 * @brief Function for disabling all PPI channels.
191 * @brief Function for enabling multiple PPI channels.
198 * @brief Function for disabling multiple PPI channels.
278 * @brief Function for including multiple PPI channels in a channel group.
280 * @details This function adds all specified channels to the group.
282 * @param[in] channel_mask Channels to be included in the group.
303 * @brief Function for removing multiple PPI channels from a channel group.
[all …]
H A Dnrf_pwm.h56 * @brief Number of channels in each Pointer to the peripheral registers structure.
67 …RF_PWM_Type, TASKS_STOP), ///< Stops PWM pulse generation on all channels at the end of the…
148 …MMON = PWM_DECODER_LOAD_Common, ///< 1st half word (16-bit) used in all PWM channels (0-3).
149 …DER_LOAD_Grouped, ///< 1st half word (16-bit) used in channels 0 and 1; 2nd word in channels 2 …
178 uint16_t group_0; ///< Duty cycle value for group 0 (channels 0 and 1).
179 uint16_t group_1; ///< Duty cycle value for group 1 (channels 2 and 3).
439 * @brief Function for assigning pins to PWM output channels.
441 * Usage of all PWM output channels is optional. If a given channel is not
446 * @param[in] out_pins Array with pin numbers for individual PWM output channels.
H A Dnrf_i2s.h179 * @brief I2S enabled channels.
358 * @param[in] channels Enabled channels.
370 nrf_i2s_channels_t channels,
547 nrf_i2s_channels_t channels, in nrf_i2s_configure() argument
572 p_reg->CONFIG.CHANNELS = channels; in nrf_i2s_configure()
H A Dnrf_spu.h168 * @brief Function for configuring the DPPI channels to be available in particular domains.
170 * Channels are configured as bitmask. Set one in bitmask to make channels available only in secure
175 * @param[in] channels_mask Bitmask with channels configuration.
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst11 signal. BLE FHSS employs 40 2-MHz-wide channels to ensure greater
42 - Channel Selection Algorithm #2 to utilize channels in more efficient
77 Shift Keying (GFSK) radio using 40 RF channels (0-39), with 2 MHz
85 logical channels, named L2CAP channels, which are multiplexed over
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_dppi.c42 // Default mask of DPPI channels reserved for other modules.
79 // Disable all channels in nrfx_dppi_free()
93 // Clear all allocated channels. in nrfx_dppi_free()
104 // Get mask of available DPPI channels in nrfx_dppi_channel_alloc()
H A Dnrfx_adc.c91 // Disable all channels. This must be done after the interrupt is disabled in nrfx_adc_uninit()
94 // to read is bigger than the number of enabled channels). in nrfx_adc_uninit()
218 // Make sure the list of channels has not been somehow removed in adc_sample_process()
219 // (it is when all channels are disabled). in adc_sample_process()
H A Dnrfx_ppi.c42 static uint32_t m_channels_allocated; /**< Bitmap representing channels availability. 1 whe…
74 * @brief Check whether channels can be used by an application.
78 * @retval true All specified channels can be used by an application.
154 * @brief Clear all allocated channels.
212 // Disable all channels and groups in nrfx_ppi_free_all()
H A Dnrfx_saadc.c74 …saadc_psel_buffer psel[NRF_SAADC_CHANNEL_COUNT]; ///< Pin configurations of SAADC channels.
76 …uint8_t active_channels; ///< Number of enabled SAADC channels.
487 NRFX_LOG_INFO("Function: %s, buffer length: %d, active channels: %d.", in nrfx_saadc_buffer_convert()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_hci.h46 * As there are 37 channels, only the first 37 bits get written.
74 * As there are 37 channels, only the first 37 bits should be written are used.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml88 The number of L2CAP channels to allocate. The default value allows
89 for the signal, ATT, and SM channels for each connection.
110 Defines maximum number of LE Connection Oriented Channels channels.
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/test/src/
H A Dble_ll_csa2_test.c43 * (all channels used) in TEST_CASE()
85 * (9 channels used) in TEST_CASE()
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md32 - Fixed the nrfx_ppi_channel_fork_assign() function. It now accepts also pre-programmed channels.
128 - Fixed definitions related to compare channels in the TIMER HAL.
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml38 to high state when radio is enabled using PPI channels
/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_glue.h245 * @brief Bitmask defining DPPI channels reserved to be used outside of nrfx.
255 * @brief Bitmask defining PPI channels reserved to be used outside of nrfx.
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Daudio.h158 rt_uint32_t channels; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll.h281 /* Access address for advertising channels */
397 * channels. Only bits that are 1 are usable. LSB is channel 0.

123