nrfx 3.3
Data Fields
nrfy_spim_ext_config_t Struct Reference

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.
 

Detailed Description

Configuration structure for SPIM extended features.

Field Documentation

◆ csn_duration

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).

◆ rx_delay

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).


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated