|
Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
#include <stdint.h>#include <string.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <sys/errno.h>#include <risc-v/csr.h>#include <risc-v/riscv_arch.h>#include <compiler/compiler_gcc.h>#include <compiler/compiler_ld.h>#include "bflb_common.h"#include "bflb_mtimer.h"#include "bflb_irq.h"#include "bflb_l1c.h"

Go to the source code of this file.
Data Structures | |
| struct | bflb_device_s |
Functions | |
| struct bflb_device_s * | bflb_device_get_by_name (const char *name) |
| Get device handle by name. More... | |
| struct bflb_device_s * | bflb_device_get_by_id (uint8_t type, uint8_t idx) |
| Get device handle by type and index. More... | |
| void | bflb_device_set_userdata (struct bflb_device_s *device, void *user_data) |
| Set user data into device handle. More... | |