/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_clock.h | 150 NRFX_STATIC_INLINE void nrfx_clock_lfclk_start(void); 157 NRFX_STATIC_INLINE void nrfx_clock_lfclk_stop(void); 167 NRFX_STATIC_INLINE bool nrfx_clock_lfclk_is_running(void); 174 NRFX_STATIC_INLINE void nrfx_clock_hfclk_start(void); 181 NRFX_STATIC_INLINE void nrfx_clock_hfclk_stop(void); 191 NRFX_STATIC_INLINE bool nrfx_clock_hfclk_is_running(void); 292 NRFX_STATIC_INLINE void nrfx_clock_lfclk_start(void) in nrfx_clock_lfclk_start() 297 NRFX_STATIC_INLINE void nrfx_clock_lfclk_stop(void) in nrfx_clock_lfclk_stop() 302 NRFX_STATIC_INLINE void nrfx_clock_hfclk_start(void) in nrfx_clock_hfclk_start() 307 NRFX_STATIC_INLINE void nrfx_clock_hfclk_stop(void) in nrfx_clock_hfclk_stop() [all …]
|
A D | nrfx_ppi.h | 177 NRFX_STATIC_INLINE uint32_t nrfx_ppi_channel_to_mask(nrf_ppi_channel_t channel); 204 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_channel_include_in_group(nrf_ppi_channel_t channel, 244 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group); 275 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_get(nrf_ppi_task_t task); 284 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_enable_get(nrf_ppi_channel_group_t group); 293 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_disable_get(nrf_ppi_channel_group_t group); 296 NRFX_STATIC_INLINE uint32_t nrfx_ppi_channel_to_mask(nrf_ppi_channel_t channel) in nrfx_ppi_channel_to_mask() 313 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group) in nrfx_ppi_group_clear() 318 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_get(nrf_ppi_task_t task) in nrfx_ppi_task_addr_get() 323 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_addr_group_enable_get(nrf_ppi_channel_group_t group) in nrfx_ppi_task_addr_group_enable_get() [all …]
|
A D | nrfx_pwm.h | 300 NRFX_STATIC_INLINE void nrfx_pwm_step(nrfx_pwm_t const * p_instance); 344 NRFX_STATIC_INLINE void nrfx_pwm_sequence_update(nrfx_pwm_t const * p_instance, 356 NRFX_STATIC_INLINE void nrfx_pwm_sequence_values_update(nrfx_pwm_t const * p_instance, 368 NRFX_STATIC_INLINE void nrfx_pwm_sequence_length_update(nrfx_pwm_t const * p_instance, 405 NRFX_STATIC_INLINE uint32_t nrfx_pwm_task_address_get(nrfx_pwm_t const * p_instance, 417 NRFX_STATIC_INLINE uint32_t nrfx_pwm_event_address_get(nrfx_pwm_t const * p_instance, 421 NRFX_STATIC_INLINE void nrfx_pwm_step(nrfx_pwm_t const * p_instance) in nrfx_pwm_step() 433 NRFX_STATIC_INLINE void nrfx_pwm_sequence_values_update(nrfx_pwm_t const * p_instance, in nrfx_pwm_sequence_values_update() 440 NRFX_STATIC_INLINE void nrfx_pwm_sequence_length_update(nrfx_pwm_t const * p_instance, in nrfx_pwm_sequence_length_update() 461 NRFX_STATIC_INLINE uint32_t nrfx_pwm_task_address_get(nrfx_pwm_t const * p_instance, in nrfx_pwm_task_address_get() [all …]
|
A D | nrfx_ipc.h | 91 NRFX_STATIC_INLINE void nrfx_ipc_signal(uint8_t send_index); 99 NRFX_STATIC_INLINE void nrfx_ipc_gpmem_set(uint8_t mem_index, uint32_t data); 108 NRFX_STATIC_INLINE uint32_t nrfx_ipc_mem_get(uint8_t mem_index); 163 NRFX_STATIC_INLINE void nrfx_ipc_receive_config_set(uint8_t event_index, uint32_t channel_bitmask); 171 NRFX_STATIC_INLINE void nrfx_ipc_send_config_set(uint8_t send_index, uint32_t channel_bitmask); 178 NRFX_STATIC_INLINE void nrfx_ipc_gpmem_set(uint8_t mem_index, uint32_t data) in nrfx_ipc_gpmem_set() 184 NRFX_STATIC_INLINE uint32_t nrfx_ipc_mem_get(uint8_t mem_index) in nrfx_ipc_mem_get() 190 NRFX_STATIC_INLINE void nrfx_ipc_signal(uint8_t send_index) in nrfx_ipc_signal() 196 NRFX_STATIC_INLINE void nrfx_ipc_receive_config_set(uint8_t event_index, uint32_t channel_bitmask) in nrfx_ipc_receive_config_set() 202 NRFX_STATIC_INLINE void nrfx_ipc_send_config_set(uint8_t send_index, uint32_t channel_bitmask) in nrfx_ipc_send_config_set()
|
A D | nrfx_timer.h | 212 NRFX_STATIC_INLINE uint32_t nrfx_timer_task_address_get(nrfx_timer_t const * p_instance, 223 NRFX_STATIC_INLINE uint32_t nrfx_timer_capture_task_address_get(nrfx_timer_t const * p_instance, 234 NRFX_STATIC_INLINE uint32_t nrfx_timer_event_address_get(nrfx_timer_t const * p_instance, 269 NRFX_STATIC_INLINE uint32_t nrfx_timer_capture_get(nrfx_timer_t const * p_instance, 309 NRFX_STATIC_INLINE uint32_t nrfx_timer_us_to_ticks(nrfx_timer_t const * p_instance, 320 NRFX_STATIC_INLINE uint32_t nrfx_timer_ms_to_ticks(nrfx_timer_t const * p_instance, 342 NRFX_STATIC_INLINE uint32_t nrfx_timer_task_address_get(nrfx_timer_t const * p_instance, in nrfx_timer_task_address_get() 355 NRFX_STATIC_INLINE uint32_t nrfx_timer_event_address_get(nrfx_timer_t const * p_instance, in nrfx_timer_event_address_get() 368 NRFX_STATIC_INLINE uint32_t nrfx_timer_capture_get(nrfx_timer_t const * p_instance, in nrfx_timer_capture_get() 374 NRFX_STATIC_INLINE uint32_t nrfx_timer_us_to_ticks(nrfx_timer_t const * p_instance, in nrfx_timer_us_to_ticks() [all …]
|
A D | nrfx_rtc.h | 268 NRFX_STATIC_INLINE void nrfx_rtc_int_disable(nrfx_rtc_t const * p_instance, 286 NRFX_STATIC_INLINE uint32_t nrfx_rtc_counter_get(nrfx_rtc_t const * p_instance); 293 NRFX_STATIC_INLINE void nrfx_rtc_counter_clear(nrfx_rtc_t const * p_instance); 305 NRFX_STATIC_INLINE uint32_t nrfx_rtc_task_address_get(nrfx_rtc_t const * p_instance, 318 NRFX_STATIC_INLINE uint32_t nrfx_rtc_event_address_get(nrfx_rtc_t const * p_instance, 322 NRFX_STATIC_INLINE void nrfx_rtc_int_disable(nrfx_rtc_t const * p_instance, in nrfx_rtc_int_disable() 334 NRFX_STATIC_INLINE void nrfx_rtc_int_enable(nrfx_rtc_t const * p_instance, uint32_t mask) in nrfx_rtc_int_enable() 339 NRFX_STATIC_INLINE uint32_t nrfx_rtc_counter_get(nrfx_rtc_t const * p_instance) in nrfx_rtc_counter_get() 344 NRFX_STATIC_INLINE void nrfx_rtc_counter_clear(nrfx_rtc_t const * p_instance) in nrfx_rtc_counter_clear() 349 NRFX_STATIC_INLINE uint32_t nrfx_rtc_task_address_get(nrfx_rtc_t const * p_instance, in nrfx_rtc_task_address_get() [all …]
|
A D | nrfx_nvmc.h | 289 NRFX_STATIC_INLINE bool nrfx_nvmc_write_done_check(void); 298 NRFX_STATIC_INLINE void nrfx_nvmc_icache_enable(void); 301 NRFX_STATIC_INLINE void nrfx_nvmc_icache_disable(void); 306 NRFX_STATIC_INLINE bool nrfx_nvmc_write_done_check(void) in nrfx_nvmc_write_done_check() 312 NRFX_STATIC_INLINE void nrfx_nvmc_icache_enable(void) in nrfx_nvmc_icache_enable() 317 NRFX_STATIC_INLINE void nrfx_nvmc_icache_disable(void) in nrfx_nvmc_icache_disable()
|
A D | nrfx_pdm.h | 167 NRFX_STATIC_INLINE uint32_t nrfx_pdm_task_address_get(nrf_pdm_task_t task); 175 NRFX_STATIC_INLINE bool nrfx_pdm_enable_check(void); 213 NRFX_STATIC_INLINE uint32_t nrfx_pdm_task_address_get(nrf_pdm_task_t task) in nrfx_pdm_task_address_get() 218 NRFX_STATIC_INLINE bool nrfx_pdm_enable_check(void) in nrfx_pdm_enable_check()
|
A D | nrfx_qdec.h | 176 NRFX_STATIC_INLINE uint32_t nrfx_qdec_task_address_get(nrf_qdec_task_t task); 185 NRFX_STATIC_INLINE uint32_t nrfx_qdec_event_address_get(nrf_qdec_event_t event); 188 NRFX_STATIC_INLINE uint32_t nrfx_qdec_task_address_get(nrf_qdec_task_t task) in nrfx_qdec_task_address_get() 193 NRFX_STATIC_INLINE uint32_t nrfx_qdec_event_address_get(nrf_qdec_event_t event) in nrfx_qdec_event_address_get()
|
A D | nrfx_wdt.h | 177 NRFX_STATIC_INLINE uint32_t nrfx_wdt_task_address_get(nrfx_wdt_t const * p_instance, 188 NRFX_STATIC_INLINE uint32_t nrfx_wdt_event_address_get(nrfx_wdt_t const * p_instance, 193 NRFX_STATIC_INLINE uint32_t nrfx_wdt_task_address_get(nrfx_wdt_t const * p_instance, in nrfx_wdt_task_address_get() 199 NRFX_STATIC_INLINE uint32_t nrfx_wdt_event_address_get(nrfx_wdt_t const * p_instance, in nrfx_wdt_event_address_get()
|
A D | nrfx_comp.h | 223 NRFX_STATIC_INLINE uint32_t nrfx_comp_task_address_get(nrf_comp_task_t task); 232 NRFX_STATIC_INLINE uint32_t nrfx_comp_event_address_get(nrf_comp_event_t event); 235 NRFX_STATIC_INLINE uint32_t nrfx_comp_task_address_get(nrf_comp_task_t task) in nrfx_comp_task_address_get() 240 NRFX_STATIC_INLINE uint32_t nrfx_comp_event_address_get(nrf_comp_event_t event) in nrfx_comp_event_address_get()
|
A D | nrfx_twis.h | 280 NRFX_STATIC_INLINE size_t nrfx_twis_tx_amount(nrfx_twis_t const * p_instance); 314 NRFX_STATIC_INLINE size_t nrfx_twis_rx_amount(nrfx_twis_t const * p_instance); 380 NRFX_STATIC_INLINE size_t nrfx_twis_tx_amount(nrfx_twis_t const * p_instance) in nrfx_twis_tx_amount() 385 NRFX_STATIC_INLINE size_t nrfx_twis_rx_amount(nrfx_twis_t const * p_instance) in nrfx_twis_rx_amount()
|
A D | nrfx_uart.h | 209 NRFX_STATIC_INLINE uint32_t nrfx_uart_task_address_get(nrfx_uart_t const * p_instance, 220 NRFX_STATIC_INLINE uint32_t nrfx_uart_event_address_get(nrfx_uart_t const * p_instance, 358 NRFX_STATIC_INLINE uint32_t nrfx_uart_task_address_get(nrfx_uart_t const * p_instance, in nrfx_uart_task_address_get() 364 NRFX_STATIC_INLINE uint32_t nrfx_uart_event_address_get(nrfx_uart_t const * p_instance, in nrfx_uart_event_address_get()
|
A D | nrfx_uarte.h | 218 NRFX_STATIC_INLINE uint32_t nrfx_uarte_task_address_get(nrfx_uarte_t const * p_instance, 229 NRFX_STATIC_INLINE uint32_t nrfx_uarte_event_address_get(nrfx_uarte_t const * p_instance, 373 NRFX_STATIC_INLINE uint32_t nrfx_uarte_task_address_get(nrfx_uarte_t const * p_instance, in nrfx_uarte_task_address_get() 379 NRFX_STATIC_INLINE uint32_t nrfx_uarte_event_address_get(nrfx_uarte_t const * p_instance, in nrfx_uarte_event_address_get()
|
A D | nrfx_temp.h | 97 NRFX_STATIC_INLINE int32_t nrfx_temp_result_get(void); 137 NRFX_STATIC_INLINE int32_t nrfx_temp_result_get(void) in nrfx_temp_result_get()
|
A D | nrfx_usbreg.h | 125 NRFX_STATIC_INLINE nrfx_usbreg_state_t nrfx_usbreg_usbstatus_get(void); 128 NRFX_STATIC_INLINE nrfx_usbreg_state_t nrfx_usbreg_usbstatus_get(void) in nrfx_usbreg_usbstatus_get()
|
A D | nrfx_adc.h | 269 NRFX_STATIC_INLINE uint32_t nrfx_adc_start_task_get(void); 272 NRFX_STATIC_INLINE uint32_t nrfx_adc_start_task_get(void) in nrfx_adc_start_task_get()
|
A D | nrfx_power.h | 361 NRFX_STATIC_INLINE nrfx_power_usb_state_t nrfx_power_usbstatus_get(void); 367 NRFX_STATIC_INLINE nrfx_power_usb_state_t nrfx_power_usbstatus_get(void) in nrfx_power_usbstatus_get()
|
A D | nrfx_twi.h | 327 NRFX_STATIC_INLINE nrfx_err_t nrfx_twi_bus_recover(uint32_t scl_pin, uint32_t sda_pin); 330 NRFX_STATIC_INLINE nrfx_err_t nrfx_twi_bus_recover(uint32_t scl_pin, uint32_t sda_pin) in nrfx_twi_bus_recover()
|
A D | nrfx_twim.h | 363 NRFX_STATIC_INLINE nrfx_err_t nrfx_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin); 366 NRFX_STATIC_INLINE nrfx_err_t nrfx_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin) in nrfx_twim_bus_recover()
|
/lk-master/external/platform/nrfx/drivers/ |
A D | nrfx_common.h | 46 #ifndef NRFX_STATIC_INLINE 48 #define NRFX_STATIC_INLINE macro 50 #define NRFX_STATIC_INLINE __STATIC_INLINE
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 105 - Changed __STATIC_INLINE symbol to NRF_STATIC_INLINE for HALs and NRFX_STATIC_INLINE for drivers.
|