Searched refs:done (Results 1 – 16 of 16) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/ |
| D | main.c | 165 NRFX_LOG_INFO("Sample buffer address == %p", p_event->data.done.p_buffer); in saadc_handler() 167 samples_number = p_event->data.done.size; in saadc_handler() 171 i, NRFX_SAADC_SAMPLE_GET(RESOLUTION, p_event->data.done.p_buffer, i)); in saadc_handler()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/ |
| D | README.md | 63 - "--> Master event: done - transfer completed" 64 - "--> Master event: done - transfer completed" 65 - "--> Master event: done - transfer completed" 66 - "--> Master event: done - transfer completed"
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/ |
| D | README.md | 50 - "--> Slave event: write done." 51 - "--> Master event: done - transfer completed" 53 - "--> Slave event: read done."
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/ |
| D | main.c | 187 NRFX_LOG_INFO("Sample buffer address == %p", p_event->data.done.p_buffer); in saadc_handler() 189 samples_number = p_event->data.done.size; in saadc_handler() 193 i, NRFX_SAADC_SAMPLE_GET(RESOLUTION, p_event->data.done.p_buffer, i)); in saadc_handler()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/ |
| D | README.md | 66 - "--> Master event: done - transfer completed" 70 - "--> Master event: done - transfer completed" 74 - "--> Master event: done - transfer completed"
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/ |
| D | main.c | 142 samples_number = p_event->data.done.size; in saadc_handler() 146 i, NRFX_SAADC_SAMPLE_GET(RESOLUTION, p_event->data.done.p_buffer, i)); in saadc_handler()
|
| /hal_nordic-latest/nrfx/doc/ |
| D | main_page.dox | 20 sections, assertions, or logging. This is done by filling a predefined set of 63 Dynamic configuration is done by specifying desired options in configuration 71 logging in particular drivers. It is done by specifying desired values of macros
|
| D | nrfx.doxyfile | 174 # Stripping is only done if one of the specified strings matches the left-hand 425 # subgrouping. Alternatively, this can be done per class using the 480 # speed. At this moment only the input processing can be done using multiple 2255 # performed. Macro expansion can be done in a controlled way by setting 2333 # Adding location for the tag files is done as follows: 2414 # to find the font, which can be done by putting it in a standard location or by
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_adc.h | 77 nrfx_adc_done_evt_t done; ///< Data for DONE event. member
|
| D | nrfx_saadc.h | 243 nrfx_saadc_done_evt_t done; ///< Data for @ref NRFX_SAADC_EVT_DONE event. member
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_adc.c | 337 evt.data.done.p_buffer = m_cb.p_buffer; in nrfx_adc_irq_handler() 338 evt.data.done.size = m_cb.size; in nrfx_adc_irq_handler()
|
| D | nrfx_saadc.c | 820 evt_data.data.done.p_buffer = m_cb.buffer_primary.p_buffer; in saadc_event_end_handle() 821 evt_data.data.done.size = (uint16_t)m_cb.buffer_primary.length; in saadc_event_end_handle()
|
| /hal_nordic-latest/nrfx/samples/common/ |
| D | common-pinctrl.dtsi | 11 * instead of the dummy values defined in that file. Once done, these values
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/ |
| D | README.md | 47 - "--> UARTE event: TX done"
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/ |
| D | README.md | 53 - "--> TX done"
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 174 # Stripping is only done if one of the specified strings matches the left-hand 423 # subgrouping. Alternatively, this can be done per class using the 478 # speed. At this moment only the input processing can be done using multiple 2246 # performed. Macro expansion can be done in a controlled way by setting 2321 # Adding location for the tag files is done as follows: 2402 # to find the font, which can be done by putting it in a standard location or by
|