grblHAL core  20240704
vfs_events_t Struct Reference

#include <vfs.h>

Data Fields

on_vfs_mount_ptr on_mount
 Called when a file system is mounted. More...
 
on_vfs_unmount_ptr on_unmount
 Called when a file system is unmounted. More...
 
on_vfs_changed_ptr on_fs_changed
 Called when file system content is changed. More...
 

Field Documentation

◆ on_fs_changed

on_vfs_changed_ptr on_fs_changed

Called when file system content is changed.

◆ on_mount

on_vfs_mount_ptr on_mount

Called when a file system is mounted.

◆ on_unmount

on_vfs_unmount_ptr on_unmount

Called when a file system is unmounted.


The documentation for this struct was generated from the following file: