Fix all remaining lib warnings.
This commit is contained in:
parent
ea67d6a36a
commit
9c552e7585
@ -97,4 +97,10 @@
|
|||||||
#define GPIO2_IC GPIO_IC(GPIO2)
|
#define GPIO2_IC GPIO_IC(GPIO2)
|
||||||
#define GPIO3_IC GPIO_IC(GPIO3)
|
#define GPIO3_IC GPIO_IC(GPIO3)
|
||||||
|
|
||||||
|
BEGIN_DECLS
|
||||||
|
|
||||||
|
void gpio_set(u32 gpioport, u16 gpios);
|
||||||
|
|
||||||
|
END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
#define CGU_AUTOBLOCK_CLOCK_BIT 11
|
#define CGU_AUTOBLOCK_CLOCK_BIT 11
|
||||||
#define CGU_BASE_CLK_SEL_SHIFT 24 /* clock source selection (5 bits) */
|
#define CGU_BASE_CLK_SEL_SHIFT 24 /* clock source selection (5 bits) */
|
||||||
|
|
||||||
|
/* Local declarations. */
|
||||||
|
void ssp_wait_until_not_busy(ssp_num_t ssp_num);
|
||||||
|
|
||||||
/* Disable SSP */
|
/* Disable SSP */
|
||||||
void ssp_disable(ssp_num_t ssp_num)
|
void ssp_disable(ssp_num_t ssp_num)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user