You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
653 B
20 lines
653 B
/* 40vxbSm2310SpiDev.cdf - Component configuration file */
|
|
|
|
/*
|
|
* modification history
|
|
* --------------------
|
|
* 2024-10-16: surenyi written.
|
|
*/
|
|
|
|
Component DRV_SPIDEV_SM2130 {
|
|
NAME State Micro SM2130 SPI 1553B vxBus Driver
|
|
SYNOPSIS This enables access to SM2310 1553B protocol chip
|
|
INIT_RTN vxbSm2130SpiDevRegister();
|
|
PROTOTYPE void vxbSm2130SpiDevRegister (void);
|
|
_INIT_ORDER hardWareInterFaceBusInit
|
|
INIT_AFTER INCLUDE_SPI_BUS
|
|
REQUIRES INCLUDE_VXBUS \
|
|
INCLUDE_PLB_BUS \
|
|
INCLUDE_SPI_BUS
|
|
_CHILDREN FOLDER_DRIVERS
|
|
}
|
|
|