Searched refs:values (Results 1 – 11 of 11) sorted by relevance
| /hal_nordic-latest/nrfx/samples/common/ |
| D | common-pinctrl.dtsi | 9 * To use values from specific property nodes from the device tree, 10 * appropriate values for the `psels` property must be provided 11 * instead of the dummy values defined in that file. Once done, these values 15 * Here is a sample of extracting node `psels` values to initialize a peripheral 16 * driver instance with a configuration based on those values:
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_pwm.c | 364 NRFX_ASSERT(nrfx_is_in_ram(p_sequence->values.p_raw)); in nrfx_pwm_simple_playback() 394 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_sequence->values.p_raw, in nrfx_pwm_simple_playback() 409 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_0->values.p_raw)); in nrfx_pwm_complex_playback() 410 NRFX_ASSERT(nrfx_is_in_ram(p_sequence_1->values.p_raw)); in nrfx_pwm_complex_playback() 438 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback() 441 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/ |
| D | README.md | 22 …mple simulation in which you can communicate with a drone by reading the values from its individua… 73 - "Reading values of DRONE_REG_DATA registers:"
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/ |
| D | main.c | 129 .values = {pwm_val}, in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/ |
| D | main.c | 89 .values.p_grouped = _pwm_val, \
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_pwm.h | 284 …nrf_pwm_values_t values; ///< Pointer to an array with duty cycle values. This array must be in Da… member 815 nrf_pwm_seq_ptr_set( p_reg, seq_id, p_seq->values.p_raw); in nrf_pwm_sequence_set()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_pwm.h | 396 NRFY_CACHE_WB(p_seq->values.p_raw, p_seq->length); in nrfy_pwm_sequence_set()
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 112 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, 145 # following values are used ($name is automatically replaced with the name of 607 # Possible values are: SYSTEM, NO and YES. 861 # undocumented enumeration values. If set to NO, doxygen will accept 862 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag 872 # Possible values are: NO, YES and FAIL_ON_WARNINGS. 1304 # Possible values are: LIGHT always generate light mode output, DARK always 1336 # gradually make the output lighter, whereas values above 100 make the output 1629 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 1632 # Note that a value of 0 will completely suppress the enum values from appearing [all …]
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 112 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, 145 # following values are used ($name is automatically replaced with the name of 609 # Possible values are: SYSTEM, NO and YES. 863 # undocumented enumeration values. If set to NO, doxygen will accept 864 # undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag 874 # Possible values are: NO, YES and FAIL_ON_WARNINGS. 1313 # Possible values are: LIGHT always generate light mode output, DARK always 1345 # gradually make the output lighter, whereas values above 100 make the output 1638 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 1641 # Note that a value of 0 will completely suppress the enum values from appearing [all …]
|
| D | main_page.dox | 71 logging in particular drivers. It is done by specifying desired values of macros
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 499 - Updated address and task getters in all HALs to return values as uint32_t type. 515 - Removed the default configuration values for drivers from the nrfx_config header files. 524 …on in the GPIOTE driver, so that mapping of the GPIOTEx_IRQn enumeration values is no longer neede… 554 - Fixed an incorrect conversion of frequency values in the RADIO HAL. 556 - Corrected the LFCLK source selection values in the template configuration file for nRF9160. 701 - Added new enumeration values for interrupts and events in the UARTE HAL.
|