Lines Matching full:of
8 * 1. Redistributions of source code must retain the above copyright notice, this
9 * list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
15 * 3. Neither the name of the copyright holder nor the names of its
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
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
29 * POSSIBILITY OF SUCH DAMAGE.
48 /** @brief Macro for getting the number of compare channels available in a given RTC instance. */
51 #define RTC_INPUT_FREQ 32768 /**< Input frequency of the RTC instance. */
103 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
112 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
122 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
130 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
138 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
139 * @param[in] mask Mask of interrupt flags to check.
146 * @brief Function for returning the status of currently enabled interrupts.
148 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
159 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
171 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
181 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
193 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
203 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
204 * @param[in] event Address of the event.
206 * @return Mask of pending events.
213 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
221 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
230 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
236 * @brief Function for returning the address of an event.
238 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
241 * @return Address of the requested event register.
246 * @brief Function for returning the address of a task.
248 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
251 * @return Address of the requested task register.
258 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
266 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
267 * @param[in] mask Mask of event flags to enable.
274 * @param[in] p_reg Pointer to the structure of registers of the peripheral.