Implementation of hal_clk. More...
#include "nrf24le1.h"#include <stdbool.h>#include "hal_clk.h"Go to the source code of this file.
Functions | |
| void | hal_clk_regret_xosc16m_on (_Bool on) |
| void | hal_clk_set_input (hal_clk_input_t input) |
| void | hal_clk_set_16m_source (hal_clk_source_t source) |
| hal_clk_source_t | hal_clk_get_16m_source (void) |
| void | hal_clk_set_freq (hal_clk_freq_t freq) |
| _Bool | hal_clklf_phase (void) |
| _Bool | hal_clklf_ready (void) |
| void | hal_clklf_set_source (hal_clklf_source_t source) |
Implementation of hal_clk.
Definition in file hal_clk.c.
1.7.2