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 Quadrature Decoder (QDEC) peripheral.
48 * @brief This value can be provided as a parameter for the @ref nrf_qdec_pio_assign
71 …NRF_QDEC_EVENT_SAMPLERDY = offsetof(NRF_QDEC_Type, EVENTS_SAMPLERDY), /**< Event generated for eve…
72 …NRF_QDEC_EVENT_REPORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for eve…
73 …NRF_QDEC_EVENT_ACCOF = offsetof(NRF_QDEC_Type, EVENTS_ACCOF) /**< Event generated for eve…
92 …NRF_QDEC_INT_SAMPLERDY_MASK = QDEC_INTENSET_SAMPLERDY_Msk, /**< Mask for enabling or disabling an …
93 …NRF_QDEC_INT_REPORTRDY_MASK = QDEC_INTENSET_REPORTRDY_Msk, /**< Mask for enabling or disabling an …
94 …NRF_QDEC_INT_ACCOF_MASK = QDEC_INTENSET_ACCOF_Msk /**< Mask for enabling or disabling an …
103 …NRF_QDEC_DISABLE = QDEC_ENABLE_ENABLE_Disabled, /**< Mask for disabling the QDEC periperal. When d…
104 …NRF_QDEC_ENABLE = QDEC_ENABLE_ENABLE_Enabled /**< Mask for enabling the QDEC periperal. When en…
114 …NRF_QDEC_DBFEN_DISABLE = QDEC_DBFEN_DBFEN_Disabled, /**< Mask for disabling the debounce filter. …
115 …NRF_QDEC_DBFEN_ENABLE = QDEC_DBFEN_DBFEN_Enabled /**< Mask for enabling the debounce filter. */
163 * @brief Function for enabling QDEC.
168 * @brief Function for disabling QDEC.
173 * @brief Function for returning the enable state of QDEC.
179 * @brief Function for enabling QDEC interrupts by mask.
185 * @brief Function for disabling QDEC interrupts by mask.
192 * @brief Function for getting the enabled interrupts of the QDEC.
197 * @brief Function for enabling the debouncing filter of the QED.
202 * @brief Function for disabling the debouncing filter of the QED.
207 * @brief Function for getting the state of the QDEC's debouncing filter.
214 * @brief Function for assigning QDEC pins.
222 * @brief Function for setting a specific QDEC task.
228 * @brief Function for retrieving the address of a QDEC task register.
234 * @brief Function for clearing a specific QDEC event.
240 * @brief Function for retrieving the state of a specific QDEC event.
246 * @brief Function for retrieving the address of a specific QDEC event register.
253 * @brief Function for setting QDEC shortcuts.
259 * @brief Function for clearing shortcuts of the QDEC by mask.
265 * @brief Function for retrieving the value of QDEC's SAMPLEPER register.
271 * @brief Function for converting the value of QDEC's SAMPLE PERIOD to microseconds.
277 * @brief Function for setting the value of QDEC's SAMPLEPER register.
283 * @brief Function for retrieving the value of QDEC's SAMPLE register.
289 * @brief Function for retrieving the value of QDEC's ACC register.
295 * @brief Function for retrieving the value of QDEC's ACCREAD register.
301 * @brief Function for retrieving the value of QDEC's ACCDBL register.
307 * @brief Function for retrieving the value of QDEC's ACCDBLREAD register.
313 * @brief Function for setting how long the LED is switched on before sampling.
319 * @brief Function for retrieving how long the LED is switched on before sampling.
325 * @brief Function for setting the report period (in samples).
331 * @brief Function for retrieving the report period.
337 * @brief Function for retrieving the value of QDEC's SAMPLEPER register.
343 * @brief Function for setting the active level for the LED.
344 * @param[in] pol Active level for the LED.
349 * @brief Function for retrieving the active level for the LED.
350 * @return Active level for the LED.