Lines Matching +full:ram +full:- +full:up
2 * Copyright (c) 2015 - 2018, Nordic Semiconductor ASA
107 uint16_t top_value; ///< Value up to which the pulse generator counter counts.
108 nrf_pwm_dec_load_t load_mode; ///< Mode of loading sequence data from RAM.
139 loaded from RAM, and the peripheral stops
153 playback is read from RAM and applied to
243 * must be in RAM and cannot be allocated on stack.
262 * @brief Function for starting a two-sequence playback.
270 * must be in RAM and cannot be allocated on stack.
423 nrf_pwm_task_trigger(p_instance->p_registers, NRF_PWM_TASK_NEXTSTEP); in nrfx_pwm_step()
430 nrf_pwm_sequence_set(p_instance->p_registers, seq_id, p_sequence); in nrfx_pwm_sequence_update()
437 nrf_pwm_seq_ptr_set(p_instance->p_registers, seq_id, values.p_raw); in nrfx_pwm_sequence_values_update()
444 nrf_pwm_seq_cnt_set(p_instance->p_registers, seq_id, length); in nrfx_pwm_sequence_length_update()
451 nrf_pwm_seq_refresh_set(p_instance->p_registers, seq_id, repeats); in nrfx_pwm_sequence_repeats_update()
458 nrf_pwm_seq_end_delay_set(p_instance->p_registers, seq_id, end_delay); in nrfx_pwm_sequence_end_delay_update()
464 return nrf_pwm_task_address_get(p_instance->p_registers, task); in nrfx_pwm_task_address_get()
470 return nrf_pwm_event_address_get(p_instance->p_registers, event); in nrfx_pwm_event_address_get()