Lines Matching full:for

21  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
44 * @brief Hardware access layer for managing the Pulse Density Modulation (PDM) peripheral.
117 * @brief Function for triggering a PDM task.
124 * @brief Function for getting the address of a PDM task register.
133 * @brief Function for getting the state of a PDM event.
142 * @brief Function for clearing a PDM event.
149 * @brief Function for getting the address of a PDM event register.
158 * @brief Function for enabling PDM interrupts.
165 * @brief Function for retrieving the state of PDM interrupts.
175 * @brief Function for disabling interrupts.
183 * @brief Function for setting the subscribe configuration for a given
186 * @param[in] task Task for which to set the configuration.
193 * @brief Function for clearing the subscribe configuration for a given
196 * @param[in] task Task for which to clear the configuration.
201 * @brief Function for setting the publish configuration for a given
204 * @param[in] event Event for which to set the configuration.
211 * @brief Function for clearing the publish configuration for a given
214 * @param[in] event Event for which to clear the configuration.
220 * @brief Function for enabling the PDM peripheral.
227 * @brief Function for disabling the PDM peripheral.
232 * @brief Function for checking if the PDM peripheral is enabled.
240 * @brief Function for setting the PDM operation mode.
248 * @brief Function for getting the PDM operation mode.
256 * @brief Function for setting the PDM clock frequency.
263 * @brief Function for getting the PDM clock frequency.
268 * @brief Function for setting up the PDM pins.
276 * @brief Function for disconnecting the PDM pins.
281 * @brief Function for setting the PDM gain.
289 * @brief Function for getting the PDM gain.
297 * @brief Function for setting the PDM sample buffer.
300 * @param[in] num Number of samples to allocate memory for in EasyDMA mode.
303 * - For stereo mode: N 32-bit words.
304 * - For mono mode: Ceil(N/2) 32-bit words.
309 * @brief Function for getting the current PDM sample buffer address.