Searched refs:domain (Results 1 – 7 of 7) sorted by relevance
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_clock.h | 95 void nrfx_clock_start(nrf_clock_domain_t domain); 102 void nrfx_clock_stop(nrf_clock_domain_t domain); 118 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src); 131 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain, 142 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain); 273 NRFX_STATIC_INLINE nrf_clock_hfclk_div_t nrfx_clock_divider_get(nrf_clock_domain_t domain) in nrfx_clock_divider_get() argument 275 switch (domain) in nrfx_clock_divider_get() 322 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src) in nrfx_clock_is_running() argument 324 return nrf_clock_is_running(NRF_CLOCK, domain, p_clk_src); in nrfx_clock_is_running()
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_clock.c | 262 void nrfx_clock_start(nrf_clock_domain_t domain) in nrfx_clock_start() argument 265 switch (domain) in nrfx_clock_start() 319 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop() argument 322 switch (domain) in nrfx_clock_stop() 354 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in nrfx_clock_stop() 357 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, &clk_src) || in nrfx_clock_stop() 362 NRFX_WAIT_FOR(!nrfx_clock_is_running(domain, NULL), 10000, 1, stopped); in nrfx_clock_stop() 367 NRFX_LOG_ERROR("Failed to stop clock domain: %d.", domain); in nrfx_clock_stop() 371 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in nrfx_clock_stop() 451 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain, in nrfx_clock_divider_set() argument [all …]
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_clock.h | 392 nrf_clock_domain_t domain, 639 nrf_clock_domain_t domain, 651 nrf_clock_domain_t domain); 757 switch (domain) in nrf_clock_start_task_check() 782 nrf_clock_domain_t domain, in nrf_clock_is_running() argument 785 switch (domain) in nrf_clock_is_running() 970 nrf_clock_domain_t domain, in nrf_clock_alwaysrun_set() argument 975 switch (domain) in nrf_clock_alwaysrun_set() 1008 nrf_clock_domain_t domain) in nrf_clock_alwaysrun_get() argument 1010 switch (domain) in nrf_clock_alwaysrun_get() [all …]
|
/lk-master/external/lib/lwip/api/ |
A D | sockets.c | 948 lwip_socket(int domain, int type, int protocol) argument 953 LWIP_UNUSED_ARG(domain); 960 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 966 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 971 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol)); 979 domain, type, protocol));
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | sockets.h | 338 int lwip_socket(int domain, int type, int protocol);
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | MANIFEST.TXT | 215 License Type: Public domain
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 1277 # set bundle. This should be a reverse domain-name style string, e.g. 1285 # the documentation publisher. This should be a reverse domain-name style
|
Completed in 16 milliseconds