rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
board_configuration.cpp File Reference

Functions

Gpio getCommsLedPin ()
 
Gpio getWarningLedPin ()
 
Gpio getRunningLedPin ()
 
spi_device_e getWifiSpiDevice ()
 
Gpio getWifiCsPin ()
 
Gpio getWifiResetPin ()
 
Gpio getWifiIsrPin ()
 
static void AtlasBoardConfigOverrides ()
 
void setup_custom_board_overrides ()
 

Function Documentation

◆ AtlasBoardConfigOverrides()

static void AtlasBoardConfigOverrides ( )
static

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 3 of file board_configuration.cpp.

3 {
4 // this board has no comms led
5 return Gpio::Unassigned;
6}
@ Unassigned

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 13 of file board_configuration.cpp.

13 {
14 // this board has no running led
15 return Gpio::Unassigned;
16}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 8 of file board_configuration.cpp.

8 {
9 // this board has no warning led
10 return Gpio::Unassigned;
11}

◆ getWifiCsPin()

Gpio getWifiCsPin ( )

Definition at line 21 of file board_configuration.cpp.

21 {
22 return Gpio::E4;
23}

Referenced by nm_bus_init().

Here is the caller graph for this function:

◆ getWifiIsrPin()

Gpio getWifiIsrPin ( )

Definition at line 29 of file board_configuration.cpp.

29 {
30 return Gpio::E3;
31}

Referenced by nm_bsp_interrupt_ctrl().

Here is the caller graph for this function:

◆ getWifiResetPin()

Gpio getWifiResetPin ( )

Definition at line 25 of file board_configuration.cpp.

25 {
26 return Gpio::E1;
27}

Referenced by nm_bus_init().

Here is the caller graph for this function:

◆ getWifiSpiDevice()

spi_device_e getWifiSpiDevice ( )

Definition at line 17 of file board_configuration.cpp.

17 {
18 return SPI_DEVICE_4;
19}

Referenced by nm_bus_init().

Here is the caller graph for this function:

◆ setup_custom_board_overrides()

void setup_custom_board_overrides ( )

Definition at line 40 of file board_configuration.cpp.

40 {
42}
static void AtlasBoardConfigOverrides()
std::optional< setup_custom_board_overrides_type > custom_board_ConfigOverrides
Here is the call graph for this function:

Go to the source code of this file.