Lines Matching full:in

5  * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
115 * @param[in] event_type Timer event.
116 * @param[in] p_context General purpose parameter set during initialization of
127 * @param[in] p_instance Pointer to the driver instance structure.
128 * @param[in] p_config Pointer to the structure with initial configuration.
129 * @param[in] timer_event_handler Event handler provided by the user.
142 * @param[in] p_instance Pointer to the driver instance structure.
149 * @param[in] p_instance Pointer to the driver instance structure.
159 * @param[in] p_instance Pointer to the driver instance structure.
166 * @param[in] p_instance Pointer to the driver instance structure.
175 * @param[in] p_instance Pointer to the driver instance structure.
182 * @param[in] p_instance Pointer to the driver instance structure.
189 * @param[in] p_instance Pointer to the driver instance structure.
196 * @param[in] p_instance Pointer to the driver instance structure.
203 * @param[in] p_instance Pointer to the driver instance structure.
204 * @param[in] timer_task Timer task.
214 * @param[in] p_instance Pointer to the driver instance structure.
215 * @param[in] channel Capture channel number.
225 * @param[in] p_instance Pointer to the driver instance structure.
226 * @param[in] timer_event Timer event.
236 * @param[in] p_instance Pointer to the driver instance structure.
237 * @param[in] channel Compare channel number.
247 * @param[in] p_instance Pointer to the driver instance structure.
248 * @param[in] cc_channel Capture channel number.
260 * @param[in] p_instance Pointer to the driver instance structure.
261 * @param[in] cc_channel Capture channel number.
269 * @brief Function for setting the timer channel in compare mode.
271 * @param[in] p_instance Pointer to the driver instance structure.
272 * @param[in] cc_channel Compare channel number.
273 * @param[in] cc_value Compare value.
274 * @param[in] enable_int Enable or disable the interrupt for the compare channel.
282 * @brief Function for setting the timer channel in extended compare mode.
284 * @param[in] p_instance Pointer to the driver instance structure.
285 * @param[in] cc_channel Compare channel number.
286 * @param[in] cc_value Compare value.
287 * @param[in] timer_short_mask Shortcut between the compare event on the channel
289 * @param[in] enable_int Enable or disable the interrupt for the compare
299 * @brief Function for converting time in microseconds to timer ticks.
301 * @param[in] p_instance Pointer to the driver instance structure.
302 * @param[in] time_us Time in microseconds.
310 * @brief Function for converting time in milliseconds to timer ticks.
312 * @param[in] p_instance Pointer to the driver instance structure.
313 * @param[in] time_ms Time in milliseconds.
323 * @param[in] p_instance Pointer to the driver instance structure.
324 * @param[in] channel Compare channel.
332 * @param[in] p_instance Pointer to the driver instance structure.
333 * @param[in] channel Compare channel.