Home
last modified time | relevance | path

Searched refs:time (Results 1 – 23 of 23) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_utils.h128 static inline uint64_t NRF_802154_US_TO_RTC_TICKS(uint64_t time) in NRF_802154_US_TO_RTC_TICKS() argument
167 t1 = ((time >> 13) * 0x8637bd0) >> 28; // ((time >> 13) * (2^41 / 15625)) >> (41 - 13) in NRF_802154_US_TO_RTC_TICKS()
169 t1 = time - t1 * 15625; in NRF_802154_US_TO_RTC_TICKS()
Dnrf_802154.c832 void nrf_802154_ack_timeout_set(uint32_t time) in nrf_802154_ack_timeout_set() argument
834 nrf_802154_ack_timeout_time_set(time); in nrf_802154_ack_timeout_set()
995 uint64_t time) in nrf_802154_received_timestamp_raw() argument
999 (void)time; in nrf_802154_received_timestamp_raw()
Dnrf_802154_core.c384 metadata.data.transmitted.time = NRF_802154_NO_TIMESTAMP; in transmitted_frame_notify()
388 nrf_802154_stat_timestamp_read(&metadata.data.transmitted.time, last_ack_end_timestamp); in transmitted_frame_notify()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_systick.c124 p_state->time = nrf_systick_val_get(); in nrfx_systick_get()
131 const uint32_t diff = NRF_SYSTICK_VAL_MASK & ((p_state->time) - nrf_systick_val_get()); in nrfx_systick_test()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_precise_ack_timeout.c167 void nrf_802154_ack_timeout_time_set(uint32_t time) in nrf_802154_ack_timeout_time_set() argument
169 m_timeout = time; in nrf_802154_ack_timeout_time_set()
Dnrf_802154_ack_timeout.h67 void nrf_802154_ack_timeout_time_set(uint32_t time);
Dnrf_802154_delayed_trx.c130 uint64_t time; ///< Target time of the first bit of the frame. member
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_systick.h68 uint32_t time; //!< Registered time value. member
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_net.c205 uint64_t time) in nrf_802154_received_timestamp_raw() argument
237 time); in nrf_802154_received_timestamp_raw()
Dnrf_802154_spinel_dec_net.c1635 uint64_t time; in spinel_decode_prop_nrf_802154_time_get() local
1637 time = nrf_802154_time_get(); in spinel_decode_prop_nrf_802154_time_get()
1642 time); in spinel_decode_prop_nrf_802154_time_get()
Dnrf_802154_spinel_app.c1786 uint64_t time = 0UL; in nrf_802154_time_get() local
1802 res = time_await(CONFIG_NRF_802154_SER_DEFAULT_RESPONSE_TIMEOUT, &time); in nrf_802154_time_get()
1808 return time; in nrf_802154_time_get()
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_utils.h76 uint64_t NRF_802154_SL_US_TO_RTC_TICKS(uint64_t time, bool round_up);
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_callouts.h158 uint64_t time);
Dnrf_802154_types.h487 …uint64_t time; // !< Timestamp taken when the last symbol of ACK is received. If @ref p_ack is N… member
Dnrf_802154.h1132 void nrf_802154_ack_timeout_set(uint32_t time);
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
DREADME.md21 The @p timer_handler() is executed after a specified time.
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
DREADME.md21 * Regularly after a specified time (@p TIME_TO_WAIT_MS).
/hal_nordic-latest/nrfx/doc/
Dmain_page.dox61 The drivers use both dynamic (run time) and static (compile time) configuration.
Dnrfx.doxyfile1355 # page will contain the date and time when the page was generated. Setting this
2026 # page will contain the date and time when the page was generated. Setting this
2545 # Note that enabling this option will significantly increase the time of a run.
2557 # Note that enabling this option will significantly increase the time of a run.
2675 # or 2 may greatly reduce the computation time needed for large code bases. Also
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
DREADME.md22 Additionally, it changes SEQ1 each time it is called.
/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_spinel_datatypes.h1143 (metadata).data.transmitted.time, \
1161 &(metadata).data.transmitted.time, \
/hal_nordic-latest/nrfx/
DCHANGELOG.md158 …ion structure of the QSPI driver. The new configuration member determines time in milliseconds whe…
643 - Fixed a bug affecting the conversion of time to ticks in the TIMER HAL.
699 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.
719 - Fixed time-out in the SAADC driver in abort function.
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile1346 # page will contain the date and time when the page was generated. Setting this
2017 # page will contain the date and time when the page was generated. Setting this
2533 # Note that enabling this option will significantly increase the time of a run.
2545 # Note that enabling this option will significantly increase the time of a run.
2663 # or 2 may greatly reduce the computation time needed for large code bases. Also