Home
last modified time | relevance | path

Searched refs:ERR_NONE (Results 1 – 12 of 12) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c71 return ERR_NONE; in usart_sync_init()
85 return ERR_NONE; in usart_sync_deinit()
96 return ERR_NONE; in usart_sync_enable()
107 return ERR_NONE; in usart_sync_disable()
118 return ERR_NONE; in usart_sync_get_io_descriptor()
130 return ERR_NONE; in usart_sync_set_flow_control()
141 return ERR_NONE; in usart_sync_set_baud_rate()
152 return ERR_NONE; in usart_sync_set_data_order()
163 return ERR_NONE; in usart_sync_set_mode()
174 return ERR_NONE; in usart_sync_set_parity()
[all …]
Dhal_timer.c74 return ERR_NONE; in timer_init()
85 return ERR_NONE; in timer_deinit()
99 return ERR_NONE; in timer_start()
113 return ERR_NONE; in timer_stop()
124 return ERR_NONE; in timer_set_clock_cycles_per_tick()
151 return ERR_NONE; in timer_add_task()
177 return ERR_NONE; in timer_remove_task()
187 return ERR_NONE; in timer_get_clock_cycles_in_tick()
Dhal_i2c_m_sync.c105 return ERR_NONE; in i2c_m_sync_init()
124 return ERR_NONE; in i2c_m_sync_deinit()
190 return ERR_NONE; in i2c_m_sync_cmd_write()
224 return ERR_NONE; in i2c_m_sync_cmd_read()
249 return ERR_NONE; in i2c_m_sync_get_io_descriptor()
Dhal_sleep.c67 if (ERR_NONE != _set_sleep_mode(mode)) in sleep()
72 return ERR_NONE; in sleep()
Dhal_spi_m_sync.c79 return ERR_NONE; in spi_m_sync_init()
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c217 return ERR_NONE; in _usart_async_init()
621 return ERR_NONE; in _usart_init()
1042 return ERR_NONE; in _i2c_m_async_enable()
1060 return ERR_NONE; in _i2c_m_async_disable()
1098 return ERR_NONE; in _i2c_m_async_set_baudrate()
1132 return ERR_NONE; in _i2c_m_async_init()
1147 return ERR_NONE; in _i2c_m_async_deinit()
1184 return ERR_NONE; in _sercom_i2c_send_address()
1206 return ERR_NONE; in _i2c_m_async_transfer()
1224 return ERR_NONE; in _i2c_m_async_transfer()
[all …]
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c141 return ERR_NONE; in _dma_init()
162 return ERR_NONE; in _dma_set_destination_address()
169 return ERR_NONE; in _dma_set_source_address()
176 return ERR_NONE; in _dma_srcinc_enable()
196 return ERR_NONE; in _dma_set_data_amount()
208 return ERR_NONE; in _dma_enable_transaction()
215 return ERR_NONE; in _dma_get_channel_resource()
/loramac-node-2.7.6/src/boards/mcu/saml21/hal/utils/src/
Dutils_event.c74 return ERR_NONE; in event_subscribe()
107 return ERR_NONE; in event_unsubscribe()
112 return ERR_NONE; in event_unsubscribe()
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/eic/
Dhpl_eic.c184 return ERR_NONE; in _ext_irq_init()
198 return ERR_NONE; in _ext_irq_deinit()
226 return ERR_NONE; in _ext_irq_enable()
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/pm/
Dhpl_pm.c64 return ERR_NONE; in _set_sleep_mode()
/loramac-node-2.7.6/src/boards/mcu/saml21/hal/utils/include/
Derr_codes.h50 #define ERR_NONE 0 macro
/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c87 return ERR_NONE; in _timer_init()