Searched refs:nor_handle_t (Results 1 – 2 of 2) sorted by relevance
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_nor_lcd.h | 172 } nor_handle_t; typedef 185 ald_status_t ald_nor_deinit(nor_handle_t *hperh); 193 ald_status_t ald_nor_read_id(nor_handle_t *hperh, nor_id_t *id); 194 ald_status_t ald_nor_return_readmode(nor_handle_t *hperh); 195 ald_status_t ald_nor_read(nor_handle_t *hperh, uint32_t *addr, uint16_t *data); 196 ald_status_t ald_nor_program(nor_handle_t *hperh, uint32_t *addr, uint16_t *data); 200 ald_status_t ald_nor_erase_chip(nor_handle_t *hperh); 201 ald_status_t ald_nor_read_cfi(nor_handle_t *hperh, nor_cfi_t *cfi); 209 ald_status_t ald_nor_write_enable(nor_handle_t *hperh); 210 ald_status_t ald_nor_write_disable(nor_handle_t *hperh); [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_nor_lcd.c | 100 ald_status_t ald_nor_deinit(nor_handle_t *hperh) in ald_nor_deinit() 122 ald_status_t ald_nor_read_id(nor_handle_t *hperh, nor_id_t *id) in ald_nor_read_id() 165 ald_status_t ald_nor_return_readmode(nor_handle_t *hperh) in ald_nor_return_readmode() 198 ald_status_t ald_nor_read(nor_handle_t *hperh, uint32_t *addr, uint16_t *data) in ald_nor_read() 237 ald_status_t ald_nor_program(nor_handle_t *hperh, uint32_t *addr, uint16_t *data) in ald_nor_program() 422 ald_status_t ald_nor_erase_chip(nor_handle_t *hperh) in ald_nor_erase_chip() 463 ald_status_t ald_nor_read_cfi(nor_handle_t *hperh, nor_cfi_t *cfi) in ald_nor_read_cfi() 508 ald_status_t ald_nor_write_enable(nor_handle_t *hperh) in ald_nor_write_enable() 524 ald_status_t ald_nor_write_disable(nor_handle_t *hperh) in ald_nor_write_disable() 548 ald_nor_state_t ald_nor_get_state(nor_handle_t *hperh) in ald_nor_get_state() [all …]
|
Completed in 44 milliseconds