spi_ioctl()


지정 된 SPI의 설정 및 사용

Description

int/string spi_ioctl(int $spi_id, string $cmd)

Parameters

$cmd에 사용 가능한 명령어의 종류 및 사용법은 PHPoC Device Programming Guide for P40을 참조하시기 바랍니다.

Return Value

해당 명령어에 대한 응답 값

Example

<?php
include "/lib/sd_340.php";
spi_ioctl(0, "set mode 3);    // SPI 모드 3으로 설정
spi_ioctl(0, "set div 128);   // 분주 비 128로 설정
?>

See also