| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spim.c | 125 #define SPIM_SUPPORTED_FREQ_VALIDATE(drv_inst_idx, freq) \ argument 129 #define SPIM_RXDELAY_PRESENT_VALIDATE(drv_inst_idx) (NRFX_BIT(drv_inst_idx) & rxdelay_support_mask) argument 131 #define SPIM_DCX_PRESENT_VALIDATE(drv_inst_idx) (NRFX_BIT(drv_inst_idx) & dcx_support_mask) argument 133 #define SPIM_HW_CSN_PRESENT_VALIDATE(drv_inst_idx) (NRFX_BIT(drv_inst_idx) & hw_csn_support_mask) argument 135 #define SPIM_LENGTH_VALIDATE(drv_inst_idx, rx_len, tx_len) \ argument
|
| D | nrfx_spis.c | 53 #define SPISX_LENGTH_VALIDATE(periph_name, prefix, i, drv_inst_idx, rx_len, tx_len) \ argument 57 #define SPIS_LENGTH_VALIDATE(drv_inst_idx, rx_len, tx_len) \ argument
|
| D | nrfx_twim.c | 81 #define TWIMX_LENGTH_VALIDATE(periph_name, prefix, i, drv_inst_idx, len1, len2) \ argument 85 #define TWIM_LENGTH_VALIDATE(drv_inst_idx, len1, len2) \ argument
|
| D | nrfx_uarte.c | 51 #define UARTEX_LENGTH_VALIDATE(periph_name, prefix, i, drv_inst_idx, len1, len2) \ argument 55 #define UARTE_LENGTH_VALIDATE(drv_inst_idx, len) \ argument
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_dppi.h | 56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_bellboard.h | 54 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_egu.h | 56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_wdt.h | 104 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_ppib.h | 58 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_i2s.h | 109 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_twis.h | 56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_qdec.h | 60 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_spis.h | 56 uint8_t drv_inst_idx; //!< Index of the driver instance. For internal use only. member
|
| D | nrfx_pdm.h | 60 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_uart.h | 55 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_spi.h | 56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_gpiote.h | 61 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_spim.h | 56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_twi.h | 58 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_twim.h | 56 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| D | nrfx_uarte.h | 55 uint8_t drv_inst_idx; ///< Index of the driver instance. For internal use only. member
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_ids.h | 75 uint8_t drv_inst_idx; ///< Index of the instance. For internal use only. member
|