Searched refs:stop (Results 1 – 9 of 9) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_spim.h | 833 bool stop = __nrfy_internal_spim_event_handle(p_reg, mask, NRF_SPIM_EVENT_STOPPED, &evt_mask); in __nrfy_internal_spim_events_process() local 838 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process() 846 size_t size = stop ? nrf_spim_rx_amount_get(p_reg) : p_xfer->rx_length; in __nrfy_internal_spim_events_process()
|
| D | nrfy_saadc.h | 655 bool stop = __nrfy_internal_saadc_event_handle(p_reg, mask, NRF_SAADC_EVENT_STOPPED, &evt_mask); in __nrfy_internal_saadc_events_process() local 659 size_t size = stop ? nrf_saadc_amount_get(p_reg) : p_desc->length; in __nrfy_internal_saadc_events_process()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_uart.h | 169 nrf_uart_stop_t stop; ///< Stop bits. member 608 | (uint32_t)p_cfg->stop in nrf_uart_configure()
|
| D | nrf_uarte.h | 311 nrf_uarte_stop_t stop; ///< Stop bits. member 919 | (uint32_t)p_cfg->stop in nrf_uarte_configure()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_uart.h | 111 .stop = NRF_UART_STOP_ONE,
|
| D | nrfx_uarte.h | 296 (.stop = (nrf_uarte_stop_t)NRF_UARTE_STOP_ONE,), ()) \
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 490 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, … 609 …AIT_FOR in the nrfx_saadc_abort() function. The macro now correctly waits for a stop of the driver. 675 …he TWIM driver. They can now be started after transfers that are not ended with the stop condition.
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 868 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 870 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|