no-OS
adin1110_standalone_example.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __ADIN1110_STANDALONE_EXAMPLE_H__
40 #define __ADIN1110_STANDALONE_EXAMPLE_H__
41 
43 
44 #endif /* __ADIN1110_STANDALONE_EXAMPLE_H__ */
no_os_uart_stdio
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:222
adin1110_reg_read
int adin1110_reg_read(struct adin1110_desc *desc, uint16_t addr, uint32_t *data)
Read a register's value.
Definition: adin1110.c:114
adin1110_init
int adin1110_init(struct adin1110_desc **desc, struct adin1110_init_param *param)
Initialize the device.
Definition: adin1110.c:855
uart_desc
struct no_os_uart_desc * uart_desc
Definition: main.c:52
adin1110.h
no_os_uart_desc
Stucture holding the UART descriptor.
Definition: no_os_uart.h:140
no_os_error.h
Error codes definition.
adin1110_remove
int adin1110_remove(struct adin1110_desc *desc)
Free a device descriptor.
Definition: adin1110.c:943
uart_ip
struct no_os_uart_init_param uart_ip
Definition: common_data.c:58
adin1110_standalone_example_main
int adin1110_standalone_example_main()
Configure the ADIN1110 and read the device ID.
Definition: adin1110_standalone_example.c:51
no_os_uart_init
int32_t no_os_uart_init(struct no_os_uart_desc **desc, struct no_os_uart_init_param *param)
Initialize the UART communication peripheral.
Definition: no_os_uart.c:58
adin1110_desc
ADIN1110 device descriptor.
Definition: adin1110.h:205
adin1110_ip
struct adin1110_init_param adin1110_ip
Definition: common_data.c:227
adin1110_standalone_example_main
int adin1110_standalone_example_main()
Configure the ADIN1110 and read the device ID.
Definition: adin1110_standalone_example.c:51