| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | sys_debug.h | 189 #define R_CRIT(module, expand, msg, arg...) \ argument 195 #define R_WARN(module, expand, msg, arg...) \ argument 201 #define R_INFO(module, expand, msg, arg...) \ argument 263 #define R_DEBUG_PRINT(msg, arg...) argument 277 #define R_ERROR(module, expand, msg, arg...) argument 279 #define R_ALERT(module, expand, msg, arg...) argument 281 #define R_CRIT(module, expand, msg, arg...) argument 283 #define R_EMERG(module, expand, msg, arg...) argument 285 #define R_WARN(module, expand, msg, arg...) argument 289 #define R_INFO(module, expand, msg, arg...) argument [all …]
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_i2c.c | 172 struct rt_i2c_msg *msg) in hc32_hw_i2c_send_addr() 312 static int I2C_Master_Transmit_DMA(struct hc32_i2c *i2c_obj, struct rt_i2c_msg *msg) in I2C_Master_Transmit_DMA() 354 static int I2C_Master_Receive_DMA(struct hc32_i2c *i2c_obj, struct rt_i2c_msg *msg) in I2C_Master_Receive_DMA() 433 struct rt_i2c_msg *msg) in I2C_Master_Transmit() 439 struct rt_i2c_msg *msg) in I2C_Master_Receive() 449 struct rt_i2c_msg *msg) in hc32_i2c_write() 464 struct rt_i2c_msg *msg) in hc32_i2c_read() 484 struct rt_i2c_msg *msg = msgs; in hc32_i2c_master_xfer() local
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_mipi_dsi_drv.c | 84 static bool mipi_dsi_create_packet(mipi_dsi_packet_t *packet, const mipi_dsi_msg_t *msg) in mipi_dsi_create_packet() 191 const struct mipi_dsi_msg *msg) in dw_mipi_dsi_read_from_fifo() 346 int mipi_dsi_lp_cmd_transfer(MIPI_DSI_Type *ptr, const mipi_dsi_msg_t *msg) in mipi_dsi_lp_cmd_transfer() 420 struct mipi_dsi_msg msg = { in mipi_dsi_set_maximum_return_packet_size() local 435 struct mipi_dsi_msg msg = { in mipi_dsi_generic_write() local 463 struct mipi_dsi_msg msg = { in mipi_dsi_generic_read() local 492 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_write_buffer() local 538 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_read() local
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | disp_waveform.c | 22 #define WF_DBG(msg, fmt...) printk(KERN_WARNING msg, ##fmt) argument 23 #define WF_INFO(msg, fmt...) printk(KERN_WARNING msg, ##fmt) argument 24 #define WF_WRN(msg, fmt...) printk(KERN_WARNING msg, ##fmt) argument 25 #define WF_ERR(msg, fmt...) printk(KERN_ERR msg, ##fmt) argument 27 #define WF_DBG(msg, fmt...) argument 28 #define WF_INFO(msg, fmt...) argument 29 #define WF_WRN(msg, fmt...) printk(KERN_WARNING msg, ##fmt) argument 30 #define WF_ERR(msg, fmt...) printk(KERN_ERR msg, ##fmt) argument
|
| /bsp/microchip/samc21/bsp/hal/src/ |
| A D | hal_i2c_m_sync.c | 48 struct _i2c_m_msg msg; in i2c_m_sync_read() local 71 struct _i2c_m_msg msg; in i2c_m_sync_write() local 164 struct _i2c_m_msg msg; in i2c_m_sync_cmd_write() local 198 struct _i2c_m_msg msg; in i2c_m_sync_cmd_read() local 230 int32_t i2c_m_sync_transfer(struct i2c_m_sync_desc *const i2c, struct _i2c_m_msg *msg) in i2c_m_sync_transfer()
|
| /bsp/microchip/saml10/bsp/hal/src/ |
| A D | hal_i2c_m_sync.c | 48 struct _i2c_m_msg msg; in i2c_m_sync_read() local 71 struct _i2c_m_msg msg; in i2c_m_sync_write() local 164 struct _i2c_m_msg msg; in i2c_m_sync_cmd_write() local 198 struct _i2c_m_msg msg; in i2c_m_sync_cmd_read() local 230 int32_t i2c_m_sync_transfer(struct i2c_m_sync_desc *const i2c, struct _i2c_m_msg *msg) in i2c_m_sync_transfer()
|
| /bsp/microchip/same70/bsp/hal/src/ |
| A D | hal_i2c_m_sync.c | 48 struct _i2c_m_msg msg; in i2c_m_sync_read() local 71 struct _i2c_m_msg msg; in i2c_m_sync_write() local 164 struct _i2c_m_msg msg; in i2c_m_sync_cmd_write() local 198 struct _i2c_m_msg msg; in i2c_m_sync_cmd_read() local 230 int32_t i2c_m_sync_transfer(struct i2c_m_sync_desc *const i2c, struct _i2c_m_msg *msg) in i2c_m_sync_transfer()
|
| /bsp/microchip/same54/bsp/hal/src/ |
| A D | hal_i2c_m_sync.c | 48 struct _i2c_m_msg msg; in i2c_m_sync_read() local 71 struct _i2c_m_msg msg; in i2c_m_sync_write() local 164 struct _i2c_m_msg msg; in i2c_m_sync_cmd_write() local 198 struct _i2c_m_msg msg; in i2c_m_sync_cmd_read() local 230 int32_t i2c_m_sync_transfer(struct i2c_m_sync_desc *const i2c, struct _i2c_m_msg *msg) in i2c_m_sync_transfer()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_mbx_drv.h | 105 static inline hpm_stat_t mbx_send_message(MBX_Type *ptr, uint32_t msg) in mbx_send_message() 123 static inline hpm_stat_t mbx_retrieve_message(MBX_Type *ptr, uint32_t *msg) in mbx_retrieve_message() 142 static inline hpm_stat_t mbx_send_fifo(MBX_Type *ptr, uint32_t *msg, uint32_t count) in mbx_send_fifo() 173 static inline hpm_stat_t mbx_retrieve_fifo(MBX_Type *ptr, uint32_t *msg, uint32_t count) in mbx_retrieve_fifo()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_can.c | 299 ald_status_t ald_can_send(can_handle_t *hperh, can_tx_msg_t *msg, uint32_t timeout) in ald_can_send() 366 ald_status_t ald_can_send_by_it(can_handle_t *hperh, can_tx_msg_t *msg) in ald_can_send_by_it() 430 ald_status_t ald_can_recv(can_handle_t *hperh, can_rx_fifo_t num, can_rx_msg_t *msg, uint32_t timeo… in ald_can_recv() 488 ald_status_t ald_can_recv_by_it(can_handle_t *hperh, can_rx_fifo_t num, can_rx_msg_t *msg) in ald_can_recv_by_it()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_can.c | 294 ald_status_t ald_can_send(can_handle_t *hperh, can_tx_msg_t *msg, uint32_t timeout) in ald_can_send() 361 ald_status_t ald_can_send_by_it(can_handle_t *hperh, can_tx_msg_t *msg) in ald_can_send_by_it() 425 ald_status_t ald_can_recv(can_handle_t *hperh, can_rx_fifo_t num, can_rx_msg_t *msg, uint32_t timeo… in ald_can_recv() 480 ald_status_t ald_can_recv_by_it(can_handle_t *hperh, can_rx_fifo_t num, can_rx_msg_t *msg) in ald_can_recv_by_it()
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_ui2c.c | 34 struct rt_i2c_msg *msg; member 96 struct rt_i2c_msg *msg) in nu_ui2c_send_address() 195 struct rt_i2c_msg *msg; in nu_ui2c_mst_xfer() local
|
| A D | drv_i2c.c | 46 struct rt_i2c_msg *msg; member 128 struct rt_i2c_msg *msg) in nu_i2c_send_address() 169 struct rt_i2c_msg *msg; in nu_i2c_mst_xfer() local
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_ui2c.c | 34 struct rt_i2c_msg *msg; member 96 struct rt_i2c_msg *msg) in nu_ui2c_send_address() 195 struct rt_i2c_msg *msg; in nu_ui2c_mst_xfer() local
|
| A D | drv_i2c.c | 46 struct rt_i2c_msg *msg; member 137 struct rt_i2c_msg *msg) in nu_i2c_send_address() 233 struct rt_i2c_msg *msg; in nu_i2c_mst_xfer() local
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_ui2c.c | 34 struct rt_i2c_msg *msg; member 96 struct rt_i2c_msg *msg) in nu_ui2c_send_address() 195 struct rt_i2c_msg *msg; in nu_ui2c_mst_xfer() local
|
| /bsp/phytium/libraries/drivers/ |
| A D | drv_i2c_msg.c | 39 struct rt_i2c_msg *msg; member 148 struct FI2cMsg msg[2]; in i2c_msg_master_xfer() local 166 struct FI2cMsg msg; in i2c_msg_master_xfer() local
|
| /bsp/microchip/same70/bsp/hpl/twihs/ |
| A D | hpl_twihs.c | 184 int32_t _i2c_m_sync_transfer(struct _i2c_m_sync_device *const dev, struct _i2c_m_msg *msg) in _i2c_m_sync_transfer() 199 …atic inline int32_t _i2c_m_sync_write(struct _i2c_m_sync_device *const dev, struct _i2c_m_msg *msg) in _i2c_m_sync_write() 240 static inline int32_t _i2c_m_sync_read(struct _i2c_m_sync_device *const dev, struct _i2c_m_msg *msg) in _i2c_m_sync_read()
|
| /bsp/hc32/tests/ |
| A D | test_i2c.c | 71 struct rt_i2c_msg msg[1]; in eeprom_page_write() local 113 struct rt_i2c_msg msg[2]; in eeprom_page_read() local 213 struct rt_i2c_msg msg[2]; in tca9539_test() local
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_pcd_ex.c | 141 __weak void HAL_PCDEx_LPM_Callback(PCD_HandleTypeDef *hpcd, PCD_LPM_MsgTypeDef msg) in HAL_PCDEx_LPM_Callback() 158 __weak void HAL_PCDEx_BCD_Callback(PCD_HandleTypeDef *hpcd, PCD_BCD_MsgTypeDef msg) in HAL_PCDEx_BCD_Callback()
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_i2c.c | 55 struct rt_i2c_msg *msg; member 149 struct rt_i2c_msg *msg) in nu_i2c_send_address() 245 struct rt_i2c_msg *msg; in nu_i2c_mst_xfer() local
|
| A D | drv_ui2c.c | 43 struct rt_i2c_msg *msg; member 116 struct rt_i2c_msg *msg) in nu_ui2c_send_address() 215 struct rt_i2c_msg *msg; in nu_ui2c_mst_xfer() local
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_i2c.c | 59 struct rt_i2c_msg *msg; member 158 struct rt_i2c_msg *msg) in nu_i2c_send_address() 254 struct rt_i2c_msg *msg; in nu_i2c_mst_xfer() local
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_i2c.c | 53 struct rt_i2c_msg *msg; member 156 struct rt_i2c_msg *msg) in nu_i2c_send_address() 252 struct rt_i2c_msg *msg; in nu_i2c_mst_xfer() local
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/FreeRTOS/ |
| A D | _os_queue.h | 111 static __always_inline OS_Status OS_MsgQueueSend(OS_Queue_t *queue, void *msg, OS_Time_t waitMS) in OS_MsgQueueSend() 128 static __always_inline OS_Status OS_MsgQueueReceive(OS_Queue_t *queue, void **msg, OS_Time_t waitMS) in OS_MsgQueueReceive()
|