![Motorola LA-51XX Скачать руководство пользователя страница 17](http://html.mh-extra.com/html/motorola/la-51xx/la-51xx_driver-programmers-manual_243877017.webp)
SHoC Driver Design
2-9
2.2.3.1 Flow Description
1. When the driver receives the request from the setoid application, it frames the request in the
s_sm_conf
format using
sm_drv_set()
function:
struct s_sm_conf
{
uint16_t flags;
uint16_t length;
uint32_t oid;
uint8_t *data;
};
2. The
s_sm_conf
structure is passed to
sm_drv_conf
, which sets the Pimfor Header and reads the value
of flags set and checks if the packet is for PIMFOR_OP_SET or PIMFOR_OP_GET
3. The structure is added into Tx Control queue after converting into fragment. Driver interrupts the device
for the packet in the transmit control queue
4. Increments
Driver_Current_fragment
queue value.
2.2.3.2 Flow Diagram
Содержание LA-51XX
Страница 1: ... LA 51XX Compact Flash Adapter Driver Programmer s Guide ...
Страница 4: ...TOC 2 LA 51XX Compact Flash Adapter Driver Programmer s Guide ...
Страница 8: ...1 4 LA 51XX Compact Flash Adapter Driver Programmer s Guide ...
Страница 25: ...SHoC Driver Design 2 17 2 5 2 Management Path APIs ...
Страница 26: ...2 18 LA 51XX Compact Flash Adapter Driver Programmer s Guide ...
Страница 30: ...4 2 LA 51XX Compact Flash Adapter Driver Programmer s Guide ...
Страница 31: ......