C2A_Core
全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙値 マクロ定義
block_command_user_settings.h
[詳解]
1 #ifndef BLOCK_COMMAND_USER_SETTINGS_H_
2 #define BLOCK_COMMAND_USER_SETTINGS_H_
3 
6 
7 #define BCUS_MRAM_BCT_BLOCKS (10) // MRAMに確保する
8 
16 
23 int BCUS_bc_should_clear(const bct_id_t block);
24 
25 #endif
const BlockCommandExecutor *const block_command_executor
BCTの実行周りの関数, パラメーター
const BlockCommandTable *const block_command_table
BCTの定義, BCT周りの関数
uint16_t bct_id_t
void BCUS_load_user_settings(BlockCommandTable *block_command_table, BlockCommandExecutor *block_command_executor)
BCT, BCE に関してのメモリ確保や getter, setter を user settings として上書きする
int BCUS_bc_should_clear(const bct_id_t block)
その block をクリアすべきかどうか判別する
実行周り全体の struct
BCT 全体の構造体