Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 25) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
DREADME.md21 In the sample @p m_single_channel is configured, and the SAADC driver is set to the advanced mode.
23 - Provide an external timer in order to perform sampling at @p MAX_SAADC_SAMPLE_FREQUENCY.
24 …ndpoints of the channel @p m_gppi_channels [ @p gppi_channels_purpose_t::SAADC_SAMPLING ] to trigg…
26p m_gppi_channels [ @p gppi_channels_purpose_t::SAADC_START_ON_END ] to trigger SAADC task start (…
28 @p nrfx_saadc_offset_calibrate triggers calibration in a non-blocking manner.
29 Then, sampling is initiated at @p NRFX_SAADC_EVT_CALIBRATEDONE event in @p saadc_handler() by calli…
30 Consecutive sample tasks are triggered by the external timer at the sample rate specified in @p SAA…
33 …are setup up in a way that connects the @p NRF_SAADC_EVENT_RESULTDONE event with the GPIOTE task t…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
DREADME.md20 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…
22 - STATE_SINGLE_CONFIG - SAADC driver is configured to work with only one channel ( @p m_single_chan…
23 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.
24 …ng on a single channel ( @p m_single_channel ) is performed a specified number of times ( @p SAMPL…
25 - STATE_MULTIPLE_CONFIG - SAADC driver is configured to work with multiple channels ( @p m_multiple…
26 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
27 …AMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed specified number o…
30 by the @p nrfx_saadc_mode_trigger() function.
32 In the sample there are GPIOTE tasks configured to toggle the specified ( @p m_out_pins ) loopback …
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
DREADME.md20 @p MSG_TO_SEND_MASTER message from @p m_tx_buffer_master is transmitted to @p m_rx_buffer_slave.
21 Simultaneously, @p MSG_TO_SEND_SLAVE message from @p m_tx_buffer_slave is transmitted to @p m_rx_bu…
22 When the transactions are completed both @p spim_handler() and @p spis_handler() are executed.
23 The messages received are then read from @p m_rx_buffer_master and @p m_rx_buffer_slave.
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
DREADME.md20 @p MSG_TO_SEND_MASTER message from @p m_tx_buffer_master is transmitted to @p m_rx_buffer_slave.
21 Simultaneously, @p MSG_TO_SEND_SLAVE from @p m_tx_buffer_slave is transmitted to @p m_rx_buffer_mas…
22 When the transactions are completed both @p spim_handler() and @p spis_handler() are executed.
23 The received messages are then read from @p m_rx_buffer_master and @p m_rx_buffer_slave.
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
DREADME.md20 In the sample the @p m_single_channel is configured, and the SAADC driver is set to the advanced mo…
21 With that flag, the SAADC driver automatically triggers the @p NRF_SAADC_TASK_START task on the @p
23 @p nrfx_saadc_offset_calibrate triggers calibration in a non-blocking manner.
24 Upon receiving the @p NRFX_SAADC_EVT_CALIBRATEDONE event in @p saadc_handler(), sampling is initiat…
25 Consecutive sample tasks are triggered by the internal timer at the sample rate specified in @p SAA…
28 …s are set up in a way that connects the @p NRF_SAADC_EVENT_RESULTDONE event with the GPIOTE task t…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
DREADME.md20 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…
22 - STATE_SINGLE_CONFIG - SAADC driver is configured to work with only one channel ( @p m_single_chan…
23 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.
24 …ing on a single channel ( @p m_single_channel ) is performed specified number of times ( @p SAMPLI…
25 - STATE_MULTIPLE_CONFIG - SAADC driver is configured to work with multiple channels ( @p m_multiple…
26 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
27 …AMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed specified number o…
30 Sampling is then invoked by the @p nrfx_saadc_mode_trigger() function.
32 In the sample there are GPIOTE tasks configured to toggle specified ( @p m_out_pins ) loopback pins.
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
DREADME.md19 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…
21 - STATE_SINGLE_CONFIG - SAADC driver is configured to work with only one channel ( @p m_single_chan…
22 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.
23 …ing on a single channel ( @p m_single_channel ) is performed specified number of times ( @p SAMPLI…
24 - STATE_MULTIPLE_CONFIG - SAADC driver is configured to work with multiple channels ( @p m_multiple…
25 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
26 …AMPLING - sampling on multiple channels ( @p m_multiple_channels ) is performed specified number o…
29 Sampling is then invoked by the @p nrfx_saadc_mode_trigger() function.
31 In the sample there are GPIOTE tasks configured to toggle the specified ( @p m_out_pins ) loopback …
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
DREADME.md19 It then sends a specified message ( @p MSG_TO_SEND ) from master to slave and back using TWIM and T…
21 * @p m_tx_buffer_master -> @p m_rx_buffer_slave -> @p m_rx_buffer_master
23 The @p twim_handler() and @p twis_handler() are executed with relevant log messages.
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
DREADME.md19 …the nrfx_uarte driver, and using UARTE instance sends a specified message stored in @p m_tx_buffer.
22 * @p m_tx_buffer -> @p m_rx_buffers
24 To show the double-buffering feature the data is written to different buffers in the @p m_rx_buffer…
25 The @p uarte_handler() is executed with relevant log messages.
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
DREADME.md20 A specified message ( @p MSG_TO_SEND ) from @p m_tx_buffer is transmitted.
21 When the transfer finishes @p spim_handler(), the received message is read from @p m_rx_buffer.
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
DREADME.md19 Application initializes nrfx_twim and nrfx_twis drivers and sends a specified message ( @p MSG_TO_S…
21 @p m_tx_buffer_master -> @p m_rx_buffer_slave -> @p m_rx_buffer_master
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
DREADME.md18 Application initializes the nrfx_uarte driver and sends a specified message ( @p MSG_TO_SEND ) usin…
21 * @p m_tx_buffer -> @p m_rx_buffer
23 The @p uarte_handler() is executed with relevant log messages.
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
DREADME.md20 The @p timer_handler() is executed in the following situations:
21 * Regularly after a specified time (@p TIME_TO_WAIT_MS).
22 * When the counter value is equal to @p COUNTER_MAX_VAL.
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/
DREADME.md20 A specified message ( @p MSG_TO_SEND ) from @p m_tx_buffer is transmitted.
21 When the transfer finishes, the received message is read from @p m_rx_buffer.
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/
DREADME.md21 * @p m_drone_reg is used as an internal register map of the drone.
23 * @p twim_handler() is executed with relevant log messages.
24 * @p twis_handler() is used to prepare data for sending and updating particular registers of @p m_d…
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/
DREADME.md23 * @p m_drone_reg is used as an internal register map of the drone.
25 * @p twim_handler() is executed with relevant log messages.
26 * @p twis_handler() is used to prepare data for receiving and sending.
27 * @p register_read() function is used to write data from particular registers to buffer in master d…
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
DREADME.md21 It plays a simple sequence on LEDs (breathing effect) and replays this sequence @p NUM_OF_LOOPS tim…
22 @p pwm_handler() is executed with a relevant log message after every loop.
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
DREADME.md20 It starts two-sequence playback on LEDs and replays this sequence @p NUM_OF_LOOPS times.
21 The @p pwm_handler() is executed with a relevant log message after every loop.
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h58 #define RISCV_FENCE(p, s) __asm__ __volatile__ ("fence " #p "," #s : : : "memory") argument
/hal_nordic-latest/nrfx/samples/doc/buildfiles/
Dextra_stylesheet.css10 body, table, div, p, dl { selector
198 .p {
203 td p.p {
/hal_nordic-latest/nrfx/doc/buildfiles/
Dextra_stylesheet.css10 body, table, div, p, dl { selector
198 .p {
203 td p.p {
/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_rng/
DREADME.md19 The @p rng_handler() is executed with a relevant log message until a number of generated numbers is…
/hal_nordic-latest/nrfx/samples/src/nrfx_egu/
DREADME.md19 @p egu_handler() is then executed once for each triggered channel with a relevant log message.
/hal_nordic-latest/nrfx/samples/src/nrfx_temp/non_blocking/
DREADME.md20 The @p temp_handler() is executed with relevant messages logged until a number of measurements perf…