Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_spim.h833 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()
Dnrfy_saadc.h655 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/
Dnrf_uart.h169 nrf_uart_stop_t stop; ///< Stop bits. member
608 | (uint32_t)p_cfg->stop in nrf_uart_configure()
Dnrf_uarte.h311 nrf_uarte_stop_t stop; ///< Stop bits. member
919 | (uint32_t)p_cfg->stop in nrf_uarte_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h111 .stop = NRF_UART_STOP_ONE,
Dnrfx_uarte.h296 (.stop = (nrf_uarte_stop_t)NRF_UARTE_STOP_ONE,), ()) \
/hal_nordic-latest/nrfx/
DCHANGELOG.md490 - 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/
Dnrfx_examples.doxyfile868 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile870 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when