|
VSF Documented
|
#include "hal/vsf_hal_cfg.h"#include "./device.h"#include "./driver.h"#include "service/vsf_service.h"#include "hal/driver/common/usart/vsf_drv_usart_poll_util.h"Macros | |
| #define | VSF_DRIVER_MMU ENABLED |
Functions | |
| void * | vsf_dma_alloc_noncoherent (uint_fast32_t size) |
| void | vsf_dma_free_noncoherent (void *buffer) |
| bool | vsf_driver_init (void) |
| common hal drivers | |
| bool | vsf_driver_poll (void) |
| driver polling service for f1c100s | |
| #define VSF_DRIVER_MMU ENABLED |
| void * vsf_dma_alloc_noncoherent | ( | uint_fast32_t | size | ) |
| void vsf_dma_free_noncoherent | ( | void * | buffer | ) |
| bool vsf_driver_init | ( | void | ) |
common hal drivers
| none |
| true | initialization succeeded. |
| false | initialization failed |
initialise interrupt controller;
| bool vsf_driver_poll | ( | void | ) |
driver polling service for f1c100s
| none |
| true | it is safe to enter sleep mode |
| false | polling work is on going, please keep calling the function |