File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 * \author Gabriel Mariano Marcelino <gabriel.mm8@gmail.com>
2727 * \author Miguel Boing <miguelboing13@gmail.com>
2828 *
29- * \version 1.0 .0
29+ * \version 1.1 .0
3030 *
3131 * \date 2024/09/09
3232 *
@@ -63,6 +63,20 @@ const uint8_t SI446X_CONFIGURATION_DATA[] = RADIO_CONFIGURATION_DATA_ARRAY;
6363
6464uint8_t si446x_mode = 0xFF ;
6565
66+ /**
67+ * \brief Enables the SPI communication with the device.
68+ *
69+ * \return None.
70+ */
71+ void si446x_slave_enable (void );
72+
73+ /**
74+ * \brief Disables the SPI communication with the device.
75+ *
76+ * \return None.
77+ */
78+ void si446x_slave_disable (void );
79+
6680int si446x_init (void )
6781{
6882#if defined(CONFIG_DRIVERS_DEBUG_ENABLED ) && (CONFIG_DRIVERS_DEBUG_ENABLED == 1 )
Original file line number Diff line number Diff line change 2626 * \author Gabriel Mariano Marcelino <gabriel.mm8@gmail.com>
2727 * \author Miguel Boing <miguelboing13@gmail.com>
2828 *
29- * \version 1.0 .0
29+ * \version 1.1 .0
3030 *
3131 * \date 2024/09/09
3232 *
@@ -75,6 +75,20 @@ typedef enum
7575 */
7676int si446x_init (void );
7777
78+ /**
79+ * \brief Shutdown the device.
80+ *
81+ * \return None.
82+ */
83+ void si446x_shutdown (void );
84+
85+ /**
86+ * \brief Power-up the device.
87+ *
88+ * \return None.
89+ */
90+ void si446x_power_up (void );
91+
7892/**
7993 * \brief Configures the registers of the SI446X device.
8094 *
You can’t perform that action at this time.
0 commit comments