|
|
|
ret_code_t
(*
|
init
)(struct
nrf_block_dev_s
const *p_blk_dev,
nrf_block_dev_ev_handler
ev_handler, void const *p_context)
|
|
|
nrf_blk_dev_init
|
|
|
|
ret_code_t
(*
|
uninit
)(struct
nrf_block_dev_s
const *p_blk_dev)
|
|
|
nrf_blk_dev_uninit
|
|
|
|
ret_code_t
(*
|
read_req
)(struct
nrf_block_dev_s
const *p_blk_dev,
nrf_block_req_t
const *p_blk)
|
|
|
nrf_blk_dev_read_req
|
|
|
|
ret_code_t
(*
|
write_req
)(struct
nrf_block_dev_s
const *p_blk_dev,
nrf_block_req_t
const *p_blk)
|
|
|
nrf_blk_dev_write_req
|
|
|
|
ret_code_t
(*
|
ioctl
)(struct
nrf_block_dev_s
const *p_blk_dev,
nrf_block_dev_ioctl_req_t
req, void *p_data)
|
|
|
nrf_blk_dev_ioctl
|
|
|
|
nrf_block_dev_geometry_t
const *(*
|
geometry
)(struct
nrf_block_dev_s
const *p_blk_dev)
|
|
|
nrf_blk_dev_geometry
|
|
|