[[ファームウェア関数一覧>ファームウェア関数一覧#n7b42187]] *CAN_MessagePending [#v9f6a4a7] #contents **ヘッダ宣言 [#raf13198] **関数プロトタイプ [#f7ad8149] uint8_t CAN_MessagePending(uint_t8 FIFONumber) uint8_t CAN_MessagePending(uint8_t FIFONumber) **動作 [#g6c4a2e5] -ペンディングされたメッセージのナンバーを返します。 **引数 [#o04b9414] -FIFONumber&br; 受信FIFOナンバーを''CANFIFO0''又は''CANFIFO1''で指定します。 **戻り値 [#o8964246] -uint8_t型&br; ペンディングされたメッセージ数を返します。 **場所 [#o4c8986d] **呼び出し関数 [#cb145951] -無し **サンプル [#ec1f1902] /* Check the number of pending messages for FIFO 0*/ uint8_t MessagePending = 0; MessagePending = CAN_MessagePending(CANFIFO0); **参照 [#dfd9aae1] -