mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
cxd56/alt1250: Change power on sequence
Change the power on sequence according to ALT1250 modem spec.
This commit is contained in:
@@ -307,7 +307,7 @@ struct alt_readdata_s
|
||||
|
||||
struct alt1250_lower_s
|
||||
{
|
||||
FAR struct spi_dev_s * (*poweron)(void);
|
||||
FAR struct spi_dev_s * (*poweron)(bool keep_on);
|
||||
void (*poweroff)(void);
|
||||
bool (*powerstatus)(void);
|
||||
int (*hiber_mode)(bool);
|
||||
|
||||
Reference in New Issue
Block a user