Home
last modified time | relevance | path

Searched refs:sdramc_block_selection_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_sdramc.h98 } sdramc_block_selection_t; typedef
103 sdramc_block_selection_t block; /*!< The block number. */
213 void SDRAMC_SendCommand(SDRAM_Type *base, sdramc_block_selection_t block, sdramc_command_t command);
222 static inline void SDRAMC_EnableWriteProtect(SDRAM_Type *base, sdramc_block_selection_t block, bool… in SDRAMC_EnableWriteProtect()
241 static inline void SDRAMC_EnableOperateValid(SDRAM_Type *base, sdramc_block_selection_t block, bool… in SDRAMC_EnableOperateValid()
Dfsl_sdramc.c169 void SDRAMC_SendCommand(SDRAM_Type *base, sdramc_block_selection_t block, sdramc_command_t command) in SDRAMC_SendCommand()