![]() |
nrfx 4.5.0
|
Configuration structure for SPIM extended features. More...
#include <nrfy_spim.h>
Data Fields | |
| nrfy_spim_ext_pins_t | pins |
| Pin configuration structure. | |
| nrf_spim_csn_pol_t | csn_pol |
| Polarity of the CSN pin. | |
| uint8_t | csn_duration |
| Minimum duration between the edge of CSN and the edge of SCK. | |
| uint8_t | rx_delay |
| Sample delay for input serial data on MISO. | |
Configuration structure for SPIM extended features.
| uint8_t nrfy_spim_ext_config_t::csn_duration |
Minimum duration between the edge of CSN and the edge of SCK.
Also, minimum duration of CSN inactivity between transactions. The value is specified in number of 64 MHz clock cycles (15.625 ns).
| uint8_t nrfy_spim_ext_config_t::rx_delay |
Sample delay for input serial data on MISO.
This value specifies the delay between the occurrence of the SCK sampling edge and actual sampling operation, expressed in number of 64 MHz clock cycles (15.625 ns).